Home
last modified time | relevance | path

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

/external/u-boot/drivers/gpio/
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()
/external/u-boot/include/
Dsh_pfc.h48 unsigned long *var_field_width; member
59 .var_field_width = (unsigned long [r_width]) { var_fw0, var_fwn, 0 }, \
/external/u-boot/drivers/pinctrl/renesas/
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()
Dsh_pfc.h100 const u8 *var_field_width; member
130 .var_field_width = (const u8 [r_width]) \