Lines Matching defs:word
353 * Write a 64-bit constant from a single wide word indexed by the long-range
358 * \param word The 64-bit constant to write.
362 pvr_pds_write_wide_constant(uint32_t *data_block, uint32_t index, uint64_t word)
371 data_block[index + 0] = L32(word);
372 data_block[index + 1] = H32(word);
374 PVR_PDS_PRINT_DATA("WriteWideConstant", word, index);
1337 /* Size is in bytes - round up to nearest 32 bit word. */
1344 /* Set up the dma transfer control word. */
1377 /* Write the 32-Bit SRC3 word to a 64-bit constant as per
1456 /* Set up the DMA transfer control word. */
1501 /* Write the 32-Bit SRC3 word to a 64-bit constant as per
1700 * (if0) DOUTU src1=USC Code Base address, src2=DOUTU word 2.
2337 * DoutU src1=USC Code Base address, src2=doutu word 2.
4039 /* If this is the last DOUTI word the "Last Issue" bit should be
4046 /* Write the word to the buffer. */
4057 /* SRC0 */ constant >> 1); /* DOUT Issue word 0 64-bit */