Searched refs:AT91C_SSC_RXDIS (Results 1 – 9 of 9) sorted by relevance
465 pSSC->SSC_CR = AT91C_SSC_SWRST | AT91C_SSC_RXDIS | AT91C_SSC_TXDIS; in AT91F_SSC_Configure()503 pSSC->SSC_CR = AT91C_SSC_RXDIS; in AT91F_SSC_DisableRx()
767 #define AT91C_SSC_RXDIS ( 0x1 << 1 ) /* (SSC) Receive Disable */ macro
676 #define AT91C_SSC_RXDIS ( 0x1 << 1 ) /* (SSC) Receive Disable */ macro
858 #define AT91C_SSC_RXDIS ( ( unsigned int ) 0x1 << 1 ) /* (SSC) Receive Disable … macro
910 #define AT91C_SSC_RXDIS ( ( unsigned int ) 0x1 << 1 ) /* (SSC) Receive Disable … macro
910 #define AT91C_SSC_RXDIS ( ( unsigned int ) 0x1 << 1 ) /* (SSC) Receive Disable … macro3496 AT91C_SSC_RXDIS EQU( 0x1 << 1 );