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()
896 /* Populate target quotient by scaling */ in cpr_fuse_corner_init()
897 ret = nvmem_cell_read_variable_le_u32(drv->dev, fuses->quotient, &fuse->quot); in cpr_fuse_corner_init()
1125 * Get the quotient adjustment scaling factor, according to: in cpr_corner_init()
1130 * QUOT(corner_N): quotient read from fuse for fuse corner N in cpr_corner_init()
1131 * QUOT(corner_N-1): quotient read from fuse for fuse corner (N - 1) in cpr_corner_init()
1137 * and calculate the quotient adjustment for each one using the in cpr_corner_init()
1243 fuses[i].quotient = devm_kstrdup(drv->dev, tbuf, GFP_KERNEL); in cpr_get_fuses()
1244 if (!fuses[i].quotient) in cpr_get_fuses()