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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Drocket_int.h393 Call: sClrBreak(ChP)
394 CHANNEL_T *ChP; Ptr to channel structure
396 #define sClrBreak(ChP) \
398 (ChP)->TxControl[3] &= ~SETBREAK; \
399 sOutDW((ChP)->IndexAddr,*(DWord_t *)&(ChP)->TxControl[0]); \
405 Call: sClrDTR(ChP)
406 CHANNEL_T *ChP; Ptr to channel structure
408 #define sClrDTR(ChP) \
410 (ChP)
[all...]
H A Drocket.c236 static int sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum,
238 static void sSetInterfaceMode(CHANNEL_T * ChP, Byte_t mode);
239 static void sFlushRxFIFO(CHANNEL_T * ChP);
240 static void sFlushTxFIFO(CHANNEL_T * ChP);
241 static void sEnInterrupts(CHANNEL_T * ChP, Word_t Flags);
242 static void sDisInterrupts(CHANNEL_T * ChP, Word_t Flags);
245 static int sWriteTxPrioByte(CHANNEL_T * ChP, Byte_t Data);
1258 static int sGetChanRI(CHANNEL_T * ChP) argument
1260 CONTROLLER_t *CtlP = ChP->CtlP;
1261 int ChanNum = ChP
2818 sInitChan(CONTROLLER_T * CtlP, CHANNEL_T * ChP, int AiopNum, int ChanNum) argument
2966 sStopRxProcessor(CHANNEL_T * ChP) argument
2991 sFlushRxFIFO(CHANNEL_T * ChP) argument
3033 sFlushTxFIFO(CHANNEL_T * ChP) argument
3073 sWriteTxPrioByte(CHANNEL_T * ChP, Byte_t Data) argument
3135 sEnInterrupts(CHANNEL_T * ChP, Word_t Flags) argument
3179 sDisInterrupts(CHANNEL_T * ChP, Word_t Flags) argument
3195 sSetInterfaceMode(CHANNEL_T * ChP, Byte_t mode) argument
[all...]

Completed in 31 milliseconds