Searched refs:var_field_width (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/pinctrl/renesas/
H A Dcore.c213 *maskp = (1 << crp->var_field_width[in_pos]) - 1;
216 *posp -= abs(crp->var_field_width[k]);
271 curr_width = abs(config_reg->var_field_width[m]);
272 if (config_reg->var_field_width[m] < 0)
902 for (i = 0, n = 0, rw = 0; (fw = cfg_reg->var_field_width[i]); i++) {
915 sh_pfc_err("reg 0x%x: var_field_width declares %u instead of %u bits\n",
H A Dsh_pfc.h112 const s8 *var_field_width; member in struct:pinmux_cfg_reg
150 .var_field_width = (const s8 []) { f_widths, 0 }, \

Completed in 894 milliseconds