Home
last modified time | relevance | path

Searched refs:BONITO_PCICACHECTRL (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/mips/mti-malta/
Dmalta-setup.c111 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()
/linux-4.4.14/arch/mips/include/asm/mips-boards/
Dbonito64.h215 #define BONITO_PCICACHECTRL BONITO(BONITO_REGBASE + 0x50) macro