Searched refs:curr_step (Results 1 – 1 of 1) sorted by relevance
189 int curr_step = min_t(int, step_size, pending); in bcm63xx_hsspi_do_txrx() local193 memcpy_toio(bs->fifo + HSSPI_OPCODE_LEN, tx, curr_step); in bcm63xx_hsspi_do_txrx()194 tx += curr_step; in bcm63xx_hsspi_do_txrx()197 __raw_writew(opcode | curr_step, bs->fifo); in bcm63xx_hsspi_do_txrx()215 memcpy_fromio(rx, bs->fifo, curr_step); in bcm63xx_hsspi_do_txrx()216 rx += curr_step; in bcm63xx_hsspi_do_txrx()219 pending -= curr_step; in bcm63xx_hsspi_do_txrx()