Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-atmel-aic5.c146 static u32 *smr_cache; variable
157 if (smr_cache) in aic5_suspend()
160 smr_cache[i] = irq_reg_readl(bgc, AT91_AIC5_SMR); in aic5_suspend()
188 if (smr_cache) { in aic5_resume()
193 irq_reg_writel(bgc, smr_cache[i], AT91_AIC5_SMR); in aic5_resume()
200 if (!smr_cache && in aic5_resume()
361 smr_cache = kcalloc(DIV_ROUND_UP(NR_SAMA5D2_IRQS, 32) * 32, in sama5d2_aic5_of_init()
362 sizeof(*smr_cache), GFP_KERNEL); in sama5d2_aic5_of_init()
363 if (!smr_cache) in sama5d2_aic5_of_init()