Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dsh_pfc.c121 *maskp = (1 << crp->var_field_width[in_pos]) - 1; in config_reg_helper()
124 *posp -= crp->var_field_width[k]; in config_reg_helper()
269 curr_width = config_reg->var_field_width[m]; in get_config_reg()
/openbmc/u-boot/include/
H A Dsh_pfc.h48 unsigned long *var_field_width; member
59 .var_field_width = (unsigned long [r_width]) { var_fw0, var_fwn, 0 }, \
/openbmc/linux/drivers/pinctrl/renesas/
H A Dcore.c213 *maskp = (1 << crp->var_field_width[in_pos]) - 1; in sh_pfc_config_reg_helper()
216 *posp -= abs(crp->var_field_width[k]); in sh_pfc_config_reg_helper()
271 curr_width = abs(config_reg->var_field_width[m]); in sh_pfc_get_config_reg()
272 if (config_reg->var_field_width[m] < 0) in sh_pfc_get_config_reg()
896 for (i = 0, n = 0, rw = 0; (fw = cfg_reg->var_field_width[i]); i++) { in sh_pfc_check_cfg_reg()
H A Dsh_pfc.h112 const s8 *var_field_width; member
150 .var_field_width = (const s8 []) { f_widths, 0 }, \
/openbmc/u-boot/drivers/pinctrl/renesas/
H A Dpfc.c152 *maskp = (1 << crp->var_field_width[in_pos]) - 1; in sh_pfc_config_reg_helper()
155 *posp -= crp->var_field_width[k]; in sh_pfc_config_reg_helper()
214 curr_width = config_reg->var_field_width[m]; in sh_pfc_get_config_reg()
H A Dsh_pfc.h100 const u8 *var_field_width; member
130 .var_field_width = (const u8 [r_width]) \