Home
last modified time | relevance | path

Searched refs:read_pci_config_byte (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/pci/
H A Dbroadcom_bus.c27 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 Dearly.c19 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 Dpci-direct.h11 extern u8 read_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset);
/linux/drivers/usb/early/
H A Dehci-dbgp.c373 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 Dxhci-dbc.c80 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()