Lines Matching refs:we
30 cycle. For example, we may want to transfer as much data as the
47 transfers we usually have are not, and want to copy data from
52 scatter-gather. So we're left with two cases here: either we have a
53 quite simple DMA controller that doesn't support it, and we'll have to
54 implement it in software, or we have a more advanced DMA controller,
59 over that collection, doing whatever we programmed there.
71 not and the three parameters we saw earlier: the burst size, the
203 - While in the mem2mem case we were having two distinct types to
205 we just have a single transaction type that is supposed to
239 order to implement the actual logic, now that we described what
240 operations we were able to perform.
242 The functions that we have to fill in there, and hence have to
387 order to have a shorter idle window (that we can't really avoid