Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/usb/
H A Dlan78xx.c4588 u32 temp_pmt_ctl; in lan78xx_set_suspend() local
4614 temp_pmt_ctl = 0; in lan78xx_set_suspend()
4616 ret = lan78xx_read_reg(dev, PMT_CTL, &temp_pmt_ctl); in lan78xx_set_suspend()
4620 temp_pmt_ctl &= ~PMT_CTL_RES_CLR_WKP_EN_; in lan78xx_set_suspend()
4621 temp_pmt_ctl |= PMT_CTL_RES_CLR_WKP_STS_; in lan78xx_set_suspend()
4631 temp_pmt_ctl |= PMT_CTL_PHY_WAKE_EN_; in lan78xx_set_suspend()
4633 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
4634 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
4635 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
4640 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
[all …]