Searched refs:sh_pfc_read (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/pinctrl/renesas/ |
D | core.h | 26 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg);
|
D | pinctrl.c | 520 val = sh_pfc_read(pfc, reg); in sh_pfc_pinconf_get_drive_strength() 557 val = sh_pfc_read(pfc, reg); in sh_pfc_pinconf_set_drive_strength() 651 val = sh_pfc_read(pfc, pocctrl); in sh_pfc_pinconf_get() 722 val = sh_pfc_read(pfc, pocctrl); in sh_pfc_pinconf_set()
|
D | core.c | 173 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg) in sh_pfc_read() function 656 pfc->saved_regs[idx] = sh_pfc_read(pfc, reg); in sh_pfc_save_reg()
|
D | pfc-r8a77990.c | 5238 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77990_pinmux_get_bias() 5240 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a77990_pinmux_get_bias() 5257 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77990_pinmux_set_bias() 5261 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a77990_pinmux_set_bias()
|
D | pfc-r8a77950.c | 5833 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77950_pinmux_get_bias() 5835 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a77950_pinmux_get_bias() 5852 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77950_pinmux_set_bias() 5856 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a77950_pinmux_set_bias()
|
D | pfc-r8a77951.c | 6204 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77951_pinmux_get_bias() 6206 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a77951_pinmux_get_bias() 6223 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77951_pinmux_set_bias() 6227 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a77951_pinmux_set_bias()
|
D | pfc-r8a7796.c | 6151 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a7796_pinmux_get_bias() 6153 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a7796_pinmux_get_bias() 6170 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a7796_pinmux_set_bias() 6174 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a7796_pinmux_set_bias()
|
D | pfc-r8a77965.c | 6405 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77965_pinmux_get_bias() 6407 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a77965_pinmux_get_bias() 6424 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77965_pinmux_set_bias() 6428 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a77965_pinmux_set_bias()
|