Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/qemu/
Dqemu.c75 pci_read_config8(PIIX_PM, PMREGMISC, &en); in enable_pm_piix()
183 pci_read_config8(PCI_BDF(bus, dev, func), in mp_determine_pci_dstirq()
/external/u-boot/arch/x86/cpu/
Dpci.c70 pci_read_config8(bdf, PCI_INTERRUPT_PIN, &pin); in pci_assign_irqs()
/external/u-boot/include/
Dpci.h1097 int pci_read_config8(pci_dev_t pcidev, int offset, u8 *valuep);
1190 return pci_read_config8(pcidev, offset, valuep); in pci_read_config_byte()
/external/u-boot/drivers/pci/
Dpci-uclass.c380 int pci_read_config8(pci_dev_t bdf, int offset, u8 *valuep) in pci_read_config8() function