Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/adaptec/
Dstarfire.c110 #define DMA_BURST_SIZE 64 macro
112 #define DMA_BURST_SIZE 128 macro
917 ((DMA_BURST_SIZE / 32) << RxBurstSizeShift), in netdev_open()
923 ((DMA_BURST_SIZE / 32) << TxDMABurstSizeShift) | in netdev_open()
/linux-6.12.1/drivers/net/ethernet/toshiba/
Dtc35815.c334 #define DMA_CTL_CMD DMA_BURST_SIZE
338 #define DMA_BURST_SIZE 32 macro
2076 tc_writel(DMA_BURST_SIZE | DMA_RxAlign_2, &tr->DMA_Ctl); in tc35815_chip_init()
2078 tc_writel(DMA_BURST_SIZE, &tr->DMA_Ctl); in tc35815_chip_init()
/linux-6.12.1/drivers/mtd/nand/raw/
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()