Lines Matching refs:data
426 rpc->dir = op->data.dir;
427 if (op->data.buswidth) {
430 rpc->buffer = op->data.buf.in;
431 switch (op->data.dir) {
441 if (op->data.ddr)
447 nbytes = op->data.nbytes;
450 rpc->enable |= RPCIF_SMENR_SPIDB(rpcif_bit_size(op->data.buswidth));
477 u32 nbytes, data[2];
490 memcpy(data, rpc->buffer + pos, nbytes);
493 data[0]);
495 data[1]);
498 data[0]);
513 * RPC-IF spoils the data for the commands without an address
541 u32 nbytes, data[2];
560 &data[0]);
562 &data[1]);
565 &data[0]);
567 memcpy(rpc->buffer + pos, data, nbytes);