Home
last modified time | relevance | path

Searched refs:GITS_CTLR (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H A Dirq-gic-v3-its.c4602 val = readl_relaxed(base + GITS_CTLR); in its_force_quiescent()
4614 writel_relaxed(val, base + GITS_CTLR); in its_force_quiescent()
4616 /* Poll GITS_CTLR and wait until ITS becomes quiescent */ in its_force_quiescent()
4618 val = readl_relaxed(base + GITS_CTLR); in its_force_quiescent()
4782 its->ctlr_save = readl_relaxed(base + GITS_CTLR); in its_save_disable()
4786 writel_relaxed(its->ctlr_save, base + GITS_CTLR); in its_save_disable()
4800 writel_relaxed(its->ctlr_save, base + GITS_CTLR); in its_save_disable()
4829 WARN_ON(readl_relaxed(base + GITS_CTLR) & GITS_CTLR_ENABLE); in its_restore_enable()
4855 writel_relaxed(its->ctlr_save, base + GITS_CTLR); in its_restore_enable()
4956 ctlr = readl_relaxed(its_base + GITS_CTLR); in its_compute_its_list_map()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/irqchip/
H A Darm-gic-v3.h338 #define GITS_CTLR 0x0000 macro

Completed in 10 milliseconds