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

/linux-master/drivers/pinctrl/
H A Dpinctrl-at91-pio4.c46 #define ATMEL_PIO_OPD_MASK BIT(14) macro
761 if (!(res & ATMEL_PIO_OPD_MASK))
766 if (res & ATMEL_PIO_OPD_MASK)
835 conf |= ATMEL_PIO_OPD_MASK;
838 conf &= ~ATMEL_PIO_OPD_MASK;
953 if (conf & ATMEL_PIO_OPD_MASK)

Completed in 112 milliseconds