Lines Matching refs:TxControl
1134 control = info->channel.TxControl[3]; in rp_tiocmget()
1154 info->channel.TxControl[3] |= SET_RTS; in rp_tiocmset()
1156 info->channel.TxControl[3] |= SET_DTR; in rp_tiocmset()
1158 info->channel.TxControl[3] &= ~SET_RTS; in rp_tiocmset()
1160 info->channel.TxControl[3] &= ~SET_DTR; in rp_tiocmset()
1162 out32(info->channel.IndexAddr, info->channel.TxControl); in rp_tiocmset()
2757 ChP->TxControl[0] = (Byte_t) (ChOff + _TX_CTRL); in sInitChan()
2758 ChP->TxControl[1] = (Byte_t) ((ChOff + _TX_CTRL) >> 8); in sInitChan()
2759 ChP->TxControl[2] = 0; in sInitChan()
2760 ChP->TxControl[3] = 0; in sInitChan()
2761 out32(ChP->IndexAddr, ChP->TxControl); in sInitChan()
2916 if (ChP->TxControl[3] & TX_ENABLE) { in sFlushTxFIFO()
3017 ChP->TxControl[2] |= ((Byte_t) Flags & TXINT_EN); in sEnInterrupts()
3019 out32(ChP->IndexAddr, ChP->TxControl); in sEnInterrupts()
3059 ChP->TxControl[2] &= ~((Byte_t) Flags & TXINT_EN); in sDisInterrupts()
3060 out32(ChP->IndexAddr, ChP->TxControl); in sDisInterrupts()