Searched refs:PMBA (Results 1 – 4 of 4) sorted by relevance
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()
37 #define PMBA 0x40 macro
233 val = PMBA(window->base_address) | TYPE_32BITSPACE | in vr41xx_pciu_init()240 val = PMBA(window->base_address) | TYPE_32BITSPACE | in vr41xx_pciu_init()
89 #define PMBA(base) ((base) & 0xffe00000U) macro