Home
last modified time | relevance | path

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

/drivers/net/
Dsc92031.c112 PMConfig = 0x7C, // Power Manager configuration enumerator
611 iowrite32(0, port_base + PMConfig); in _sc92031_reset()
652 iowrite32(priv->pm_config, port_base + PMConfig); in _sc92031_reset()
1279 pm_config = ioread32(port_base + PMConfig); in sc92031_ethtool_get_wol()
1307 pm_config = ioread32(port_base + PMConfig) in sc92031_ethtool_set_wol()
1321 iowrite32(pm_config, port_base + PMConfig); in sc92031_ethtool_set_wol()
1485 iowrite32((~PM_LongWF & ~PM_LWPTN) | PM_Enable, port_base + PMConfig); in sc92031_probe()