Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Daltera_tse.c589 if (priv->dma_type == ALT_SGDMA) in altera_tse_probe()
642 if (priv->dma_type == ALT_SGDMA) { in altera_tse_probe()
702 { .compatible = "altr,tse-1.0", .data = ALT_SGDMA },
H A Daltera_tse.h17 #define ALT_SGDMA 0 macro