Home
last modified time | relevance | path

Searched refs:curr_width (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/pinctrl/renesas/
Dcore.c257 unsigned int curr_width; in sh_pfc_get_config_reg() local
265 for (bit_pos = 0; bit_pos < r_width; bit_pos += curr_width, m++) { in sh_pfc_get_config_reg()
270 curr_width = f_width; in sh_pfc_get_config_reg()
272 curr_width = abs(config_reg->var_field_width[m]); in sh_pfc_get_config_reg()
277 ncomb = 1 << curr_width; in sh_pfc_get_config_reg()