Searched refs:done_bytes (Results 1 – 2 of 2) sorted by relevance
72 uint32_t done_bytes; member
323 #define IS_IND_DMA_START(op) (op->done_bytes == 0)419 op->done_bytes += len; in ind_op_advance()420 assert(op->done_bytes <= op->num_bytes); in ind_op_advance()421 if (op->done_bytes == op->num_bytes) { in ind_op_advance()428 return op->flash_addr + op->done_bytes; in ind_op_next_byte()450 op->done_bytes = 0; in ind_op_setup()978 len = MIN(len, op->num_bytes - op->done_bytes); in ospi_do_indirect_write()1799 VMSTATE_UINT32(done_bytes, IndOp),