Searched refs:mccr (Results 1 – 2 of 2) sorted by relevance
24 #define CHECK_MCCR(mccr) (mccr = *MCCR) argument50 unsigned char mccr; in _flush_cache_all() local53 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() local75 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()
397 u32 mccr; in cpc925_mc_init() local407 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()