Searched refs:sh_pfc_read (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | pinctrl.c | 496 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 D | core.h | 26 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg);
|
H A D | core.c | 172 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 D | pfc-r8a77995.c | 3138 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 D | core.h | 26 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg);
|
H A 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()
|
H A D | core.c | 172 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 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()
|
H A D | pfc-r8a77951.c | 6203 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 D | pfc-r8a77965.c | 6404 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 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()
|
H A D | pfc-r8a77950.c | 5832 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