Home
last modified time | relevance | path

Searched refs:pmt_remote_wake_up (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_dma.c247 dma_cap->pmt_remote_wake_up = (hw_cap & DMA_HW_FEAT_RWKSEL) >> 9; in dwmac1000_get_hw_feature()
H A Ddwxgmac2_dma.c410 dma_cap->pmt_remote_wake_up = (hw_cap & XGMAC_HWFEAT_RWKSEL) >> 6; in dwxgmac2_get_hw_feature()
H A Ddwmac4_dma.c398 dma_cap->pmt_remote_wake_up = (hw_cap & GMAC_HW_FEAT_RWKSEL) >> 6; in dwmac4_get_hw_feature()
H A Dstmmac_main.c6407 (priv->dma_cap.pmt_remote_wake_up) ? "Y" : "N"); in stmmac_dma_cap_show()
7180 priv->plat->pmt = priv->dma_cap.pmt_remote_wake_up && in stmmac_hw_init()
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h410 unsigned int pmt_remote_wake_up; member
H A Dsxgbe_main.c880 features->pmt_remote_wake_up = in sxgbe_get_hw_features()