Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/microchip/
Dlan743x_main.c3139 PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_ | in lan743x_pm_set_wol()
3156 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
3161 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
3167 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
3197 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
3217 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
Dlan743x_main.h60 #define PMT_CTL_WOL_EN_ BIT(3) macro
/linux-5.19.10/drivers/net/usb/
Dlan78xx.c4566 buf |= PMT_CTL_WOL_EN_; in lan78xx_set_auto_suspend()
4639 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4646 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4653 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4710 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4717 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4751 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4762 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
Dlan78xx.h176 #define PMT_CTL_WOL_EN_ (0x00000008) macro