Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/qemu/
H A Dqemu.c67 pci_write_config32(PIIX_PM, PMBA, CONFIG_ACPI_PM1_BASE | 1); in enable_pm_piix()
83 pci_write_config32(ICH9_PM, PMBA, CONFIG_ACPI_PM1_BASE | 1); in enable_pm_ich9()
128 pci_write_config32(PCI_BDF(0, 0, 0), PCIEX_BAR, in qemu_chipset_init()
/openbmc/u-boot/include/
H A Dpci.h1101 int pci_write_config32(pci_dev_t pcidev, int offset, u32 value);
1164 return pci_write_config32(pcidev, offset, value); in pci_write_config_dword()
/openbmc/u-boot/drivers/pci/
H A Dpci-uclass.c309 int pci_write_config32(pci_dev_t bdf, int offset, u32 value) in pci_write_config32() function