Home
last modified time | relevance | path

Searched refs:ChP (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Drocket_int.h379 Call: sClrBreak(ChP)
380 CHANNEL_T *ChP; Ptr to channel structure
382 #define sClrBreak(ChP) \
384 (ChP)->TxControl[3] &= ~SETBREAK; \
385 out32((ChP)->IndexAddr,(ChP)->TxControl); \
391 Call: sClrDTR(ChP)
392 CHANNEL_T *ChP; Ptr to channel structure
394 #define sClrDTR(ChP) \
396 (ChP)
[all...]
H A Drocket.c222 static int sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum,
224 static void sSetInterfaceMode(CHANNEL_T * ChP, Byte_t mode);
225 static void sFlushRxFIFO(CHANNEL_T * ChP);
226 static void sFlushTxFIFO(CHANNEL_T * ChP);
227 static void sEnInterrupts(CHANNEL_T * ChP, Word_t Flags);
228 static void sDisInterrupts(CHANNEL_T * ChP, Word_t Flags);
231 static int sWriteTxPrioByte(CHANNEL_T * ChP, Byte_t Data);
1105 static int sGetChanRI(CHANNEL_T * ChP) in sGetChanRI() argument
1107 CONTROLLER_t *CtlP = ChP->CtlP; in sGetChanRI()
1108 int ChanNum = ChP in sGetChanRI()
2691 sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum, int ChanNum) sInitChan() argument
2839 sStopRxProcessor(CHANNEL_T * ChP) sStopRxProcessor() argument
2864 sFlushRxFIFO(CHANNEL_T * ChP) sFlushRxFIFO() argument
2906 sFlushTxFIFO(CHANNEL_T * ChP) sFlushTxFIFO() argument
2946 sWriteTxPrioByte(CHANNEL_T * ChP, Byte_t Data) sWriteTxPrioByte() argument
3008 sEnInterrupts(CHANNEL_T * ChP, Word_t Flags) sEnInterrupts() argument
3052 sDisInterrupts(CHANNEL_T * ChP, Word_t Flags) sDisInterrupts() argument
3068 sSetInterfaceMode(CHANNEL_T * ChP, Byte_t mode) sSetInterfaceMode() argument
[all...]

Completed in 4 milliseconds