Searched refs:sh_pfc_read (Results 1 – 4 of 4) sorted by relevance
/drivers/pinctrl/renesas/ |
D | pinctrl.c | 518 val = sh_pfc_read(pfc, reg); in sh_pfc_pinconf_get_drive_strength() 555 val = sh_pfc_read(pfc, reg); in sh_pfc_pinconf_set_drive_strength() 652 val = sh_pfc_read(pfc, pocctrl); in sh_pfc_pinconf_get() 732 val = sh_pfc_read(pfc, pocctrl); in sh_pfc_pinconf_set() 874 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in rcar_pinmux_get_bias() 876 else if (!reg->pud || (sh_pfc_read(pfc, reg->pud) & BIT(bit))) in rcar_pinmux_get_bias() 881 if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in rcar_pinmux_get_bias() 900 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in rcar_pinmux_set_bias() 905 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in rcar_pinmux_set_bias() 914 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 655 pfc->saved_regs[idx] = sh_pfc_read(pfc, reg); in sh_pfc_save_reg()
|
D | pfc-r8a77995.c | 3115 if (!(sh_pfc_read(pfc, reg->puen) & BIT(puen_bit))) in r8a77995_pinmux_get_bias() 3117 else if (sh_pfc_read(pfc, reg->pud) & BIT(pud_bit)) in r8a77995_pinmux_get_bias() 3134 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(puen_bit); in r8a77995_pinmux_set_bias() 3138 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(pud_bit); in r8a77995_pinmux_set_bias()
|