Home
last modified time | relevance | path

Searched refs:PMBA (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/cpu/qemu/
H A 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()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-qemu/
H A Dqemu.h37 #define PMBA 0x40 macro
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-vr41xx.c233 val = PMBA(window->base_address) | TYPE_32BITSPACE | in vr41xx_pciu_init()
240 val = PMBA(window->base_address) | TYPE_32BITSPACE | in vr41xx_pciu_init()
H A Dpci-vr41xx.h89 #define PMBA(base) ((base) & 0xffe00000U) macro