Searched refs:pci_read_config16 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/qemu/ |
| H A D | qemu.c | 71 pci_read_config16(PIIX_PM, PCI_COMMAND, &cmd); in enable_pm_piix() 97 pci_read_config16(PCI_BDF(0, 0, 0), PCI_DEVICE_ID, &device); in qemu_chipset_init() 122 pci_read_config16(PIIX_ISA, XBCS, &xbcs); in qemu_chipset_init()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | pci.c | 69 pci_read_config16(bdf, PCI_VENDOR_ID, &vendor); in pci_assign_irqs()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 1086 int pci_read_config16(pci_dev_t pcidev, int offset, u16 *valuep); 1122 return pci_read_config16(pcidev, offset, valuep); in pci_read_config_word()
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci-uclass.c | 368 int pci_read_config16(pci_dev_t bdf, int offset, u16 *valuep) in pci_read_config16() function
|