Home
last modified time | relevance | path

Searched refs:SOC_CLOCK_CONTROL_SI0_CLK_MASK (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dar900Bdef.c85 #define CLOCK_CONTROL_SI0_CLK_MASK SOC_CLOCK_CONTROL_SI0_CLK_MASK
H A Dqca9888def.c81 #define CLOCK_CONTROL_SI0_CLK_MASK SOC_CLOCK_CONTROL_SI0_CLK_MASK
H A Dqca9984def.c82 #define CLOCK_CONTROL_SI0_CLK_MASK SOC_CLOCK_CONTROL_SI0_CLK_MASK
H A Dar9888def.c62 #define CLOCK_CONTROL_SI0_CLK_MASK SOC_CLOCK_CONTROL_SI0_CLK_MASK
/wlan-driver/fw-api/fw/
H A Drtc_soc_reg.h194 #define SOC_CLOCK_CONTROL_SI0_CLK_MASK 0x00000001 macro
195 #define SOC_CLOCK_CONTROL_SI0_CLK_GET(x) (((x) & SOC_CLOCK_CONTROL_SI0_CLK_MASK) >> SOC_CLO…
196 …OL_SI0_CLK_SET(x) (((x) << SOC_CLOCK_CONTROL_SI0_CLK_LSB) & SOC_CLOCK_CONTROL_SI0_CLK_MASK)