Home
last modified time | relevance | path

Searched refs:PMT_CTL_WOL_EN_ (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/microchip/
Dlan743x_main.c2944 PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_ | in lan743x_pm_set_wol()
2961 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
2966 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
2972 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
3002 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
3022 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
Dlan743x_main.h44 #define PMT_CTL_WOL_EN_ BIT(3) macro
/Linux-v5.10/drivers/net/usb/
Dlan78xx.c3841 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3848 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3855 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3890 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3897 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3920 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3929 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4015 buf |= PMT_CTL_WOL_EN_; in lan78xx_suspend()
Dlan78xx.h176 #define PMT_CTL_WOL_EN_ (0x00000008) macro