Searched refs:curr_width (Results 1 – 2 of 2) sorted by relevance
250 unsigned long r_width, f_width, curr_width, ncomb; in get_config_reg() local265 for (bit_pos = 0; bit_pos < r_width; bit_pos += curr_width) { in get_config_reg()267 curr_width = f_width; in get_config_reg()269 curr_width = config_reg->var_field_width[m]; in get_config_reg()271 ncomb = 1 << curr_width; in get_config_reg()
248 unsigned int curr_width; in sh_pfc_get_config_reg() local256 for (bit_pos = 0; bit_pos < r_width; bit_pos += curr_width) { in sh_pfc_get_config_reg()261 curr_width = f_width; in sh_pfc_get_config_reg()263 curr_width = config_reg->var_field_width[m]; in sh_pfc_get_config_reg()265 ncomb = 1 << curr_width; in sh_pfc_get_config_reg()