Home
last modified time | relevance | path

Searched refs:ncomb (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/gpio/
H A Dsh_pfc.c250 unsigned long r_width, f_width, curr_width, ncomb; in get_config_reg() local
271 ncomb = 1 << curr_width; in get_config_reg()
272 for (n = 0; n < ncomb; n++) { in get_config_reg()
281 pos += ncomb; in get_config_reg()
/openbmc/u-boot/drivers/pinctrl/renesas/
H A Dpfc.c208 u32 ncomb; in sh_pfc_get_config_reg() local
216 ncomb = 1 << curr_width; in sh_pfc_get_config_reg()
217 for (n = 0; n < ncomb; n++) { in sh_pfc_get_config_reg()
225 pos += ncomb; in sh_pfc_get_config_reg()
/openbmc/linux/drivers/pinctrl/renesas/
H A Dcore.c265 u32 ncomb; in sh_pfc_get_config_reg() local
276 ncomb = 1 << curr_width; in sh_pfc_get_config_reg()
277 for (n = 0; n < ncomb; n++) { in sh_pfc_get_config_reg()
285 pos += ncomb; in sh_pfc_get_config_reg()