Home
last modified time | relevance | path

Searched refs:sh_pfc_read (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pinctrl/renesas/
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
664 pfc->saved_regs[idx] = sh_pfc_read(pfc, reg); in sh_pfc_save_reg()
H A Dpfc-r8a77995.c3136 if (!(sh_pfc_read(pfc, reg->puen) & BIT(puen_bit))) in r8a77995_pinmux_get_bias()
3138 else if (sh_pfc_read(pfc, reg->pud) & BIT(pud_bit)) in r8a77995_pinmux_get_bias()
3155 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(puen_bit); in r8a77995_pinmux_set_bias()
3159 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(pud_bit); in r8a77995_pinmux_set_bias()