Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/usb/
H A Dlan78xx.h176 #define PMT_CTL_WOL_EN_ (0x00000008) macro
H A Dlan78xx.c4672 buf |= PMT_CTL_WOL_EN_; in lan78xx_set_auto_suspend()
4745 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4752 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4759 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4816 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4823 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4857 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4868 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
/linux-6.15/drivers/net/ethernet/microchip/
H A Dlan743x_main.c3786 PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_ | in lan743x_pm_set_wol()
3802 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
3807 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
3813 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
3843 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
3863 pmtctl |= PMT_CTL_WOL_EN_ | PMT_CTL_MAC_D3_RX_CLK_OVR_; in lan743x_pm_set_wol()
H A Dlan743x_main.h68 #define PMT_CTL_WOL_EN_ BIT(3) macro