Home
last modified time | relevance | path

Searched refs:op_len (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/spi/
H A Dspi-mem-nodm.c16 int op_len; in spi_mem_exec_op() local
28 op_len = sizeof(op->cmd.opcode) + op->addr.nbytes + op->dummy.nbytes; in spi_mem_exec_op()
29 op_buf = calloc(1, op_len); in spi_mem_exec_op()
54 ret = spi_xfer(slave, op_len * 8, op_buf, NULL, flag); in spi_mem_exec_op()
H A Dspi-mem.c210 int op_len; in spi_mem_exec_op() local
345 op_len = sizeof(op->cmd.opcode) + op->addr.nbytes + op->dummy.nbytes; in spi_mem_exec_op()
356 u8 op_buf[op_len]; in spi_mem_exec_op()
377 ret = spi_xfer(slave, op_len * 8, op_buf, NULL, flag); in spi_mem_exec_op()