Lines Matching refs:temp_pmt_ctl

4586 	u32 temp_pmt_ctl;  in lan78xx_set_suspend()  local
4612 temp_pmt_ctl = 0; in lan78xx_set_suspend()
4614 ret = lan78xx_read_reg(dev, PMT_CTL, &temp_pmt_ctl); in lan78xx_set_suspend()
4618 temp_pmt_ctl &= ~PMT_CTL_RES_CLR_WKP_EN_; in lan78xx_set_suspend()
4619 temp_pmt_ctl |= PMT_CTL_RES_CLR_WKP_STS_; in lan78xx_set_suspend()
4629 temp_pmt_ctl |= PMT_CTL_PHY_WAKE_EN_; in lan78xx_set_suspend()
4631 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4632 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
4633 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
4638 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4639 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
4640 temp_pmt_ctl |= PMT_CTL_SUS_MODE_3_; in lan78xx_set_suspend()
4645 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4646 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
4647 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
4702 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4703 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
4704 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
4709 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4710 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
4711 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
4743 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4744 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
4745 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
4754 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4755 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
4756 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
4758 ret = lan78xx_write_reg(dev, PMT_CTL, temp_pmt_ctl); in lan78xx_set_suspend()