Searched refs:PDC_DMA_BUF_MAX (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mailbox/
H A Dbcm-pdc-mailbox.c153 #define PDC_DMA_BUF_MAX 16384 macro
699 * If a scatterlist buffer is larger than PDC_DMA_BUF_MAX, multiple descriptors
700 * are written for that buffer, each <= PDC_DMA_BUF_MAX byte in length.
750 while (bufcnt > PDC_DMA_BUF_MAX) {
751 pdc_build_txd(pdcs, databufptr, PDC_DMA_BUF_MAX,
754 bufcnt -= PDC_DMA_BUF_MAX;
755 databufptr += PDC_DMA_BUF_MAX;
866 * If a receive buffer in the scatterlist is larger than PDC_DMA_BUF_MAX,
868 * PDC_DMA_BUF_MAX.
908 while (bufcnt > PDC_DMA_BUF_MAX) {
[all...]

Completed in 141 milliseconds