Searched refs:authen (Results 1 – 4 of 4) sorted by relevance
165 u32 authen; in imx93_clk_gate() local187 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()
194 u32 authen; in imx93_clk_composite_flags() local217 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()
113 u32 authen; member
921 wlandev->rx.authen++; in p80211_rx_typedrop()