Lines Matching refs:MCCR
29 unsigned int MCCR; /* SIB Control Register Offset: 0x00 */ member
57 #define GET_ASD ((SIB->MCCR >> 0) & 0x3f) /* Audio Sample Rate Div. */
58 #define GET_TSD ((SIB->MCCR >> 8) & 0x3f) /* Telcom Sample Rate Div. */
59 #define GET_MCE ((SIB->MCCR >> 16) & 0x01) /* SIB Enable */
60 #define GET_ECS ((SIB->MCCR >> 17) & 0x01) /* External Clock Select */
61 #define GET_ADM ((SIB->MCCR >> 18) & 0x01) /* A/D Data Sampling Mode */
62 #define GET_TTM ((SIB->MCCR >> 19) & 0x01) /* Telco Trans. FIFO I mask */
63 #define GET_TRM ((SIB->MCCR >> 20) & 0x01) /* Telco Recv. FIFO I mask */
64 #define GET_ATM ((SIB->MCCR >> 21) & 0x01) /* Audio Trans. FIFO I mask */
65 #define GET_ARM ((SIB->MCCR >> 22) & 0x01) /* Audio Recv. FIFO I mask */
66 #define GET_LBM ((SIB->MCCR >> 23) & 0x01) /* Loop Back Mode */
67 #define GET_ECP ((SIB->MCCR >> 24) & 0x03) /* Extern. Clck Prescale sel */
68 #define GET_PMC ((SIB->MCCR >> 26) & 0x01) /* PIN Multiplexer Control */
69 #define GET_ERI ((SIB->MCCR >> 27) & 0x01) /* External Read Interrupt */
70 #define GET_EWI ((SIB->MCCR >> 28) & 0x01) /* External Write Interrupt */