Home
last modified time | relevance | path

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

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