Searched refs:GITS_CTLR (Results 1 – 4 of 4) sorted by relevance
67 the GITS_CTLR must be restored before restoring the ITS tables.105 restored before restoring the GITS_CTLR which is likely to enable the138 2. Restore all other ``GITS_`` registers, except GITS_CTLR!140 4. Restore GITS_CTLR206 GITS_CTLR.Enabled = 0 .Quiescent=1
4600 val = readl_relaxed(base + GITS_CTLR); in its_force_quiescent()4611 writel_relaxed(val, base + GITS_CTLR); in its_force_quiescent()4615 val = readl_relaxed(base + GITS_CTLR); in its_force_quiescent()4780 its->ctlr_save = readl_relaxed(base + GITS_CTLR); in its_save_disable()4785 writel_relaxed(its->ctlr_save, base + GITS_CTLR); in its_save_disable()4852 writel_relaxed(its->ctlr_save, base + GITS_CTLR); in its_restore_enable()4987 ctlr = readl_relaxed(its_base + GITS_CTLR); in its_compute_its_list_map()4990 writel_relaxed(ctlr, its_base + GITS_CTLR); in its_compute_its_list_map()4991 ctlr = readl_relaxed(its_base + GITS_CTLR); in its_compute_its_list_map()5116 ctlr = readl_relaxed(its->base + GITS_CTLR); in its_probe_one()[all …]
362 #define GITS_CTLR 0x0000 macro
1822 REGISTER_ITS_DESC(GITS_CTLR,
Completed in 24 milliseconds