Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/include/twl/scfg/common/
Dscfg.h77 #define SCFG_DSP_RESET_MASK (REG_SCFG_RST_DSPRSTB_MASK) macro
365 SCFGi_CHANGEBIT_16( &reg_SCFG_RST, SCFG_DSP_RESET_MASK, sw, 0 ); in SCFGi_SendResetToDSP()
408 return (BOOL)((reg_SCFG_RST & SCFG_DSP_RESET_MASK)? FALSE: TRUE); in SCFG_IsDSPReset()