Home
last modified time | relevance | path

Searched refs:Byte_t (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/tty/
Drocket_int.h24 typedef unsigned char Byte_t; typedef
57 static inline void out32(unsigned short port, Byte_t *p) in out32()
316 Byte_t MReg2;
317 Byte_t MReg3;
357 Byte_t R[RREGDATASIZE];
359 Byte_t BaudDiv[4];
360 Byte_t TxControl[4];
361 Byte_t RxControl[4];
362 Byte_t TxEnables[4];
363 Byte_t TxCompare[4];
[all …]
Drocket.c149 static Byte_t RData[RDATASIZE] = {
170 static Byte_t RRegData[RREGDATASIZE] = {
197 static Byte_t sBitMapClrTbl[8] = {
201 static Byte_t sBitMapSetTbl[8] = {
224 static void sSetInterfaceMode(CHANNEL_T * ChP, Byte_t mode);
231 static int sWriteTxPrioByte(CHANNEL_T * ChP, Byte_t Data);
234 int IRQNum, Byte_t Frequency, int PeriodicOnly);
1832 WordIO_t ConfigIO, int IRQNum, Byte_t Frequency, in sPCIInitController()
2561 int IRQNum, Byte_t Frequency, int PeriodicOnly) in sInitController()
2601 sOutB(MudbacIO, (Byte_t) (io >> 6)); /* set up AIOP I/O in MUDBAC */ in sInitController()
[all …]