Home
last modified time | relevance | path

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

/linux/drivers/net/usb/
H A Dlan78xx.h179 #define PMT_CTL_WOL_EN_ (0x00000008) macro
H A Dlan78xx.c4895 buf |= PMT_CTL_WOL_EN_; in lan78xx_set_auto_suspend()
4968 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4975 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4982 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
5039 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
5046 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
5080 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
5091 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
/linux/drivers/net/ethernet/microchip/
H A Dlan743x_main.c3845 PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_ | in lan743x_pm_set_wol()
3861 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
3866 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
3872 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
3902 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
3922 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
H A Dlan743x_main.h71 #define PMT_CTL_WOL_EN_ BIT(3) macro