Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Drocket.c2802 ChP->TxReplace1[0] = (Byte_t) (ChOff + _TXREP1B1); in sInitChan()
2803 ChP->TxReplace1[1] = (Byte_t) ((ChOff + _TXREP1B1) >> 8); in sInitChan()
2804 ChP->TxReplace1[2] = 0; in sInitChan()
2805 ChP->TxReplace1[3] = 0; in sInitChan()
2806 out32(ChP->IndexAddr, ChP->TxReplace1); in sInitChan()
Drocket_int.h363 Byte_t TxReplace1[4]; member