Searched refs:read_pci_config_byte (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/pci/ |
| H A 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()
|
| H A D | early.c | 19 u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_byte() function
|
| /linux/arch/x86/include/asm/ |
| H A D | pci-direct.h | 11 extern u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset);
|
| /linux/drivers/usb/early/ |
| H A D | ehci-dbgp.c | 373 pos = read_pci_config_byte(num, slot, func, PCI_CAPABILITY_LIST); in find_cap() 378 id = read_pci_config_byte(num, slot, func, pos+PCI_CAP_LIST_ID); in find_cap() 384 pos = read_pci_config_byte(num, slot, func, in find_cap() 871 byte = read_pci_config_byte(bus, slot, func, 0x04); in early_dbgp_init()
|
| H A D | xhci-dbc.c | 80 byte = read_pci_config_byte(bus, dev, func, PCI_COMMAND); in xdbc_map_pci_mmio() 764 cmd = read_pci_config_byte(xdbc.bus, xdbc.dev, xdbc.func, PCI_COMMAND); in xdbc_handle_events()
|