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

/linux-4.4.14/drivers/net/ethernet/silan/
H A Dsc92031.c293 u32 pm_config; member in struct:sc92031_priv
642 iowrite32(priv->pm_config, port_base + PMConfig); _sc92031_reset()
1021 priv->pm_config = 0; sc92031_open()
1257 u32 pm_config; sc92031_ethtool_get_wol() local
1260 pm_config = ioread32(port_base + PMConfig); sc92031_ethtool_get_wol()
1268 if (pm_config & PM_LinkUp) sc92031_ethtool_get_wol()
1271 if (pm_config & PM_Magic) sc92031_ethtool_get_wol()
1274 if (pm_config & PM_WakeUp) sc92031_ethtool_get_wol()
1284 u32 pm_config; sc92031_ethtool_set_wol() local
1288 pm_config = ioread32(port_base + PMConfig) sc92031_ethtool_set_wol()
1292 pm_config |= PM_LinkUp; sc92031_ethtool_set_wol()
1295 pm_config |= PM_Magic; sc92031_ethtool_set_wol()
1299 pm_config |= PM_WakeUp; sc92031_ethtool_set_wol()
1301 priv->pm_config = pm_config; sc92031_ethtool_set_wol()
1302 iowrite32(pm_config, port_base + PMConfig); sc92031_ethtool_set_wol()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
H A Dconf.h1381 struct conf_pm_config_settings pm_config; member in struct:wlcore_conf
H A Dacx.c1141 struct conf_pm_config_settings *c = &wl->conf.pm_config; wl1271_acx_pm_config()
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c1245 .attr = {.name = "pm_config", .mode = (S_IRUGO | S_IWUSR)},
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/
H A Dmain.c257 .pm_config = {
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
H A Dmain.c388 .pm_config = {

Completed in 166 milliseconds