Searched refs:MTK_QDMA_PAGE_SIZE (Results 1 – 3 of 3) sorted by relevance
128 #define MTK_QDMA_PAGE_SIZE 2048 macro425 if (length == 0 || length > MTK_QDMA_PAGE_SIZE) { in mt7628_eth_recv()473 uchar packet[MTK_QDMA_PAGE_SIZE]; in mt7628_eth_start()599 priv->rx_buf[i] = memalign(PKTALIGN, MTK_QDMA_PAGE_SIZE); in mt7628_eth_probe()
1147 eth->scratch_head = kcalloc(cnt, MTK_QDMA_PAGE_SIZE, GFP_KERNEL); in mtk_init_fq_dma()1152 eth->scratch_head, cnt * MTK_QDMA_PAGE_SIZE, in mtk_init_fq_dma()1163 txd->txd1 = dma_addr + i * MTK_QDMA_PAGE_SIZE; in mtk_init_fq_dma()1168 txd->txd3 = TX_DMA_PLEN0(MTK_QDMA_PAGE_SIZE); in mtk_init_fq_dma()1181 mtk_w32(eth, MTK_QDMA_PAGE_SIZE << 16, soc->reg_map->qdma.fq_blen); in mtk_init_fq_dma()
29 #define MTK_QDMA_PAGE_SIZE 2048 macro