Home
last modified time | relevance | path

Searched refs:puen (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pinctrl/renesas/
H A Dsh_pfc.h170 u32 puen; /* Pull-enable or pull-up control register */ member
176 .puen = r1, \
H A Dpfc-r8a77995.c3136 if (!(sh_pfc_read(pfc, reg->puen) & BIT(puen_bit))) in r8a77995_pinmux_get_bias()
3155 enable = sh_pfc_read(pfc, reg->puen) & ~BIT(puen_bit); in r8a77995_pinmux_set_bias()
3165 sh_pfc_write(pfc, reg->puen, enable); in r8a77995_pinmux_set_bias()