Home
last modified time | relevance | path

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

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