Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Dcpr.c76 #define RBCPR_CTL_LOOP_EN BIT(0) macro
322 val = RBCPR_CTL_LOOP_EN; in cpr_ctl_enable()
325 cpr_ctl_modify(drv, RBCPR_CTL_LOOP_EN, val); in cpr_ctl_enable()
339 cpr_ctl_modify(drv, RBCPR_CTL_LOOP_EN, 0); in cpr_ctl_disable()
347 return reg_val & RBCPR_CTL_LOOP_EN; in cpr_ctl_is_enabled()
/kernel/linux/linux-6.6/drivers/pmdomain/qcom/
H A 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()

Completed in 5 milliseconds