Searched +full:cfg +full:- +full:dac +full:- +full:minus +full:- +full:one +full:- +full:bp (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause)4 ---6 $schema: http://devicetree.org/meta-schemas/core.yaml#11 - Andrew Davis <[email protected]>14 The DP83822 is a low-power, single-port, 10/100 Mbps Ethernet PHY. It16 data over standard, twisted-pair cables or to connect to an external,17 fiber-optic transceiver. Additionally, the DP83822 provides flexibility to24 - $ref: ethernet-phy.yaml#30 ti,link-loss-low:39 ti,fiber-mode:[all …]
1 // SPDX-License-Identifier: GPL-2.0205 struct net_device *ndev = phydev->attached_dev; in dp83822_config_wol()209 if (wol->wolopts & (WAKE_MAGIC | WAKE_MAGICSECURE)) { in dp83822_config_wol()210 mac = (const u8 *)ndev->dev_addr; in dp83822_config_wol()213 return -EINVAL; in dp83822_config_wol()227 if (wol->wolopts & WAKE_MAGIC) in dp83822_config_wol()232 if (wol->wolopts & WAKE_MAGICSECURE) { in dp83822_config_wol()235 (wol->sopass[1] << 8) | wol->sopass[0]); in dp83822_config_wol()238 (wol->sopass[3] << 8) | wol->sopass[2]); in dp83822_config_wol()241 (wol->sopass[5] << 8) | wol->sopass[4]); in dp83822_config_wol()[all …]