Home
last modified time | relevance | path

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

/linux-6.1.9/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.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()
/linux-6.1.9/drivers/staging/wlan-ng/
Dp80211netdev.h113 u32 authen; member
Dp80211netdev.c921 wlandev->rx.authen++; in p80211_rx_typedrop()