Searched refs:BONITO_PCICACHECTRL (Results 1 – 2 of 2) sorted by relevance
108 if (BONITO_PCICACHECTRL & BONITO_PCICACHECTRL_CPUCOH_PRES) { in plat_enable_iocoherency()109 BONITO_PCICACHECTRL |= BONITO_PCICACHECTRL_CPUCOH_EN; in plat_enable_iocoherency()114 BONITO_PCICACHECTRL &= ~BONITO_PCICACHECTRL_IOBCCOH_EN; in plat_enable_iocoherency()120 BONITO_PCICACHECTRL |= BONITO_PCICACHECTRL_IOBCCOH_EN; in plat_enable_iocoherency()225 if (BONITO_PCICACHECTRL & BONITO_PCICACHECTRL_CPUCOH_PRES) { in bonito_quirks_setup()226 BONITO_PCICACHECTRL |= BONITO_PCICACHECTRL_CPUCOH_EN; in bonito_quirks_setup()231 BONITO_PCICACHECTRL &= ~BONITO_PCICACHECTRL_IOBCCOH_EN; in bonito_quirks_setup()237 BONITO_PCICACHECTRL |= BONITO_PCICACHECTRL_IOBCCOH_EN; in bonito_quirks_setup()
215 #define BONITO_PCICACHECTRL BONITO(BONITO_REGBASE + 0x50) macro