Searched refs:F_ENABLE (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | icc-bwmon.c | 143 F_ENABLE, enumerator 200 /* F_ENABLE covers entire register to disable other features */ 201 [F_ENABLE] = REG_FIELD(BWMON_V4_ENABLE, 0, 31), 313 /* F_ENABLE covers entire register to disable other features */ 314 [F_ENABLE] = REG_FIELD(BWMON_V4_ENABLE, 0, 31), 382 /* F_ENABLE covers entire register to disable other features */ 383 [F_ENABLE] = REG_FIELD(BWMON_V5_ENABLE, 0, 31), 522 regmap_field_write(bwmon->regs[F_ENABLE], 0x0); in bwmon_disable() 542 regmap_field_write(bwmon->regs[F_ENABLE], BWMON_ENABLE_ENABLE); in bwmon_enable()
|
Completed in 2 milliseconds