Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/x86/cpu/qemu/
Dqemu.c68 pci_write_config32(PIIX_PM, PMBA, CONFIG_ACPI_PM1_BASE | 1); in enable_pm_piix()
84 pci_write_config32(ICH9_PM, PMBA, CONFIG_ACPI_PM1_BASE | 1); in enable_pm_ich9()
129 pci_write_config32(PCI_BDF(0, 0, 0), PCIEX_BAR, in qemu_chipset_init()
/third_party/uboot/u-boot-2020.01/include/
Dpci.h1123 int pci_write_config32(pci_dev_t pcidev, int offset, u32 value);
1186 return pci_write_config32(pcidev, offset, value); in pci_write_config_dword()
/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpci-uclass.c309 int pci_write_config32(pci_dev_t bdf, int offset, u32 value) in pci_write_config32() function