Lines Matching refs:TxControl
1156 control = info->channel.TxControl[3]; in rp_tiocmget()
1176 info->channel.TxControl[3] |= SET_RTS; in rp_tiocmset()
1178 info->channel.TxControl[3] |= SET_DTR; in rp_tiocmset()
1180 info->channel.TxControl[3] &= ~SET_RTS; in rp_tiocmset()
1182 info->channel.TxControl[3] &= ~SET_DTR; in rp_tiocmset()
1184 out32(info->channel.IndexAddr, info->channel.TxControl); in rp_tiocmset()
2778 ChP->TxControl[0] = (Byte_t) (ChOff + _TX_CTRL); in sInitChan()
2779 ChP->TxControl[1] = (Byte_t) ((ChOff + _TX_CTRL) >> 8); in sInitChan()
2780 ChP->TxControl[2] = 0; in sInitChan()
2781 ChP->TxControl[3] = 0; in sInitChan()
2782 out32(ChP->IndexAddr, ChP->TxControl); in sInitChan()
2937 if (ChP->TxControl[3] & TX_ENABLE) { in sFlushTxFIFO()
3038 ChP->TxControl[2] |= ((Byte_t) Flags & TXINT_EN); in sEnInterrupts()
3040 out32(ChP->IndexAddr, ChP->TxControl); in sEnInterrupts()
3080 ChP->TxControl[2] &= ~((Byte_t) Flags & TXINT_EN); in sDisInterrupts()
3081 out32(ChP->IndexAddr, ChP->TxControl); in sDisInterrupts()