Searched refs:TxEnables (Results 1 – 2 of 2) sorted by relevance
2790 ChP->TxEnables[0] = (Byte_t) (ChOff + _TX_ENBLS); in sInitChan()2791 ChP->TxEnables[1] = (Byte_t) ((ChOff + _TX_ENBLS) >> 8); in sInitChan()2792 ChP->TxEnables[2] = 0; in sInitChan()2793 ChP->TxEnables[3] = 0; in sInitChan()2794 out32(ChP->IndexAddr, ChP->TxEnables); in sInitChan()
361 Byte_t TxEnables[4]; member