Searched refs:AT91C_PIO_PB17 (Results 1 – 6 of 6) sorted by relevance
2288 #define AT91C_PIO_PB17 ( 1 << 17 ) /* Pin Controlled by PB17 */ macro2289 #define AT91C_PB17_ERXCK ( AT91C_PIO_PB17 ) /* Ethernet MAC Receive Clock */2290 #define AT91C_PB17_NPCS03 ( AT91C_PIO_PB17 ) /* SPI 0 Peripheral Chip Select 3 */
2585 #define AT91C_PIO_PB17 ( ( unsigned int ) 1 << 17 ) /* Pin Controlled by PB17 */ macro2586 #define AT91C_PB17_ERXCK ( ( unsigned int ) AT91C_PIO_PB17 ) /* Ethernet MAC Receive Cloc…2587 #define AT91C_PB17_NPCS03 ( ( unsigned int ) AT91C_PIO_PB17 ) /* SPI 0 Peripheral Chip Sel…
2585 #define AT91C_PIO_PB17 ( ( unsigned int ) 1 << 17 ) /* Pin Controlled by PB17 */ macro2586 #define AT91C_PB17_ERXCK ( ( unsigned int ) AT91C_PIO_PB17 ) /* Ethernet MAC Receive Cloc…2587 #define AT91C_PB17_NPCS03 ( ( unsigned int ) AT91C_PIO_PB17 ) /* SPI 0 Peripheral Chip Sel…6068 AT91C_PIO_PB17 EQU( 1 << 17 );6070 AT91C_PB17_ERXCK EQU( AT91C_PIO_PB17 );6072 AT91C_PB17_NPCS03 EQU( AT91C_PIO_PB17 );