Searched refs:PIO_CODR (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/pinctrl/
H A Dpinctrl-at91.h26 #define PIO_CODR 0x34 /* Clear Output Data Register */ macro
H A Dpinctrl-at91.c1341 writel_relaxed(mask, pio + (val ? PIO_SODR : PIO_CODR)); at91_gpio_set()
1351 writel_relaxed(mask, pio + (val ? PIO_SODR : PIO_CODR)); at91_gpio_direction_output()
/linux-4.1.27/arch/avr32/mach-at32ap/
H A Dpio.h24 #define PIO_CODR 0x0034 macro

Completed in 58 milliseconds