Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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()
/OK3568_Linux_fs/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 }, \
/OK3568_Linux_fs/kernel/drivers/pinctrl/renesas/
H A Dcore.c201 *maskp = (1 << crp->var_field_width[in_pos]) - 1; in sh_pfc_config_reg_helper()
204 *posp -= crp->var_field_width[k]; in sh_pfc_config_reg_helper()
263 curr_width = config_reg->var_field_width[m]; in sh_pfc_get_config_reg()
859 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.h125 const u8 *var_field_width; member
163 .var_field_width = (const u8 []) { f_widths, 0 }, \