Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/imx/
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()
Dclk-composite-93.c201 u32 authen; in imx93_clk_composite_flags() local
224 authen = readl(reg + AUTHEN_OFFSET); in imx93_clk_composite_flags()
225 if (!(authen & TZ_NS_MASK) || !(authen & BIT(WHITE_LIST_SHIFT + domain_id))) in imx93_clk_composite_flags()