Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/silan/
Dsc92031.c109 PMConfig = 0x7C, // Power Manager configuration enumerator
601 iowrite32(0, port_base + PMConfig); in _sc92031_reset()
642 iowrite32(priv->pm_config, port_base + PMConfig); in _sc92031_reset()
1260 pm_config = ioread32(port_base + PMConfig); in sc92031_ethtool_get_wol()
1288 pm_config = ioread32(port_base + PMConfig) in sc92031_ethtool_set_wol()
1302 iowrite32(pm_config, port_base + PMConfig); in sc92031_ethtool_set_wol()
1457 iowrite32((~PM_LongWF & ~PM_LWPTN) | PM_Enable, port_base + PMConfig); in sc92031_probe()