Home
last modified time | relevance | path

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

/linux/drivers/irqchip/
H A Dirq-renesas-rzv2h.c168 } *rzv2h_icu_data; variable
511 struct rzv2h_irqc_reg_cache *cache = &rzv2h_icu_data->cache; in rzv2h_irqc_irq_suspend()
512 void __iomem *base = rzv2h_icu_data->base; in rzv2h_irqc_irq_suspend()
517 cache->titsr[i] = readl_relaxed(base + rzv2h_icu_data->info->t_offs + ICU_TITSR(i)); in rzv2h_irqc_irq_suspend()
524 struct rzv2h_irqc_reg_cache *cache = &rzv2h_icu_data->cache; in rzv2h_irqc_irq_resume()
525 void __iomem *base = rzv2h_icu_data->base; in rzv2h_irqc_irq_resume()
533 writel_relaxed(cache->titsr[i], base + rzv2h_icu_data->info->t_offs + ICU_TITSR(i)); in rzv2h_irqc_irq_resume()
756 const struct rzv2h_hw_info *hw_info = rzv2h_icu_data->info; in rzv2h_icu_setup_irqs()
758 void __iomem *base = rzv2h_icu_data->base; in rzv2h_icu_setup_irqs()
805 ret = devm_request_irq(dev, virq, rzv2h_icu_error_irq, 0, dev_name(dev), rzv2h_icu_data); in rzv2h_icu_setup_irqs()
[all …]