databufptr 719 drivers/mailbox/bcm-pdc-mailbox.c dma_addr_t databufptr; /* DMA address to put in descriptor */ databufptr 750 drivers/mailbox/bcm-pdc-mailbox.c databufptr = sg_dma_address(sg); databufptr 752 drivers/mailbox/bcm-pdc-mailbox.c pdc_build_txd(pdcs, databufptr, PDC_DMA_BUF_MAX, databufptr 756 drivers/mailbox/bcm-pdc-mailbox.c databufptr += PDC_DMA_BUF_MAX; databufptr 766 drivers/mailbox/bcm-pdc-mailbox.c pdc_build_txd(pdcs, databufptr, bufcnt, flags | eot); databufptr 886 drivers/mailbox/bcm-pdc-mailbox.c dma_addr_t databufptr; /* DMA address to put in descriptor */ databufptr 908 drivers/mailbox/bcm-pdc-mailbox.c databufptr = sg_dma_address(sg); databufptr 910 drivers/mailbox/bcm-pdc-mailbox.c pdc_build_rxd(pdcs, databufptr, PDC_DMA_BUF_MAX, flags); databufptr 913 drivers/mailbox/bcm-pdc-mailbox.c databufptr += PDC_DMA_BUF_MAX; databufptr 919 drivers/mailbox/bcm-pdc-mailbox.c pdc_build_rxd(pdcs, databufptr, bufcnt, flags);