Searched refs:read_pci_config_byte (Results 1 – 5 of 5) sorted by relevance
/arch/x86/kernel/ |
D | early-quirks.c | 122 b = read_pci_config_byte(num, slot, func, 0xac); in ati_ixp4x0_rev() 218 revision = read_pci_config_byte(num, slot, func, PCI_REVISION_ID); in intel_remapping_check() 247 u8 esmramc = read_pci_config_byte(0, 0, 0, I830_ESMRAMC); in i830_tseg_size() 260 u8 esmramc = read_pci_config_byte(0, 0, 0, I845_ESMRAMC); in i845_tseg_size() 277 u8 esmramc = read_pci_config_byte(0, 0, 0, I85X_ESMRAMC); in i85x_tseg_size() 287 return read_pci_config_byte(0, 0, 0, I830_DRB3) * MB(32); in i830_mem_size() 292 return read_pci_config_byte(0, 0, 1, I85X_DRB3) * MB(32); in i85x_mem_size() 779 type = read_pci_config_byte(num, slot, func, in check_dev_quirk() 783 sec = read_pci_config_byte(num, slot, func, PCI_SECONDARY_BUS); in check_dev_quirk()
|
D | aperture_64.c | 149 pos = read_pci_config_byte(bus, slot, func, PCI_CAPABILITY_LIST); in find_cap() 154 id = read_pci_config_byte(bus, slot, func, pos+PCI_CAP_LIST_ID); in find_cap() 159 pos = read_pci_config_byte(bus, slot, func, in find_cap() 263 type = read_pci_config_byte(bus, slot, func, in search_agp_bridge()
|
/arch/x86/pci/ |
D | broadcom_bus.c | 27 fbus = read_pci_config_byte(bus, slot, func, 0x44); in cnb20le_res() 28 lbus = read_pci_config_byte(bus, slot, func, 0x45); in cnb20le_res()
|
D | early.c | 19 u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_byte() function
|
/arch/x86/include/asm/ |
D | pci-direct.h | 11 extern u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset);
|