Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pmdomain/qcom/
Dcpr.c75 #define RBCPR_CTL_LOOP_EN BIT(0) macro
321 val = RBCPR_CTL_LOOP_EN; in cpr_ctl_enable()
324 cpr_ctl_modify(drv, RBCPR_CTL_LOOP_EN, val); in cpr_ctl_enable()
338 cpr_ctl_modify(drv, RBCPR_CTL_LOOP_EN, 0); in cpr_ctl_disable()
346 return reg_val & RBCPR_CTL_LOOP_EN; in cpr_ctl_is_enabled()