HomeSort by: relevance | last modified time | path
    Searched refs:AT91_PIO_COUNT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/at91/
at91piovar.h 43 AT91_PIO_COUNT,
44 AT91_PIO_INVALID = AT91_PIO_COUNT
at91pio.c 103 static struct at91pio_softc *at91pio_softc[AT91_PIO_COUNT];
107 if (port < AT91_PIO_COUNT)
143 if (p < AT91_PIO_COUNT && !at91pio_softc[p])

Completed in 14 milliseconds