Searched refs:DWBuf (Results 1 – 1 of 1) sorted by relevance
2997 Byte_t DWBuf[4]; /* buffer for double word writes */ in sWriteTxPrioByte() local3008 WordPtr = (Word_t *)(&DWBuf[0]); in sWriteTxPrioByte()3011 DWBuf[2] = Data; /* data byte value */ in sWriteTxPrioByte()3012 sOutDW(IndexAddr,*((DWord_t *)(&DWBuf[0]))); /* write it out */ in sWriteTxPrioByte()3016 DWBuf[2] = PRI_PEND + 1; /* indicate 1 byte pending */ in sWriteTxPrioByte()3017 DWBuf[3] = 0; /* priority buffer pointer */ in sWriteTxPrioByte()3018 sOutDW(IndexAddr,*((DWord_t *)(&DWBuf[0]))); /* write it out */ in sWriteTxPrioByte()