Searched refs:step_quot (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/pmdomain/qcom/ |
D | cpr.c | 168 int *step_quot; member 205 int step_quot; member 365 u32 gcnt, ctl, irq, ro_sel, step_quot; in cpr_corner_restore() local 375 step_quot = desc->idle_clocks << RBCPR_STEP_QUOT_IDLE_CLK_SHIFT; in cpr_corner_restore() 376 step_quot |= fuse->step_quot & RBCPR_STEP_QUOT_STEPQUOT_MASK; in cpr_corner_restore() 377 cpr_write(drv, REG_RBCPR_STEP_QUOT, step_quot); in cpr_corner_restore() 908 fuse->step_quot = desc->step_quot[fuse->ring_osc_idx]; in cpr_fuse_corner_init() 949 fuse->ring_osc_idx, fuse->quot, fuse->step_quot); in cpr_fuse_corner_init() 1349 .step_quot = (int []){ 25, 25, 25, },
|