Searched refs:pci_write_config32 (Results 1 - 3 of 3) sorted by relevance

/u-boot/arch/x86/cpu/qemu/
H A Dqemu.c32 pci_write_config32(PIIX_PM, PMBA, CONFIG_ACPI_PM1_BASE | 1);
48 pci_write_config32(ICH9_PM, PMBA, CONFIG_ACPI_PM1_BASE | 1);
93 pci_write_config32(PCI_BDF(0, 0, 0), PCIEX_BAR,
/u-boot/include/
H A Dpci.h1116 int pci_write_config32(pci_dev_t pcidev, int offset, u32 value);
1200 return pci_write_config32(pcidev, offset, value);
/u-boot/drivers/pci/
H A Dpci-uclass.c335 int pci_write_config32(pci_dev_t bdf, int offset, u32 value) function

Completed in 126 milliseconds