Searched refs:QDMA_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
782 eth->scratch_head = kcalloc(cnt, QDMA_PAGE_SIZE, in mtk_init_fq_dma()785 eth->scratch_head, cnt * QDMA_PAGE_SIZE, in mtk_init_fq_dma()794 eth->scratch_ring[i].txd1 = (dma_addr + (i * QDMA_PAGE_SIZE)); in mtk_init_fq_dma()798 eth->scratch_ring[i].txd3 = TX_QDMA_SDL(QDMA_PAGE_SIZE); in mtk_init_fq_dma()804 mtk_w32(eth, QDMA_PAGE_SIZE << 16, MTK_QDMA_FQ_BLEN); in mtk_init_fq_dma()
252 #define QDMA_PAGE_SIZE 2048 macro