Home
last modified time | relevance | path

Searched refs:sh_pfc_read (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/pinctrl/renesas/
H A Dpinctrl.c496 val = (sh_pfc_read(pfc, reg) >> offset) & GENMASK(size - 1, 0); in sh_pfc_pinconf_get_drive_strength()
530 val = sh_pfc_read(pfc, reg); in sh_pfc_pinconf_set_drive_strength()
626 val = sh_pfc_read(pfc, pocctrl); in sh_pfc_pinconf_get()
707 val = sh_pfc_read(pfc, pocctrl); in sh_pfc_pinconf_set()
849 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in rcar_pinmux_get_bias()
851 else if (!reg->pud || (sh_pfc_read(pfc, reg->pud) & BIT(bit))) in rcar_pinmux_get_bias()
856 if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in rcar_pinmux_get_bias()
875 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in rcar_pinmux_set_bias()
880 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in rcar_pinmux_set_bias()
889 enable = sh_pfc_read(pf in rcar_pinmux_set_bias()
[all...]
H A Dcore.h26 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg);
H A Dcore.c172 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg) in sh_pfc_read() function
658 pfc->saved_regs[idx] = sh_pfc_read(pfc, reg); in sh_pfc_save_reg()
H A Dpfc-r8a77995.c3138 if (!(sh_pfc_read(pfc, reg->puen) & BIT(puen_bit))) in r8a77995_pinmux_get_bias()
3140 else if (sh_pfc_read(pfc, reg->pud) & BIT(pud_bit)) in r8a77995_pinmux_get_bias()
3157 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(puen_bit); in r8a77995_pinmux_set_bias()
3161 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(pud_bit); in r8a77995_pinmux_set_bias()
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/
H A Dcore.h26 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg);
H A Dpinctrl.c520 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()
H A Dcore.c172 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg) in sh_pfc_read() function
655 pfc->saved_regs[idx] = sh_pfc_read(pfc, reg); in sh_pfc_save_reg()
H A Dpfc-r8a77990.c5238 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()
H A Dpfc-r8a77951.c6203 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77951_pinmux_get_bias()
6205 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a77951_pinmux_get_bias()
6222 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77951_pinmux_set_bias()
6226 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a77951_pinmux_set_bias()
H A Dpfc-r8a77965.c6404 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77965_pinmux_get_bias()
6406 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a77965_pinmux_get_bias()
6423 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77965_pinmux_set_bias()
6427 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a77965_pinmux_set_bias()
H A Dpfc-r8a7796.c6151 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()
H A Dpfc-r8a77950.c5832 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77950_pinmux_get_bias()
5834 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a77950_pinmux_get_bias()
5851 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77950_pinmux_set_bias()
5855 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a77950_pinmux_set_bias()

Completed in 51 milliseconds