Home | History | Annotate | Download | only in xscale

Lines Matching defs:dxs_loop_notify

100 #define	dxs_loop_notify	dxs_xfer.dx_loop_notify
439 ds->ds_xfer.dxs_loop_notify = DMAC_DONT_LOOP;
846 dxs->dxs_loop_notify != DMAC_DONT_LOOP &&
847 (size % dxs->dxs_loop_notify) != 0)
854 dxs->dxs_loop_notify != DMAC_DONT_LOOP &&
855 (size % dxs->dxs_loop_notify) != 0)
1056 dxs->dxs_loop_notify != DMAC_DONT_LOOP)
1057 src_size = dxs->dxs_loop_notify;
1064 dxs->dxs_loop_notify != DMAC_DONT_LOOP)
1065 dst_size = dxs->dxs_loop_notify;
1144 if (dxs->dxs_loop_notify != DMAC_DONT_LOOP) {
1175 if (dxs->dxs_loop_notify == DMAC_DONT_LOOP) {
1223 if (dxs->dxs_loop_notify != DMAC_DONT_LOOP &&