Lines Matching refs:TxControl
1131 control = info->channel.TxControl[3]; in rp_tiocmget()
1151 info->channel.TxControl[3] |= SET_RTS; in rp_tiocmset()
1153 info->channel.TxControl[3] |= SET_DTR; in rp_tiocmset()
1155 info->channel.TxControl[3] &= ~SET_RTS; in rp_tiocmset()
1157 info->channel.TxControl[3] &= ~SET_DTR; in rp_tiocmset()
1159 out32(info->channel.IndexAddr, info->channel.TxControl); in rp_tiocmset()
2750 ChP->TxControl[0] = (Byte_t) (ChOff + _TX_CTRL); in sInitChan()
2751 ChP->TxControl[1] = (Byte_t) ((ChOff + _TX_CTRL) >> 8); in sInitChan()
2752 ChP->TxControl[2] = 0; in sInitChan()
2753 ChP->TxControl[3] = 0; in sInitChan()
2754 out32(ChP->IndexAddr, ChP->TxControl); in sInitChan()
2909 if (ChP->TxControl[3] & TX_ENABLE) { in sFlushTxFIFO()
3010 ChP->TxControl[2] |= ((Byte_t) Flags & TXINT_EN); in sEnInterrupts()
3012 out32(ChP->IndexAddr, ChP->TxControl); in sEnInterrupts()
3052 ChP->TxControl[2] &= ~((Byte_t) Flags & TXINT_EN); in sDisInterrupts()
3053 out32(ChP->IndexAddr, ChP->TxControl); in sDisInterrupts()