Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thermal/qcom/
Dtsens-v0_1.c109 #define BASE1_MASK 0xff macro
361 base1 = bkp[0] & BASE1_MASK; in calibrate_8974()
396 base1 = calib[0] & BASE1_MASK; in calibrate_8974()
Dtsens-v1.c88 #define BASE1_MASK 0x0007f800 macro
186 base1 = (qfprom_cdata[4] & BASE1_MASK) >> BASE1_SHIFT; in calibrate_v1()