Lines Matching refs:pm_config
293 u32 pm_config; member
642 iowrite32(priv->pm_config, port_base + PMConfig); in _sc92031_reset()
1021 priv->pm_config = 0; in sc92031_open()
1268 u32 pm_config; in sc92031_ethtool_get_wol() local
1271 pm_config = ioread32(port_base + PMConfig); in sc92031_ethtool_get_wol()
1279 if (pm_config & PM_LinkUp) in sc92031_ethtool_get_wol()
1282 if (pm_config & PM_Magic) in sc92031_ethtool_get_wol()
1285 if (pm_config & PM_WakeUp) in sc92031_ethtool_get_wol()
1295 u32 pm_config; in sc92031_ethtool_set_wol() local
1299 pm_config = ioread32(port_base + PMConfig) in sc92031_ethtool_set_wol()
1303 pm_config |= PM_LinkUp; in sc92031_ethtool_set_wol()
1306 pm_config |= PM_Magic; in sc92031_ethtool_set_wol()
1310 pm_config |= PM_WakeUp; in sc92031_ethtool_set_wol()
1312 priv->pm_config = pm_config; in sc92031_ethtool_set_wol()
1313 iowrite32(pm_config, port_base + PMConfig); in sc92031_ethtool_set_wol()