HIDMA_EVRE_SIZE   248 drivers/dma/qcom/hidma_ll.c 	    (evre_write_off % HIDMA_EVRE_SIZE)) {
HIDMA_EVRE_SIZE   270 drivers/dma/qcom/hidma_ll.c 		HIDMA_INCREMENT_ITERATOR(evre_iterator, HIDMA_EVRE_SIZE,
HIDMA_EVRE_SIZE   292 drivers/dma/qcom/hidma_ll.c 				     HIDMA_EVRE_SIZE * num_completed);
HIDMA_EVRE_SIZE   674 drivers/dma/qcom/hidma_ll.c 	writel(HIDMA_EVRE_SIZE * nr_tres,
HIDMA_EVRE_SIZE   765 drivers/dma/qcom/hidma_ll.c 	sz = (HIDMA_EVRE_SIZE + 1) * nr_tres;
HIDMA_EVRE_SIZE   771 drivers/dma/qcom/hidma_ll.c 	lldev->evre_ring_size = HIDMA_EVRE_SIZE * nr_tres;
HIDMA_EVRE_SIZE   774 drivers/dma/qcom/hidma_ll.c 	if (!IS_ALIGNED(lldev->evre_dma, HIDMA_EVRE_SIZE)) {
HIDMA_EVRE_SIZE   777 drivers/dma/qcom/hidma_ll.c 		evre_ring_shift = lldev->evre_dma % HIDMA_EVRE_SIZE;
HIDMA_EVRE_SIZE   778 drivers/dma/qcom/hidma_ll.c 		evre_ring_shift = HIDMA_EVRE_SIZE - evre_ring_shift;