Home
last modified time | relevance | path

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

/drivers/net/
Dsc92031.c303 u32 pm_config; member
652 iowrite32(priv->pm_config, port_base + PMConfig); in _sc92031_reset()
1034 priv->pm_config = 0; in sc92031_open()
1276 u32 pm_config; in sc92031_ethtool_get_wol() local
1279 pm_config = ioread32(port_base + PMConfig); in sc92031_ethtool_get_wol()
1287 if (pm_config & PM_LinkUp) in sc92031_ethtool_get_wol()
1290 if (pm_config & PM_Magic) in sc92031_ethtool_get_wol()
1293 if (pm_config & PM_WakeUp) in sc92031_ethtool_get_wol()
1303 u32 pm_config; in sc92031_ethtool_set_wol() local
1307 pm_config = ioread32(port_base + PMConfig) in sc92031_ethtool_set_wol()
[all …]