Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/silan/
H A Dsc92031.c110 PMConfig = 0x7C, // Power Manager configuration enumerator
600 iowrite32(0, port_base + PMConfig); in _sc92031_reset()
641 iowrite32(priv->pm_config, port_base + PMConfig); in _sc92031_reset()
1262 pm_config = ioread32(port_base + PMConfig); in sc92031_ethtool_get_wol()
1290 pm_config = ioread32(port_base + PMConfig) in sc92031_ethtool_set_wol()
1304 iowrite32(pm_config, port_base + PMConfig); in sc92031_ethtool_set_wol()
1458 iowrite32((~PM_LongWF & ~PM_LWPTN) | PM_Enable, port_base + PMConfig); in sc92031_probe()