Searched refs:ChP (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | rocket_int.h | 381 #define sClrBreak(ChP) \ argument 383 (ChP)->TxControl[3] &= ~SETBREAK; \ 384 out32((ChP)->IndexAddr,(ChP)->TxControl); \ 393 #define sClrDTR(ChP) \ argument 395 (ChP)->TxControl[3] &= ~SET_DTR; \ 396 out32((ChP)->IndexAddr,(ChP)->TxControl); \ 405 #define sClrRTS(ChP) \ argument 407 if ((ChP)->rtsToggle) break; \ 408 (ChP)->TxControl[3] &= ~SET_RTS; \ 409 out32((ChP)->IndexAddr,(ChP)->TxControl); \ [all …]
|
D | rocket.c | 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); 1127 static int sGetChanRI(CHANNEL_T * ChP) in sGetChanRI() argument 1129 CONTROLLER_t *CtlP = ChP->CtlP; in sGetChanRI() 1130 int ChanNum = ChP->ChanNum; in sGetChanRI() [all …]
|