Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pinctrl/
Dpinctrl-at91.h45 #define PIO_PPDDR 0x90 /* Pad Pull-down Disable Register */ macro
Dpinctrl-at91.c417 writel_relaxed(mask, pio + PIO_PPDDR); in at91_mux_set_pullup()
563 writel_relaxed(mask, pio + (is_on ? PIO_PPDER : PIO_PPDDR)); in at91_mux_pio3_set_pulldown()