Searched refs:gits_write_ctlr (Results 1 – 2 of 2) sorted by relevance
490 gits_write_ctlr(gits_base, its_ctx->gits_ctlr & ~GITS_CTLR_ENABLED_BIT); in gicv3_its_save_disable()533 gits_write_ctlr(gits_base, its_ctx->gits_ctlr & ~GITS_CTLR_ENABLED_BIT); in gicv3_its_restore()
655 static inline void gits_write_ctlr(uintptr_t base, uint32_t val) in gits_write_ctlr() function