Searched refs:SPS_SEL (Results 1 – 2 of 2) sorted by relevance
1200 #define SPS_SEL BIT(24) /* 1:LDO regulator mode; 0:Switching regulator mode */ macro
1900 pHalData->RegulatorMode = ((value32 & SPS_SEL) ? RT_LDO_REGULATOR : RT_SWITCHING_REGULATOR); in ReadChipVersion8723B()