Home
last modified time | relevance | path

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

/linux/arch/x86/pci/
H A Dbroadcom_bus.c46 word1 = read_pci_config_16(bus, slot, func, 0xc0); in cnb20le_res()
47 word2 = read_pci_config_16(bus, slot, func, 0xc2); in cnb20le_res()
56 word1 = read_pci_config_16(bus, slot, func, 0xc4); in cnb20le_res()
57 word2 = read_pci_config_16(bus, slot, func, 0xc6); in cnb20le_res()
66 word1 = read_pci_config_16(bus, slot, func, 0xd0); in cnb20le_res()
67 word2 = read_pci_config_16(bus, slot, func, 0xd2); in cnb20le_res()
H A Dearly.c27 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_16() function
/linux/arch/x86/include/asm/
H A Dpci-direct.h12 extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset);
/linux/drivers/usb/early/
H A Dxhci-dbc.c631 xdbc.vendor = read_pci_config_16(bus, dev, func, PCI_VENDOR_ID); in early_xdbc_parse_parameter()
632 xdbc.device = read_pci_config_16(bus, dev, func, PCI_DEVICE_ID); in early_xdbc_parse_parameter()
H A Dehci-dbgp.c369 if (!(read_pci_config_16(num, slot, func, PCI_STATUS) & in find_cap()