Searched refs:curr_step (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/spi/
H A Dbcmbca_hsspi.c258 size_t curr_step = min(step_size, data_bytes); local
264 HSSPI_FIFO_OP_SIZE, tx, curr_step);
265 tx += curr_step;
269 writew(cpu_to_be16(opcode | (curr_step & HSSPI_FIFO_OP_BYTES_MASK)),
296 data_bytes -= curr_step;
303 curr_step);
304 rx += curr_step;
H A Dbcm63xx_hsspi.c298 size_t curr_step = min(step_size, (size_t)data_bytes); local
304 HSSPI_FIFO_OP_SIZE, tx, curr_step);
305 tx += curr_step;
309 writew(cpu_to_be16(opcode | (curr_step & HSSPI_FIFO_OP_BYTES_MASK)),
332 curr_step);
333 rx += curr_step;
336 data_bytes -= curr_step;

Completed in 53 milliseconds