Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/thermal/
H A Drockchip_thermal.c85 #define TSADCV2_AUTO_SRC_EN(chn) BIT(4 + (chn)) macro
1157 writel(val | TSADCV2_AUTO_SRC_EN(chn), priv->base + TSADCV2_AUTO_CON); in tsadc_tshut_temp_v2()
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drockchip_thermal.c239 #define TSADCV2_AUTO_SRC_EN(chn) BIT(4 + (chn)) macro
1384 writel_relaxed(val | TSADCV2_AUTO_SRC_EN(chn), regs + TSADCV2_AUTO_CON); in rk_tsadcv2_tshut_temp()