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

/linux-master/drivers/pinctrl/
H A Dpinctrl-at91.h15 #define PIO_OER 0x10 /* Output Enable Register */ macro
H A Dpinctrl-at91.c431 writel_relaxed(mask, pio + (is_on ? PIO_OER : PIO_ODR));
839 writel_relaxed(mask, pio + (input ? PIO_ODR : PIO_OER));
1488 writel_relaxed(mask, pio + PIO_OER);

Completed in 157 milliseconds