Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m32r/mm/
Dcache.c24 #define CHECK_MCCR(mccr) (mccr = *MCCR) argument
50 unsigned char mccr; in _flush_cache_all() local
53 unsigned short mccr; in _flush_cache_all()
59 unsigned long mccr; in _flush_cache_all()
65 while ((mccr = *MCCR) & MCCR_IIV); /* loop while invalidating... */ in _flush_cache_all()
72 unsigned char mccr; in _flush_cache_copyback_all() local
75 unsigned short mccr; in _flush_cache_copyback_all()
81 unsigned long mccr; in _flush_cache_copyback_all()
87 while ((mccr = *MCCR) & MCCR_IIV); /* loop while invalidating... */ in _flush_cache_copyback_all()
/linux-4.1.27/drivers/edac/
Dcpc925_edac.c397 u32 mccr; in cpc925_mc_init() local
407 mccr = __raw_readl(pdata->vbase + REG_MCCR_OFFSET); in cpc925_mc_init()
408 if ((mccr & MCCR_ECC_EN) == 0) { in cpc925_mc_init()
409 mccr |= MCCR_ECC_EN; in cpc925_mc_init()
410 __raw_writel(mccr, pdata->vbase + REG_MCCR_OFFSET); in cpc925_mc_init()