Searched refs:TxEnables (Results 1 – 2 of 2) sorted by relevance
2803 ChP->TxEnables[0] = (Byte_t) (ChOff + _TX_ENBLS); in sInitChan()2804 ChP->TxEnables[1] = (Byte_t) ((ChOff + _TX_ENBLS) >> 8); in sInitChan()2805 ChP->TxEnables[2] = 0; in sInitChan()2806 ChP->TxEnables[3] = 0; in sInitChan()2807 out32(ChP->IndexAddr, ChP->TxEnables); in sInitChan()
361 Byte_t TxEnables[4]; member