Home
last modified time | relevance | path

Searched refs:pci_read_config8 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/cpu/qemu/
H A Dqemu.c76 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 Dpci.c73 pci_read_config8(bdf, PCI_INTERRUPT_PIN, &pin); in pci_assign_irqs()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h1087 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 Dpci-uclass.c381 int pci_read_config8(pci_dev_t bdf, int offset, u8 *valuep) in pci_read_config8() function