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()
1257 u32 pm_config; in sc92031_ethtool_get_wol() local
1260 pm_config = ioread32(port_base + PMConfig); in sc92031_ethtool_get_wol()
1268 if (pm_config & PM_LinkUp) in sc92031_ethtool_get_wol()
1271 if (pm_config & PM_Magic) in sc92031_ethtool_get_wol()
1274 if (pm_config & PM_WakeUp) in sc92031_ethtool_get_wol()
1284 u32 pm_config; in sc92031_ethtool_set_wol() local
1288 pm_config = ioread32(port_base + PMConfig) in sc92031_ethtool_set_wol()
1292 pm_config |= PM_LinkUp; in sc92031_ethtool_set_wol()
1295 pm_config |= PM_Magic; in sc92031_ethtool_set_wol()
1299 pm_config |= PM_WakeUp; in sc92031_ethtool_set_wol()
1301 priv->pm_config = pm_config; in sc92031_ethtool_set_wol()
1302 iowrite32(pm_config, port_base + PMConfig); in sc92031_ethtool_set_wol()