Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mailbox/
H A Dbcm-pdc-mailbox.c154 #define PDC_DMA_BUF_MAX 16384 macro
700 * If a scatterlist buffer is larger than PDC_DMA_BUF_MAX, multiple descriptors
701 * are written for that buffer, each <= PDC_DMA_BUF_MAX byte in length.
751 while (bufcnt > PDC_DMA_BUF_MAX) { in pdc_tx_list_sg_add()
752 pdc_build_txd(pdcs, databufptr, PDC_DMA_BUF_MAX, in pdc_tx_list_sg_add()
755 bufcnt -= PDC_DMA_BUF_MAX; in pdc_tx_list_sg_add()
756 databufptr += PDC_DMA_BUF_MAX; in pdc_tx_list_sg_add()
867 * If a receive buffer in the scatterlist is larger than PDC_DMA_BUF_MAX,
869 * PDC_DMA_BUF_MAX.
909 while (bufcnt > PDC_DMA_BUF_MAX) { in pdc_rx_list_sg_add()
[all...]
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dbcm-pdc-mailbox.c154 #define PDC_DMA_BUF_MAX 16384 macro
700 * If a scatterlist buffer is larger than PDC_DMA_BUF_MAX, multiple descriptors
701 * are written for that buffer, each <= PDC_DMA_BUF_MAX byte in length.
751 while (bufcnt > PDC_DMA_BUF_MAX) { in pdc_tx_list_sg_add()
752 pdc_build_txd(pdcs, databufptr, PDC_DMA_BUF_MAX, in pdc_tx_list_sg_add()
755 bufcnt -= PDC_DMA_BUF_MAX; in pdc_tx_list_sg_add()
756 databufptr += PDC_DMA_BUF_MAX; in pdc_tx_list_sg_add()
867 * If a receive buffer in the scatterlist is larger than PDC_DMA_BUF_MAX,
869 * PDC_DMA_BUF_MAX.
909 while (bufcnt > PDC_DMA_BUF_MAX) { in pdc_rx_list_sg_add()
[all...]

Completed in 4 milliseconds