Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/thermal/
H A Drockchip_thermal.c83 #define TSADCV2_AUTO_EN BIT(0) macro
773 val |= TSADCV2_AUTO_EN; in tsadc_control_v2()
775 val &= ~TSADCV2_AUTO_EN; in tsadc_control_v2()
787 val |= TSADCV2_AUTO_EN | TSADCV3_AUTO_Q_SEL_EN; in tsadc_control_v3()
789 val &= ~TSADCV2_AUTO_EN; in tsadc_control_v3()
800 val = TSADCV2_AUTO_EN | TSADCV2_AUTO_EN_MASK; in tsadc_control_v4()