Searched refs:puen (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/pinctrl/sh-pfc/ |
D | core.c | 399 for (i = 0; pfc->info->bias_regs[i].puen; i++) { in sh_pfc_pin_to_bias_reg() 635 for (i = 0; pfc->info->bias_regs[i].puen; i++) { in sh_pfc_walk_regs() 636 do_reg(pfc, pfc->info->bias_regs[i].puen, n++); in sh_pfc_walk_regs()
|
D | sh_pfc.h | 153 u32 puen; /* Pull-enable or pull-up control register */ member 159 .puen = r1, \
|
D | pfc-r8a77990.c | 2705 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77990_pinmux_get_bias() 2724 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77990_pinmux_set_bias() 2733 sh_pfc_write(pfc, reg->puen, enable); in r8a77990_pinmux_set_bias()
|
D | pfc-r8a7778.c | 3136 addr = pfc->windows->virt + reg->puen; in r8a7778_pinmux_get_bias() 3156 addr = pfc->windows->virt + reg->puen; in r8a7778_pinmux_set_bias()
|
D | pfc-r8a77965.c | 5102 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77965_pinmux_get_bias() 5121 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77965_pinmux_set_bias() 5130 sh_pfc_write(pfc, reg->puen, enable); in r8a77965_pinmux_set_bias()
|
D | pfc-r8a7795-es1.c | 5775 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a7795es1_pinmux_get_bias() 5794 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a7795es1_pinmux_set_bias() 5803 sh_pfc_write(pfc, reg->puen, enable); in r8a7795es1_pinmux_set_bias()
|
D | pfc-r8a7796.c | 6103 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a7796_pinmux_get_bias() 6122 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a7796_pinmux_set_bias() 6131 sh_pfc_write(pfc, reg->puen, enable); in r8a7796_pinmux_set_bias()
|
D | pfc-r8a7795.c | 6162 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a7795_pinmux_get_bias() 6181 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a7795_pinmux_set_bias() 6190 sh_pfc_write(pfc, reg->puen, enable); in r8a7795_pinmux_set_bias()
|