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

/linux-master/drivers/pinctrl/
H A Dpinctrl-at91.h45 #define PIO_PPDDR 0x90 /* Pad Pull-down Disable Register */ macro
H A Dpinctrl-at91.c416 writel_relaxed(mask, pio + PIO_PPDDR);
562 writel_relaxed(mask, pio + (is_on ? PIO_PPDER : PIO_PPDDR));

Completed in 110 milliseconds