Searched refs:smr_cache (Results 1 – 1 of 1) sorted by relevance
152 static u32 *smr_cache; variable163 if (smr_cache) in aic5_suspend()166 smr_cache[i] = irq_reg_readl(bgc, AT91_AIC5_SMR); in aic5_suspend()195 if (smr_cache) { in aic5_resume()200 irq_reg_writel(bgc, smr_cache[i], AT91_AIC5_SMR); in aic5_resume()207 if (!smr_cache && in aic5_resume()372 smr_cache = kcalloc(DIV_ROUND_UP(NR_SAMA5D2_IRQS, 32) * 32, in sama5d2_aic5_of_init()373 sizeof(*smr_cache), GFP_KERNEL); in sama5d2_aic5_of_init()374 if (!smr_cache) in sama5d2_aic5_of_init()