Searched refs:TxEnables (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/rp/
H A Drp.c249 ChP->TxEnables[0] = (Byte_t)(ChOff + _TX_ENBLS);
250 ChP->TxEnables[1] = (Byte_t)((ChOff + _TX_ENBLS) >> 8);
251 ChP->TxEnables[2] = 0;
252 ChP->TxEnables[3] = 0;
253 rp_writech4(ChP,_INDX_ADDR,le32dec(ChP->TxEnables));
H A Drpreg.h412 Byte_t TxEnables[4]; member in struct:CHANNEL_str

Completed in 177 milliseconds