Home
last modified time | relevance | path

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

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