Searched refs:THRESHOLD_ADDR (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/drivers/thermal/qcom/ |
A D | tsens-8960.c | 32 #define THRESHOLD_ADDR 0x3624 macro 61 ret = regmap_read(map, THRESHOLD_ADDR, &priv->ctx.threshold); in suspend_8960() 100 ret = regmap_write(map, THRESHOLD_ADDR, priv->ctx.threshold); in resume_8960() 217 [LOW_THRESH_0] = REG_FIELD(THRESHOLD_ADDR, 0, 7), 218 [UP_THRESH_0] = REG_FIELD(THRESHOLD_ADDR, 8, 15), 224 [CRIT_THRESH_1] = REG_FIELD(THRESHOLD_ADDR, 16, 23), 225 [CRIT_THRESH_0] = REG_FIELD(THRESHOLD_ADDR, 24, 31),
|
Completed in 3 milliseconds