Searched refs:pci_write_config32 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/qemu/ |
| H A D | qemu.c | 68 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()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 1082 int pci_write_config32(pci_dev_t pcidev, int offset, u32 value); 1094 return pci_write_config32(pcidev, offset, value); in pci_write_config_dword()
|
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci-uclass.c | 290 int pci_write_config32(pci_dev_t bdf, int offset, u32 value) in pci_write_config32() function
|