Lines Matching refs:temp_pmt_ctl

3811 	u32 temp_pmt_ctl;  in lan78xx_set_suspend()  local
3829 temp_pmt_ctl = 0; in lan78xx_set_suspend()
3830 ret = lan78xx_read_reg(dev, PMT_CTL, &temp_pmt_ctl); in lan78xx_set_suspend()
3831 temp_pmt_ctl &= ~PMT_CTL_RES_CLR_WKP_EN_; in lan78xx_set_suspend()
3832 temp_pmt_ctl |= PMT_CTL_RES_CLR_WKP_STS_; in lan78xx_set_suspend()
3839 temp_pmt_ctl |= PMT_CTL_PHY_WAKE_EN_; in lan78xx_set_suspend()
3841 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3842 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3843 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3848 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3849 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3850 temp_pmt_ctl |= PMT_CTL_SUS_MODE_3_; in lan78xx_set_suspend()
3855 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3856 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3857 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3890 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3891 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3892 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3897 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3898 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3899 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3920 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3921 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3922 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3929 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3930 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3931 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3933 ret = lan78xx_write_reg(dev, PMT_CTL, temp_pmt_ctl); in lan78xx_set_suspend()