Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-at91.h33 #define PIO_PUER 0x64 /* Pull-up Enable Register */ macro
H A Dpinctrl-at91.c418 writel_relaxed(mask, pio + (on ? PIO_PUER : PIO_PUDR)); in at91_mux_set_pullup()