Searched refs:TxEnables (Results 1 – 2 of 2) sorted by relevance
2769 ChP->TxEnables[0] = (Byte_t) (ChOff + _TX_ENBLS); in sInitChan()2770 ChP->TxEnables[1] = (Byte_t) ((ChOff + _TX_ENBLS) >> 8); in sInitChan()2771 ChP->TxEnables[2] = 0; in sInitChan()2772 ChP->TxEnables[3] = 0; in sInitChan()2773 out32(ChP->IndexAddr, ChP->TxEnables); in sInitChan()
362 Byte_t TxEnables[4]; member