Searched refs:TxEnables (Results 1 – 2 of 2) sorted by relevance
2816 ChP->TxEnables[0] = (Byte_t)(ChOff + _TX_ENBLS); in sInitChan()2817 ChP->TxEnables[1] = (Byte_t)((ChOff + _TX_ENBLS) >> 8); in sInitChan()2818 ChP->TxEnables[2] = 0; in sInitChan()2819 ChP->TxEnables[3] = 0; in sInitChan()2820 sOutDW(ChP->IndexAddr,*(DWord_t *)&ChP->TxEnables[0]); in sInitChan()
371 Byte_t TxEnables[4]; member