Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds