Searched refs:pci_read_config8 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/qemu/ |
| H A D | qemu.c | 76 pci_read_config8(PIIX_PM, PMREGMISC, &en); in enable_pm_piix() 188 pci_read_config8(PCI_BDF(bus, dev, func), in mp_determine_pci_dstirq()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | pci.c | 73 pci_read_config8(bdf, PCI_INTERRUPT_PIN, &pin); in pci_assign_irqs()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 1087 int pci_read_config8(pci_dev_t pcidev, int offset, u8 *valuep); 1129 return pci_read_config8(pcidev, offset, valuep); in pci_read_config_byte()
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci-uclass.c | 381 int pci_read_config8(pci_dev_t bdf, int offset, u8 *valuep) in pci_read_config8() function
|