Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/sh-pfc/
Dcore.h29 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg);
Dpinctrl.c516 val = sh_pfc_read(pfc, reg); in sh_pfc_pinconf_get_drive_strength()
553 val = sh_pfc_read(pfc, reg); in sh_pfc_pinconf_set_drive_strength()
648 val = sh_pfc_read(pfc, pocctrl); in sh_pfc_pinconf_get()
719 val = sh_pfc_read(pfc, pocctrl); in sh_pfc_pinconf_set()
Dcore.c179 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg) in sh_pfc_read() function
613 pfc->saved_regs[idx] = sh_pfc_read(pfc, reg); in sh_pfc_save_reg()
Dpfc-r8a77990.c2705 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77990_pinmux_get_bias()
2707 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a77990_pinmux_get_bias()
2724 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77990_pinmux_set_bias()
2728 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a77990_pinmux_set_bias()
Dpfc-r8a77965.c5102 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77965_pinmux_get_bias()
5104 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a77965_pinmux_get_bias()
5121 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77965_pinmux_set_bias()
5125 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a77965_pinmux_set_bias()
Dpfc-r8a7795-es1.c5775 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a7795es1_pinmux_get_bias()
5777 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a7795es1_pinmux_get_bias()
5794 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a7795es1_pinmux_set_bias()
5798 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a7795es1_pinmux_set_bias()
Dpfc-r8a7796.c6103 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a7796_pinmux_get_bias()
6105 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a7796_pinmux_get_bias()
6122 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a7796_pinmux_set_bias()
6126 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a7796_pinmux_set_bias()
Dpfc-r8a7795.c6162 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a7795_pinmux_get_bias()
6164 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a7795_pinmux_get_bias()
6181 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a7795_pinmux_set_bias()
6185 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a7795_pinmux_set_bias()