Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/microchip/
Dlan743x_main.c2877 PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_ | in lan743x_pm_set_wol()
2894 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
2899 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
2905 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
2935 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
2955 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
Dlan743x_main.h41 #define PMT_CTL_WOL_EN_ BIT(3) macro
/Linux-v4.19/drivers/net/usb/
Dlan78xx.c3891 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3898 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3905 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3940 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3947 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3970 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3979 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4068 buf |= PMT_CTL_WOL_EN_; in lan78xx_suspend()
Dlan78xx.h188 #define PMT_CTL_WOL_EN_ (0x00000008) macro