Searched refs:curr_step (Results 1 – 1 of 1) sorted by relevance
257 size_t curr_step = min(step_size, data_bytes); in bcm63xx_hsspi_xfer() local263 HSSPI_FIFO_OP_SIZE, tx, curr_step); in bcm63xx_hsspi_xfer()264 tx += curr_step; in bcm63xx_hsspi_xfer()268 writew(cpu_to_be16(opcode | (curr_step & HSSPI_FIFO_OP_BYTES_MASK)), in bcm63xx_hsspi_xfer()291 curr_step); in bcm63xx_hsspi_xfer()292 rx += curr_step; in bcm63xx_hsspi_xfer()295 data_bytes -= curr_step; in bcm63xx_hsspi_xfer()
Completed in 4 milliseconds