Lines Matching refs:temp_pmt_ctl

3861 	u32 temp_pmt_ctl;  in lan78xx_set_suspend()  local
3879 temp_pmt_ctl = 0; in lan78xx_set_suspend()
3880 ret = lan78xx_read_reg(dev, PMT_CTL, &temp_pmt_ctl); in lan78xx_set_suspend()
3881 temp_pmt_ctl &= ~PMT_CTL_RES_CLR_WKP_EN_; in lan78xx_set_suspend()
3882 temp_pmt_ctl |= PMT_CTL_RES_CLR_WKP_STS_; in lan78xx_set_suspend()
3889 temp_pmt_ctl |= PMT_CTL_PHY_WAKE_EN_; in lan78xx_set_suspend()
3891 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3892 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3893 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3898 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3899 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3900 temp_pmt_ctl |= PMT_CTL_SUS_MODE_3_; in lan78xx_set_suspend()
3905 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3906 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3907 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3940 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3941 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3942 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3947 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3948 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3949 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3970 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3971 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3972 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3979 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3980 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3981 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3983 ret = lan78xx_write_reg(dev, PMT_CTL, temp_pmt_ctl); in lan78xx_set_suspend()