Lines Matching refs:temp_pmt_ctl
4594 u32 temp_pmt_ctl; in lan78xx_set_suspend() local
4620 temp_pmt_ctl = 0; in lan78xx_set_suspend()
4622 ret = lan78xx_read_reg(dev, PMT_CTL, &temp_pmt_ctl); in lan78xx_set_suspend()
4626 temp_pmt_ctl &= ~PMT_CTL_RES_CLR_WKP_EN_; in lan78xx_set_suspend()
4627 temp_pmt_ctl |= PMT_CTL_RES_CLR_WKP_STS_; in lan78xx_set_suspend()
4637 temp_pmt_ctl |= PMT_CTL_PHY_WAKE_EN_; in lan78xx_set_suspend()
4639 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4640 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
4641 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
4646 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4647 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
4648 temp_pmt_ctl |= PMT_CTL_SUS_MODE_3_; in lan78xx_set_suspend()
4653 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4654 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
4655 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
4710 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4711 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
4712 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
4717 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4718 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
4719 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
4751 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4752 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
4753 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
4762 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4763 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
4764 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
4766 ret = lan78xx_write_reg(dev, PMT_CTL, temp_pmt_ctl); in lan78xx_set_suspend()