Home
last modified time | relevance | path

Searched refs:DMA_BURST_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/adaptec/
H A Dstarfire.c110 #define DMA_BURST_SIZE 64 macro
112 #define DMA_BURST_SIZE 128 macro
925 ((DMA_BURST_SIZE / 32) << RxBurstSizeShift), in netdev_open()
931 ((DMA_BURST_SIZE / 32) << TxDMABurstSizeShift) | in netdev_open()
/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dtc35815.c334 #define DMA_CTL_CMD DMA_BURST_SIZE
338 #define DMA_BURST_SIZE 32 macro
2080 tc_writel(DMA_BURST_SIZE | DMA_RxAlign_2, &tr->DMA_Ctl); in tc35815_chip_init()
2082 tc_writel(DMA_BURST_SIZE, &tr->DMA_Ctl); in tc35815_chip_init()
/openbmc/linux/drivers/mtd/nand/raw/
H A Drockchip-nand-controller.c61 #define DMA_BURST_SIZE (6) /* 0: 1, 3: 4, 5: 8, 7: 16 */ macro
474 (7 << DMA_BURST_SIZE) | (16 << DMA_INC_NUM); in rk_nfc_xfer_start()