Lines Matching refs:pm_config
293 u32 pm_config; member
641 iowrite32(priv->pm_config, port_base + PMConfig); in _sc92031_reset()
1017 priv->pm_config = 0; in sc92031_open()
1259 u32 pm_config; in sc92031_ethtool_get_wol() local
1262 pm_config = ioread32(port_base + PMConfig); in sc92031_ethtool_get_wol()
1270 if (pm_config & PM_LinkUp) in sc92031_ethtool_get_wol()
1273 if (pm_config & PM_Magic) in sc92031_ethtool_get_wol()
1276 if (pm_config & PM_WakeUp) in sc92031_ethtool_get_wol()
1286 u32 pm_config; in sc92031_ethtool_set_wol() local
1290 pm_config = ioread32(port_base + PMConfig) in sc92031_ethtool_set_wol()
1294 pm_config |= PM_LinkUp; in sc92031_ethtool_set_wol()
1297 pm_config |= PM_Magic; in sc92031_ethtool_set_wol()
1301 pm_config |= PM_WakeUp; in sc92031_ethtool_set_wol()
1303 priv->pm_config = pm_config; in sc92031_ethtool_set_wol()
1304 iowrite32(pm_config, port_base + PMConfig); in sc92031_ethtool_set_wol()