Searched refs:pci_write_config8 (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/x86/cpu/qemu/
H A Dqemu.c42 pci_write_config8(PIIX_PM, PMREGMISC, en);
71 pci_write_config8(PCI_BDF(0, 0, 0), pam + i, PAM_RW);
/u-boot/arch/x86/cpu/
H A Dpci.c99 pci_write_config8(bdf, PCI_INTERRUPT_LINE, line);
/u-boot/include/
H A Dpci.h1118 int pci_write_config8(pci_dev_t pcidev, int offset, u8 value);
1214 return pci_write_config8(pcidev, offset, value);
/u-boot/drivers/pci/
H A Dpci-uclass.c345 int pci_write_config8(pci_dev_t bdf, int offset, u8 value) function

Completed in 100 milliseconds