Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
H A Drtc_soc_reg.h1182 #define THERM_CTRL2_ADC_OFF_MASK 0x02000000 macro
1183 #define THERM_CTRL2_ADC_OFF_GET(x) (((x) & THERM_CTRL2_ADC_OFF_MASK) >> THERM_CTRL2_A…
1184 …RM_CTRL2_ADC_OFF_SET(x) (((x) << THERM_CTRL2_ADC_OFF_LSB) & THERM_CTRL2_ADC_OFF_MASK)