Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/usb/
H A Dlan78xx.c3790 u32 temp_pmt_ctl; in lan78xx_set_suspend() local
3808 temp_pmt_ctl = 0; in lan78xx_set_suspend()
3809 lan78xx_read_reg(dev, PMT_CTL, &temp_pmt_ctl); in lan78xx_set_suspend()
3810 temp_pmt_ctl &= ~PMT_CTL_RES_CLR_WKP_EN_; in lan78xx_set_suspend()
3811 temp_pmt_ctl |= PMT_CTL_RES_CLR_WKP_STS_; in lan78xx_set_suspend()
3818 temp_pmt_ctl |= PMT_CTL_PHY_WAKE_EN_; in lan78xx_set_suspend()
3820 temp_pmt_ctl |= PMT_CTL_WOL_EN_; in lan78xx_set_suspend()
3821 temp_pmt_ctl &= ~PMT_CTL_SUS_MODE_MASK_; in lan78xx_set_suspend()
3822 temp_pmt_ctl |= PMT_CTL_SUS_MODE_0_; in lan78xx_set_suspend()
3827 temp_pmt_ctl | in lan78xx_set_suspend()
[all...]
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dlan78xx.c4586 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 | in lan78xx_set_suspend()
[all...]

Completed in 11 milliseconds