Searched refs:DWBuf (Results 1 – 1 of 1) sorted by relevance
430 Byte_t DWBuf[4]; /* buffer for double word writes */ in sWriteTxPrioByte() local438 le16enc(DWBuf,ChP->TxPrioBuf); /* data byte address */ in sWriteTxPrioByte()440 DWBuf[2] = Data; /* data byte value */ in sWriteTxPrioByte()441 DWBuf[3] = 0; /* priority buffer pointer */ in sWriteTxPrioByte()442 rp_writech4(ChP,_INDX_ADDR,le32dec(DWBuf)); /* write it out */ in sWriteTxPrioByte()444 le16enc(DWBuf,ChP->TxPrioCnt); /* Tx priority count address */ in sWriteTxPrioByte()446 DWBuf[2] = PRI_PEND + 1; /* indicate 1 byte pending */ in sWriteTxPrioByte()447 DWBuf[3] = 0; /* priority buffer pointer */ in sWriteTxPrioByte()448 rp_writech4(ChP,_INDX_ADDR,le32dec(DWBuf)); /* write it out */ in sWriteTxPrioByte()