Home
last modified time | relevance | path

Searched refs:puen (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/pinctrl/renesas/
Dcore.c392 for (i = 0; pfc->info->bias_regs[i].puen; i++) { in sh_pfc_pin_to_bias_reg()
677 for (i = 0; pfc->info->bias_regs[i].puen; i++) { in sh_pfc_walk_regs()
678 do_reg(pfc, pfc->info->bias_regs[i].puen, n++); in sh_pfc_walk_regs()
908 sh_pfc_check_reg(info->name, bias->puen); in sh_pfc_check_bias_reg()
912 sh_pfc_check_pin(info, bias->puen, bias->pins[i]); in sh_pfc_check_bias_reg()
1013 for (i = 0; info->bias_regs && info->bias_regs[i].puen; i++) in sh_pfc_check_info()
Dsh_pfc.h183 u32 puen; /* Pull-enable or pull-up control register */ member
189 .puen = r1, \
Dpfc-r8a77990.c5238 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77990_pinmux_get_bias()
5257 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77990_pinmux_set_bias()
5266 sh_pfc_write(pfc, reg->puen, enable); in r8a77990_pinmux_set_bias()
Dpfc-r8a7778.c3130 addr = pfc->windows->virt + reg->puen; in r8a7778_pinmux_get_bias()
3150 addr = pfc->windows->virt + reg->puen; in r8a7778_pinmux_set_bias()
Dpfc-r8a77950.c5832 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77950_pinmux_get_bias()
5851 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77950_pinmux_set_bias()
5860 sh_pfc_write(pfc, reg->puen, enable); in r8a77950_pinmux_set_bias()
Dpfc-r8a77965.c6404 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77965_pinmux_get_bias()
6423 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77965_pinmux_set_bias()
6432 sh_pfc_write(pfc, reg->puen, enable); in r8a77965_pinmux_set_bias()
Dpfc-r8a7796.c6151 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a7796_pinmux_get_bias()
6170 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a7796_pinmux_set_bias()
6179 sh_pfc_write(pfc, reg->puen, enable); in r8a7796_pinmux_set_bias()
Dpfc-r8a77951.c6203 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77951_pinmux_get_bias()
6222 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77951_pinmux_set_bias()
6231 sh_pfc_write(pfc, reg->puen, enable); in r8a77951_pinmux_set_bias()