Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dspi-mem.c260 tmpbufsize = sizeof(op->cmd.opcode) + op->addr.nbytes + in spi_mem_exec_op()
268 tmpbuf = kzalloc(tmpbufsize, GFP_KERNEL | GFP_DMA); in spi_mem_exec_op()
/openbmc/linux/drivers/spi/
H A Dspi-mem.c314 unsigned int tmpbufsize, xferpos = 0, totalxferlen = 0; in spi_mem_exec_op() local
346 tmpbufsize = op->cmd.nbytes + op->addr.nbytes + op->dummy.nbytes; in spi_mem_exec_op()
353 tmpbuf = kzalloc(tmpbufsize, GFP_KERNEL | GFP_DMA); in spi_mem_exec_op()