Searched refs:ChP (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/tty/ |
D | rocket_int.h | 382 #define sClrBreak(ChP) \ argument 384 (ChP)->TxControl[3] &= ~SETBREAK; \ 385 out32((ChP)->IndexAddr,(ChP)->TxControl); \ 394 #define sClrDTR(ChP) \ argument 396 (ChP)->TxControl[3] &= ~SET_DTR; \ 397 out32((ChP)->IndexAddr,(ChP)->TxControl); \ 406 #define sClrRTS(ChP) \ argument 408 if ((ChP)->rtsToggle) break; \ 409 (ChP)->TxControl[3] &= ~SET_RTS; \ 410 out32((ChP)->IndexAddr,(ChP)->TxControl); \ [all …]
|
D | rocket.c | 222 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->ChanNum; in sGetChanRI() [all …]
|