Searched refs:smr_cache (Results 1 – 1 of 1) sorted by relevance
153 static u32 *smr_cache; variable164 if (smr_cache) in aic5_suspend()167 smr_cache[i] = irq_reg_readl(bgc, AT91_AIC5_SMR); in aic5_suspend()196 if (smr_cache) { in aic5_resume()201 irq_reg_writel(bgc, smr_cache[i], AT91_AIC5_SMR); in aic5_resume()208 if (!smr_cache && in aic5_resume()373 smr_cache = kcalloc(DIV_ROUND_UP(NR_SAMA5D2_IRQS, 32) * 32, in sama5d2_aic5_of_init()374 sizeof(*smr_cache), GFP_KERNEL); in sama5d2_aic5_of_init()375 if (!smr_cache) in sama5d2_aic5_of_init()