Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/pci/
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()
A Dearly.c27 u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset) in read_pci_config_16() function
/linux-6.3-rc2/arch/x86/kernel/
A Dearly-quirks.c217 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID); in intel_remapping_check()
322 toud = read_pci_config_16(0, 0, 0, I865_TOUD); in i865_stolen_base()
359 gmch_ctrl = read_pci_config_16(0, 0, 0, I830_GMCH_CTRL); in i830_stolen_size()
380 gmch_ctrl = read_pci_config_16(0, 0, 0, I830_GMCH_CTRL); in gen3_stolen_size()
409 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL); in gen6_stolen_size()
420 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL); in gen8_stolen_size()
431 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL); in chv_stolen_size()
452 gmch_ctrl = read_pci_config_16(num, slot, func, SNB_GMCH_CTRL); in gen9_stolen_size()
606 device = read_pci_config_16(num, slot, func, PCI_DEVICE_ID); in intel_graphics_quirks()
761 vendor = read_pci_config_16(num, slot, func, PCI_VENDOR_ID); in check_dev_quirk()
[all …]
A Daperture_64.c145 if (!(read_pci_config_16(bus, slot, func, PCI_STATUS) & in find_cap()
176 apsizereg = read_pci_config_16(bus, slot, func, cap + 0x14); in read_agp()
A Dsetup.c676 vendor = read_pci_config_16(0, 2, 0, PCI_VENDOR_ID); in snb_gfx_workaround_needed()
680 devid = read_pci_config_16(0, 2, 0, PCI_DEVICE_ID); in snb_gfx_workaround_needed()
/linux-6.3-rc2/arch/x86/include/asm/
A Dpci-direct.h12 extern u16 read_pci_config_16(u8 bus, u8 slot, u8 func, u8 offset);
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dcyrix.c283 vendor = read_pci_config_16(0, 0, 0x12, PCI_VENDOR_ID); in init_cyrix()
284 device = read_pci_config_16(0, 0, 0x12, PCI_DEVICE_ID); in init_cyrix()
/linux-6.3-rc2/drivers/usb/early/
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()
A Dehci-dbgp.c369 if (!(read_pci_config_16(num, slot, func, PCI_STATUS) & in find_cap()

Completed in 15 milliseconds