Searched refs:DMA_BURST_SIZE (Results 1 – 3 of 3) sorted by relevance
112 #define DMA_BURST_SIZE 64 macro114 #define DMA_BURST_SIZE 128 macro937 ((DMA_BURST_SIZE / 32) << RxBurstSizeShift), in netdev_open()943 ((DMA_BURST_SIZE / 32) << TxDMABurstSizeShift) | in netdev_open()
334 #define DMA_CTL_CMD DMA_BURST_SIZE338 #define DMA_BURST_SIZE 32 macro2123 tc_writel(DMA_BURST_SIZE | DMA_RxAlign_2, &tr->DMA_Ctl); in tc35815_chip_init()2125 tc_writel(DMA_BURST_SIZE, &tr->DMA_Ctl); in tc35815_chip_init()
117 #define DMA_BURST_SIZE (1 << DMA_BURST_SHIFT) macro