Searched refs:Byte_t (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/tty/ |
D | rocket_int.h | 23 typedef unsigned char Byte_t; typedef 56 static inline void out32(unsigned short port, Byte_t *p) in out32() 315 Byte_t MReg2; 316 Byte_t MReg3; 356 Byte_t R[RREGDATASIZE]; 358 Byte_t BaudDiv[4]; 359 Byte_t TxControl[4]; 360 Byte_t RxControl[4]; 361 Byte_t TxEnables[4]; 362 Byte_t TxCompare[4]; [all …]
|
D | rocket.c | 162 static Byte_t RData[RDATASIZE] = { 183 static Byte_t RRegData[RREGDATASIZE] = { 210 static Byte_t sBitMapClrTbl[8] = { 214 static Byte_t sBitMapSetTbl[8] = { 237 static void sSetInterfaceMode(CHANNEL_T * ChP, Byte_t mode); 244 static int sWriteTxPrioByte(CHANNEL_T * ChP, Byte_t Data); 247 int IRQNum, Byte_t Frequency, int PeriodicOnly); 1864 WordIO_t ConfigIO, int IRQNum, Byte_t Frequency, in sPCIInitController() 2595 int IRQNum, Byte_t Frequency, int PeriodicOnly) in sInitController() 2635 sOutB(MudbacIO, (Byte_t) (io >> 6)); /* set up AIOP I/O in MUDBAC */ in sInitController() [all …]
|