Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac1000_dma.c233 dma_cap->mbps_10_100 = (hw_cap & DMA_HW_FEAT_MIISEL); in dwmac1000_get_hw_feature()
Dcommon.h246 #define DMA_HW_FEAT_MIISEL 0x00000001 /* 10/100 Mbps Support */ macro