Searched refs:temp_pmt_ctl (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/usb/
H A Dlan78xx.c4586 u32 temp_pmt_ctl; local
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 |
[all...]

Completed in 101 milliseconds