Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c257 dma_cap->eee = (hw_cap & DMA_HW_FEAT_EEESEL) >> 14; in dwmac1000_get_hw_feature()
H A Dcommon.h295 #define DMA_HW_FEAT_EEESEL 0x00004000 /* Energy Efficient Ethernet */ macro