Searched refs:puen (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/pinctrl/sh-pfc/ |
| D | core.c | 396 for (i = 0; pfc->info->bias_regs[i].puen; i++) { in sh_pfc_pin_to_bias_reg() 657 for (i = 0; pfc->info->bias_regs[i].puen; i++) { in sh_pfc_walk_regs() 658 do_reg(pfc, pfc->info->bias_regs[i].puen, n++); in sh_pfc_walk_regs()
|
| D | sh_pfc.h | 183 u32 puen; /* Pull-enable or pull-up control register */ member 189 .puen = r1, \
|
| D | pfc-r8a77990.c | 5235 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77990_pinmux_get_bias() 5254 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77990_pinmux_set_bias() 5263 sh_pfc_write(pfc, reg->puen, enable); in r8a77990_pinmux_set_bias()
|
| D | pfc-r8a7778.c | 3130 addr = pfc->windows->virt + reg->puen; in r8a7778_pinmux_get_bias() 3150 addr = pfc->windows->virt + reg->puen; in r8a7778_pinmux_set_bias()
|
| D | pfc-r8a7795-es1.c | 5833 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a7795es1_pinmux_get_bias() 5852 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a7795es1_pinmux_set_bias() 5861 sh_pfc_write(pfc, reg->puen, enable); in r8a7795es1_pinmux_set_bias()
|
| D | pfc-r8a7796.c | 6151 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()
|
| D | pfc-r8a77965.c | 6391 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77965_pinmux_get_bias() 6410 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77965_pinmux_set_bias() 6419 sh_pfc_write(pfc, reg->puen, enable); in r8a77965_pinmux_set_bias()
|
| D | pfc-r8a7795.c | 6185 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a7795_pinmux_get_bias() 6204 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a7795_pinmux_set_bias() 6213 sh_pfc_write(pfc, reg->puen, enable); in r8a7795_pinmux_set_bias()
|