Lines Matching refs:TxControl
1165 control = info->channel.TxControl[3]; in rp_tiocmget()
1185 info->channel.TxControl[3] |= SET_RTS; in rp_tiocmset()
1187 info->channel.TxControl[3] |= SET_DTR; in rp_tiocmset()
1189 info->channel.TxControl[3] &= ~SET_RTS; in rp_tiocmset()
1191 info->channel.TxControl[3] &= ~SET_DTR; in rp_tiocmset()
1193 out32(info->channel.IndexAddr, info->channel.TxControl); in rp_tiocmset()
2791 ChP->TxControl[0] = (Byte_t) (ChOff + _TX_CTRL); in sInitChan()
2792 ChP->TxControl[1] = (Byte_t) ((ChOff + _TX_CTRL) >> 8); in sInitChan()
2793 ChP->TxControl[2] = 0; in sInitChan()
2794 ChP->TxControl[3] = 0; in sInitChan()
2795 out32(ChP->IndexAddr, ChP->TxControl); in sInitChan()
2950 if (ChP->TxControl[3] & TX_ENABLE) { in sFlushTxFIFO()
3051 ChP->TxControl[2] |= ((Byte_t) Flags & TXINT_EN); in sEnInterrupts()
3053 out32(ChP->IndexAddr, ChP->TxControl); in sEnInterrupts()
3093 ChP->TxControl[2] &= ~((Byte_t) Flags & TXINT_EN); in sDisInterrupts()
3094 out32(ChP->IndexAddr, ChP->TxControl); in sDisInterrupts()