Lines Matching refs:data
473 rpc->dir = op->data.dir;
474 if (op->data.buswidth) {
477 rpc->buffer = op->data.buf.in;
478 switch (op->data.dir) {
488 if (op->data.ddr)
494 nbytes = op->data.nbytes;
497 rpc->enable |= RPCIF_SMENR_SPIDB(rpcif_bit_size(op->data.buswidth));
527 u32 nbytes, data[2], *p = data;
540 memcpy(data, rpc->buffer + pos, nbytes);
557 * RPC-IF spoils the data for the commands without an address
585 u32 nbytes, data[2], *p = data;
605 memcpy(rpc->buffer + pos, data, nbytes);
790 { .compatible = "renesas,r8a7796-rpc-if", .data = &rpcif_info_r8a7796 },
791 { .compatible = "renesas,rcar-gen3-rpc-if", .data = &rpcif_info_gen3 },
792 { .compatible = "renesas,rcar-gen4-rpc-if", .data = &rpcif_info_gen4 },
793 { .compatible = "renesas,rzg2l-rpc-if", .data = &rpcif_info_rz_g2l },