Searched defs:DMA_BURST_SIZE (Results 1 - 3 of 3) sorted by relevance

/drivers/media/video/
H A Domap1_camera.c116 #define DMA_BURST_SIZE (1 << DMA_BURST_SHIFT) macro
/drivers/net/ethernet/adaptec/
H A Dstarfire.c112 #define DMA_BURST_SIZE 64 macro
114 #define DMA_BURST_SIZE 128 macro
968 ((DMA_BURST_SIZE / 32) << RxBurstSizeShift),
974 ((DMA_BURST_SIZE / 32) << TxDMABurstSizeShift) |
/drivers/net/ethernet/toshiba/
H A Dtc35815.c335 #define DMA_CTL_CMD DMA_BURST_SIZE
339 #define DMA_BURST_SIZE 32 macro
2130 tc_writel(DMA_BURST_SIZE | DMA_RxAlign_2, &tr->DMA_Ctl);
2132 tc_writel(DMA_BURST_SIZE, &tr->DMA_Ctl);

Completed in 88 milliseconds