Searched refs:AT91C_SSC_RXDIS (Results 1 – 9 of 9) sorted by relevance
473 pSSC->SSC_CR = AT91C_SSC_SWRST | AT91C_SSC_RXDIS | AT91C_SSC_TXDIS ; in AT91F_SSC_Configure()515 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
843 #define AT91C_SSC_RXDIS ((unsigned int) 0x1 << 1) // (SSC) Receive Disable macro
894 #define AT91C_SSC_RXDIS ((unsigned int) 0x1 << 1) // (SSC) Receive Disable macro
894 #define AT91C_SSC_RXDIS ((unsigned int) 0x1 << 1) // (SSC) Receive Disable macro3148 AT91C_SSC_RXDIS EQU (0x1 << 1) ;- (SSC) Receive Disable