Searched +full:cfg +full:- +full:dac +full:- +full:minus +full:- +full:one +full:- +full:bp (Results 1 – 1 of 1) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0215 struct net_device *ndev = phydev->attached_dev; in dp83822_config_wol()219 if (wol->wolopts & (WAKE_MAGIC | WAKE_MAGICSECURE)) { in dp83822_config_wol()220 mac = (const u8 *)ndev->dev_addr; in dp83822_config_wol()223 return -EINVAL; in dp83822_config_wol()237 if (wol->wolopts & WAKE_MAGIC) in dp83822_config_wol()242 if (wol->wolopts & WAKE_MAGICSECURE) { in dp83822_config_wol()245 (wol->sopass[1] << 8) | wol->sopass[0]); in dp83822_config_wol()248 (wol->sopass[3] << 8) | wol->sopass[2]); in dp83822_config_wol()251 (wol->sopass[5] << 8) | wol->sopass[4]); in dp83822_config_wol()[all …]