Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pinctrl/sh-pfc/
Dcore.h26 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg);
Dpinctrl.c520 val = sh_pfc_read(pfc, reg); in sh_pfc_pinconf_get_drive_strength()
557 val = sh_pfc_read(pfc, reg); in sh_pfc_pinconf_set_drive_strength()
651 val = sh_pfc_read(pfc, pocctrl); in sh_pfc_pinconf_get()
722 val = sh_pfc_read(pfc, pocctrl); in sh_pfc_pinconf_set()
Dcore.c176 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg) in sh_pfc_read() function
635 pfc->saved_regs[idx] = sh_pfc_read(pfc, reg); in sh_pfc_save_reg()
Dpfc-r8a77990.c5235 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77990_pinmux_get_bias()
5237 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a77990_pinmux_get_bias()
5254 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77990_pinmux_set_bias()
5258 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a77990_pinmux_set_bias()
Dpfc-r8a7795-es1.c5833 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a7795es1_pinmux_get_bias()
5835 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a7795es1_pinmux_get_bias()
5852 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a7795es1_pinmux_set_bias()
5856 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a7795es1_pinmux_set_bias()
Dpfc-r8a7796.c6151 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a7796_pinmux_get_bias()
6153 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a7796_pinmux_get_bias()
6170 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a7796_pinmux_set_bias()
6174 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a7796_pinmux_set_bias()
Dpfc-r8a77965.c6391 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a77965_pinmux_get_bias()
6393 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a77965_pinmux_get_bias()
6410 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a77965_pinmux_set_bias()
6414 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a77965_pinmux_set_bias()
Dpfc-r8a7795.c6185 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a7795_pinmux_get_bias()
6187 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a7795_pinmux_get_bias()
6204 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a7795_pinmux_set_bias()
6208 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a7795_pinmux_set_bias()