Searched refs:TxControl (Results 1 – 2 of 2) sorted by relevance
369 Byte_t TxControl[4]; member388 (ChP)->TxControl[3] &= ~SETBREAK; \389 sOutDW((ChP)->IndexAddr,*(DWord_t *)&(ChP)->TxControl[0]); \400 (ChP)->TxControl[3] &= ~SET_DTR; \401 sOutDW((ChP)->IndexAddr,*(DWord_t *)&(ChP)->TxControl[0]); \412 (ChP)->TxControl[3] &= ~SET_RTS; \413 sOutDW((ChP)->IndexAddr,*(DWord_t *)&(ChP)->TxControl[0]); \474 (ChP)->TxControl[2] &= ~CTSFC_EN; \475 sOutDW((ChP)->IndexAddr,*(DWord_t *)&(ChP)->TxControl[0]); \500 (ChP)->TxControl[2] &= ~PARITY_EN; \[all …]
1255 control = info->channel.TxControl[3]; in get_modem_info()1279 info->channel.TxControl[3] |= SET_RTS; in set_modem_info()1281 info->channel.TxControl[3] |= SET_DTR; in set_modem_info()1285 info->channel.TxControl[3] &= ~SET_RTS; in set_modem_info()1287 info->channel.TxControl[3] &= ~SET_DTR; in set_modem_info()1290 info->channel.TxControl[3] = in set_modem_info()1291 ((info->channel.TxControl[3] & ~(SET_RTS | SET_DTR)) in set_modem_info()1300 *(DWord_t *) &(info->channel.TxControl[0])); in set_modem_info()2804 ChP->TxControl[0] = (Byte_t)(ChOff + _TX_CTRL); in sInitChan()2805 ChP->TxControl[1] = (Byte_t)((ChOff + _TX_CTRL) >> 8); in sInitChan()[all …]