Lines Matching defs:data
28 const u32 *data, unsigned int dlen)
39 being the data word (little endian), and the next 3 bytes
40 being the address where that data word is to be written (big
56 PVR2_DECOMPOSE_LE(hdw->cmd_buffer, bAddr,data[idx]);
63 data += chunkCnt;
74 u32 *data, unsigned int dlen)
85 be read. Returned data is packed set of 32 bits words that
111 data[idx] = PVR2_COMPOSE_LE(hdw->cmd_buffer,idx*4);
113 data += chunkCnt;
148 populate with data and watch what the hardware does with it.
299 u32 data[12];
301 if (args > ARRAY_SIZE(data)) {
305 args, (long unsigned) ARRAY_SIZE(data));
311 data[idx] = va_arg(vl, u32);
315 return pvr2_encoder_cmd(hdw,cmd,args,0,data);