Lines Matching refs:CHANNEL_T
235 static int sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum,
237 static void sSetInterfaceMode(CHANNEL_T * ChP, Byte_t mode);
238 static void sFlushRxFIFO(CHANNEL_T * ChP);
239 static void sFlushTxFIFO(CHANNEL_T * ChP);
240 static void sEnInterrupts(CHANNEL_T * ChP, Word_t Flags);
241 static void sDisInterrupts(CHANNEL_T * ChP, Word_t Flags);
244 static int sWriteTxPrioByte(CHANNEL_T * ChP, Byte_t Data);
1136 static int sGetChanRI(CHANNEL_T * ChP) in sGetChanRI()
2725 static int sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum, in sInitChan()
2873 static void sStopRxProcessor(CHANNEL_T * ChP) in sStopRxProcessor()
2898 static void sFlushRxFIFO(CHANNEL_T * ChP) in sFlushRxFIFO()
2940 static void sFlushTxFIFO(CHANNEL_T * ChP) in sFlushTxFIFO()
2980 static int sWriteTxPrioByte(CHANNEL_T * ChP, Byte_t Data) in sWriteTxPrioByte()
3042 static void sEnInterrupts(CHANNEL_T * ChP, Word_t Flags) in sEnInterrupts()
3086 static void sDisInterrupts(CHANNEL_T * ChP, Word_t Flags) in sDisInterrupts()
3102 static void sSetInterfaceMode(CHANNEL_T * ChP, Byte_t mode) in sSetInterfaceMode()