Home
last modified time | relevance | path

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

/u-boot/drivers/gpio/
A Dsh_pfc.c115 unsigned long *posp) in config_reg_helper() argument
123 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in config_reg_helper()
126 *posp = crp->reg_width; in config_reg_helper()
128 *posp -= abs(crp->var_field_width[k]); in config_reg_helper()
/u-boot/drivers/pinctrl/renesas/
A Dpfc.c164 unsigned int *posp) in sh_pfc_config_reg_helper() argument
172 *posp = crp->reg_width - ((in_pos + 1) * crp->field_width); in sh_pfc_config_reg_helper()
175 *posp = crp->reg_width; in sh_pfc_config_reg_helper()
177 *posp -= abs(crp->var_field_width[k]); in sh_pfc_config_reg_helper()

Completed in 9 milliseconds