Searched refs:sh_pfc_read (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/drivers/pinctrl/renesas/ |
D | pfc.c | 122 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg) in sh_pfc_read() function
|
D | sh_pfc.h | 259 u32 sh_pfc_read(struct sh_pfc *pfc, u32 reg);
|
D | pfc-r8a7795.c | 6161 if (!(sh_pfc_read(pfc, reg->puen) & BIT(bit))) in r8a7795_pinmux_get_bias() 6163 else if (sh_pfc_read(pfc, reg->pud) & BIT(bit)) in r8a7795_pinmux_get_bias() 6180 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(bit); in r8a7795_pinmux_set_bias() 6184 updown = sh_pfc_read(pfc, reg->pud) & ~BIT(bit); in r8a7795_pinmux_set_bias()
|
D | pfc-r8a7796.c | 6103 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()
|