Lines Matching refs:temp_pmt_ctl

3827 	u32 temp_pmt_ctl;  in lan78xx_set_suspend()  local
3845 temp_pmt_ctl = 0; in lan78xx_set_suspend()
3846 ret = lan78xx_read_reg(dev, PMT_CTL, &temp_pmt_ctl); in lan78xx_set_suspend()
3847 temp_pmt_ctl &= ~PMT_CTL_RES_CLR_WKP_EN_; in lan78xx_set_suspend()
3848 temp_pmt_ctl |= PMT_CTL_RES_CLR_WKP_STS_; in lan78xx_set_suspend()
3855 temp_pmt_ctl |= PMT_CTL_PHY_WAKE_EN_; in lan78xx_set_suspend()
3857 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3858 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3859 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3864 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3865 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3866 temp_pmt_ctl |= PMT_CTL_SUS_MODE_3_; in lan78xx_set_suspend()
3871 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3872 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3873 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3906 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3907 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3908 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3913 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3914 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3915 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3936 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3937 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3938 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3945 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3946 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3947 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3949 ret = lan78xx_write_reg(dev, PMT_CTL, temp_pmt_ctl); in lan78xx_set_suspend()