Searched refs:BONITO_PCICACHECTRL (Results 1 – 2 of 2) sorted by relevance
111 if (BONITO_PCICACHECTRL & BONITO_PCICACHECTRL_CPUCOH_PRES) { in plat_enable_iocoherency()112 BONITO_PCICACHECTRL |= BONITO_PCICACHECTRL_CPUCOH_EN; in plat_enable_iocoherency()117 BONITO_PCICACHECTRL &= ~BONITO_PCICACHECTRL_IOBCCOH_EN; in plat_enable_iocoherency()123 BONITO_PCICACHECTRL |= BONITO_PCICACHECTRL_IOBCCOH_EN; in plat_enable_iocoherency()228 if (BONITO_PCICACHECTRL & BONITO_PCICACHECTRL_CPUCOH_PRES) { in bonito_quirks_setup()229 BONITO_PCICACHECTRL |= BONITO_PCICACHECTRL_CPUCOH_EN; in bonito_quirks_setup()234 BONITO_PCICACHECTRL &= ~BONITO_PCICACHECTRL_IOBCCOH_EN; in bonito_quirks_setup()240 BONITO_PCICACHECTRL |= BONITO_PCICACHECTRL_IOBCCOH_EN; in bonito_quirks_setup()
215 #define BONITO_PCICACHECTRL BONITO(BONITO_REGBASE + 0x50) macro