Home
last modified time | relevance | path

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

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