HomeSort by relevance Sort by last modified time
    Searched refs:DMA_BURST_512 (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
sis900.h 119 DMA_BURST_512 = 0, DMA_BURST_64 = 5
sis900.c 849 tx_flags = TxATP | (DMA_BURST_512 << TxMXDMA_shift) | (TX_FILL_THRESH << TxFILLT_shift);
850 rx_flags = DMA_BURST_512 << RxMXDMA_shift;
    [all...]

Completed in 60 milliseconds