Lines Matching refs:first
640 * race condition may occur: the first read register may refer to one LLI
656 * Then we'd rather use another solution: the DSCR is read a first time, the
706 /* For the first descriptor we can be more accurate. */
863 struct data_chunk *first;
877 first = xt->sgl;
894 (dmaengine_get_dst_icg(xt, chunk) != dmaengine_get_dst_icg(xt, first)) ||
895 (dmaengine_get_src_icg(xt, chunk) != dmaengine_get_src_icg(xt, first))) {
941 desc->boundary = first->size >> dwidth;
942 desc->dst_hole = (dmaengine_get_dst_icg(xt, first) >> dwidth) + 1;
943 desc->src_hole = (dmaengine_get_src_icg(xt, first) >> dwidth) + 1;
1116 /* Only the first byte of value is to be used according to dmaengine */