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