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 <afd@ti.com>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.0149 struct net_device *ndev = phydev->attached_dev; in dp83822_config_wol()153 if (wol->wolopts & (WAKE_MAGIC | WAKE_MAGICSECURE)) { in dp83822_config_wol()154 mac = (const u8 *)ndev->dev_addr; in dp83822_config_wol()157 return -EINVAL; in dp83822_config_wol()171 if (wol->wolopts & WAKE_MAGIC) in dp83822_config_wol()176 if (wol->wolopts & WAKE_MAGICSECURE) { in dp83822_config_wol()179 (wol->sopass[1] << 8) | wol->sopass[0]); in dp83822_config_wol()182 (wol->sopass[3] << 8) | wol->sopass[2]); in dp83822_config_wol()185 (wol->sopass[5] << 8) | wol->sopass[4]); in dp83822_config_wol()[all …]