Lines Matching refs:temp_pmt_ctl
3063 u32 temp_pmt_ctl; in lan78xx_set_suspend() local
3081 temp_pmt_ctl = 0; in lan78xx_set_suspend()
3082 ret = lan78xx_read_reg(dev, PMT_CTL, &temp_pmt_ctl); in lan78xx_set_suspend()
3083 temp_pmt_ctl &= ~PMT_CTL_RES_CLR_WKP_EN_; in lan78xx_set_suspend()
3084 temp_pmt_ctl |= PMT_CTL_RES_CLR_WKP_STS_; in lan78xx_set_suspend()
3091 temp_pmt_ctl |= PMT_CTL_PHY_WAKE_EN_; in lan78xx_set_suspend()
3093 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3094 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3095 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3100 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3101 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3102 temp_pmt_ctl |= PMT_CTL_SUS_MODE_3_; in lan78xx_set_suspend()
3107 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3108 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3109 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3142 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3143 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3144 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3149 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3150 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3151 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3172 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3173 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3174 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3181 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3182 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3183 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3185 ret = lan78xx_write_reg(dev, PMT_CTL, temp_pmt_ctl); in lan78xx_set_suspend()