Home
last modified time | relevance | path

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

/linux/drivers/clk/imx/
H A Dclk-gate-93.c165 u32 authen; in imx93_clk_gate() local
187 authen = readl(reg + AUTHEN_OFFSET); in imx93_clk_gate()
188 if (!(authen & TZ_NS_MASK) || !(authen & BIT(WHITE_LIST_SHIFT + domain_id))) in imx93_clk_gate()
H A Dclk-composite-93.c194 u32 authen; in imx93_clk_composite_flags() local
217 authen = readl(reg + AUTHEN_OFFSET); in imx93_clk_composite_flags()
218 if (!(authen & TZ_NS_MASK) || !(authen & BIT(WHITE_LIST_SHIFT + domain_id))) in imx93_clk_composite_flags()