Searched refs:sh_pfc_read (Results 1 – 3 of 3) sorted by relevance
26 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg);
172 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg) in sh_pfc_read() function664 pfc->saved_regs[idx] = sh_pfc_read(pfc, reg); in sh_pfc_save_reg()
3136 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()