Home
last modified time | relevance | path

Searched refs:dxs_loop_notify (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/arm/xscale/
H A Dpxa2x0_dmac.c100 #define dxs_loop_notify dxs_xfer.dx_loop_notify macro
439 ds->ds_xfer.dxs_loop_notify = DMAC_DONT_LOOP; in dmac_dmover_attach()
846 dxs->dxs_loop_notify != DMAC_DONT_LOOP && in pxa2x0_dmac_start_xfer()
847 (size % dxs->dxs_loop_notify) != 0) in pxa2x0_dmac_start_xfer()
854 dxs->dxs_loop_notify != DMAC_DONT_LOOP && in pxa2x0_dmac_start_xfer()
855 (size % dxs->dxs_loop_notify) != 0) in pxa2x0_dmac_start_xfer()
1056 dxs->dxs_loop_notify != DMAC_DONT_LOOP) in dmac_continue_xfer()
1057 src_size = dxs->dxs_loop_notify; in dmac_continue_xfer()
1064 dxs->dxs_loop_notify != DMAC_DONT_LOOP) in dmac_continue_xfer()
1065 dst_size = dxs->dxs_loop_notify; in dmac_continue_xfer()
[all …]