Home
last modified time | relevance | path

Searched refs:SOC_RESET_CONTROL_SI0_RST_MASK (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dar6320def.c46 #define RESET_CONTROL_SI0_RST_MASK SOC_RESET_CONTROL_SI0_RST_MASK
H A Dar900Bdef.c86 #define RESET_CONTROL_SI0_RST_MASK SOC_RESET_CONTROL_SI0_RST_MASK
H A Dqca9888def.c82 #define RESET_CONTROL_SI0_RST_MASK SOC_RESET_CONTROL_SI0_RST_MASK
H A Dqca9984def.c83 #define RESET_CONTROL_SI0_RST_MASK SOC_RESET_CONTROL_SI0_RST_MASK
H A Dar9888def.c64 #define RESET_CONTROL_SI0_RST_MASK SOC_RESET_CONTROL_SI0_RST_MASK
/wlan-driver/fw-api/fw/
H A Drtc_soc_reg.h152 #define SOC_RESET_CONTROL_SI0_RST_MASK 0x00000001 macro
153 #define SOC_RESET_CONTROL_SI0_RST_GET(x) (((x) & SOC_RESET_CONTROL_SI0_RST_MASK) >> SOC_RES…
154 …OL_SI0_RST_SET(x) (((x) << SOC_RESET_CONTROL_SI0_RST_LSB) & SOC_RESET_CONTROL_SI0_RST_MASK)