Home
last modified time | relevance | path

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

/external/u-boot/drivers/gpio/
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()
/external/u-boot/drivers/pinctrl/renesas/
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()