Home
last modified time | relevance | path

Searched refs:DMA_BURST_512 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis900.h87 DMA_BURST_512 = 0, DMA_BURST_64 = 5 enumerator
H A Dsis900.c1420 tx_flags = TxATP | (DMA_BURST_512 << TxMXDMA_shift) | in sis900_set_mode()
1422 rx_flags = DMA_BURST_512 << RxMXDMA_shift; in sis900_set_mode()