Lines Matching defs:bytes
186 static inline unsigned int to_mdc_width(unsigned int bytes)
188 return ffs(bytes) - 1;
192 unsigned int bytes)
194 ldesc->gen_conf |= to_mdc_width(bytes) <<
199 unsigned int bytes)
201 ldesc->gen_conf |= to_mdc_width(bytes) <<
578 size_t bytes = 0;
592 bytes = mdesc->list_xfer_size;
629 bytes = mdesc->list_xfer_size;
632 bytes -= ldesc->xfer_size + 1;
637 bytes -= ldesc->xfer_size - residue;
639 bytes -= ldesc->xfer_size + 1;
644 dma_set_residue(txstate, bytes);
931 * Although transfer sizes of up to MDC_TRANSFER_SIZE_MASK + 1 bytes
934 * of MDC_TRANSFER_SIZE_MASK may indicate either that 0 bytes or
935 * MDC_TRANSFER_SIZE_MASK + 1 bytes are remaining. To eliminate this