Searched refs:sh_pfc_read (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/pinctrl/renesas/ |
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(pfc, reg->pud) & ~BIT(bit); in rcar_pinmux_set_bias()
|
D | core.h | 26 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg);
|
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()
|
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()
|