Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c239 dma_cap->mbps_1000 = (hw_cap & DMA_HW_FEAT_GMIISEL) >> 1; in dwmac1000_get_hw_feature()
H A Dcommon.h279 #define DMA_HW_FEAT_GMIISEL 0x00000002 /* 1000 Mbps Support */ macro