Lines Matching full:quotient
136 char *quotient; member
375 /* Program the step quotient and idle clocks */ in cpr_corner_restore()
380 /* Clear the target quotient value and gate count of all ROs */ in cpr_corner_restore()
699 * Clear the target quotient value and gate count of all in cpr_config()
901 /* Populate target quotient by scaling */ in cpr_fuse_corner_init()
902 ret = nvmem_cell_read_variable_le_u32(drv->dev, fuses->quotient, &fuse->quot); in cpr_fuse_corner_init()
1136 * Get the quotient adjustment scaling factor, according to: in cpr_corner_init()
1141 * QUOT(corner_N): quotient read from fuse for fuse corner N in cpr_corner_init()
1142 * QUOT(corner_N-1): quotient read from fuse for fuse corner (N - 1) in cpr_corner_init()
1148 * and calculate the quotient adjustment for each one using the in cpr_corner_init()
1254 fuses[i].quotient = devm_kstrdup(drv->dev, tbuf, GFP_KERNEL); in cpr_get_fuses()
1255 if (!fuses[i].quotient) in cpr_get_fuses()