HomeSort by: relevance | last modified time | path
    Searched refs:DMAC_DONT_LOOP (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/arm/xscale/
pxa2x0_dmac.h 142 #define DMAC_DONT_LOOP 0
pxa2x0_dmac.c 439 ds->ds_xfer.dxs_loop_notify = DMAC_DONT_LOOP;
846 dxs->dxs_loop_notify != DMAC_DONT_LOOP &&
854 dxs->dxs_loop_notify != DMAC_DONT_LOOP &&
1056 dxs->dxs_loop_notify != DMAC_DONT_LOOP)
1064 dxs->dxs_loop_notify != DMAC_DONT_LOOP)
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 &&
pxa2x0_i2s.c 342 dx->dx_loop_notify = DMAC_DONT_LOOP;
392 dx->dx_loop_notify = DMAC_DONT_LOOP;
pxa2x0_mci.c 267 sc->sc_rxdx->dx_loop_notify = DMAC_DONT_LOOP;
288 sc->sc_txdx->dx_loop_notify = DMAC_DONT_LOOP;

Completed in 13 milliseconds