Searched +full:dac +full:- +full:full +full:- +full:amplitude (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Christian Marangi <ansuelsmth@gmail.com>11 - Robert Marko <robert.marko@sartura.hr>15 IEEE 802.3 clause 22 compliant 10BASE-Te, 100BASE-TX and16 1000BASE-T PHY-s.21 Both models have a combo port that supports 1000BASE-X and22 100BASE-FX fiber.25 output only pins that natively drive LED-s for up to 2 attached[all …]
1 /* SPDX-License-Identifier: MIT */19 /* Outputs composite video (DAC A only) */21 /* Outputs SVideo video (DAC B/C) */23 /* Outputs Component video (DAC A/B/C) */25 /* Outputs Composite and SVideo (DAC A/B/C) */41 /* Sets the colorburst to PAL mode. Required for non-M PAL modes. */56 /* Read-only state that reports all features enabled */58 /* Read-only state that reports that Macrovision is disabled in hardware*/60 /* Read-only state that reports that TV-out is disabled in hardware. */64 /* Encoder test pattern 1 - combo pattern */[all …]
1 # SPDX-License-Identifier: GPL-2.0-only5 # setting - SPI can't be modular so that case doesn't need to be covered.498 tristate "Analog Devices AU1761 CODEC - I2C"504 tristate "Analog Devices AU1761 CODEC - SPI"541 tristate "Analog Devices ADAU7002 Stereo PDM-to-I2S/TDM Converter"547 tristate "Analog Devices ADAU7118 8 Channel PDM-t[all...]
1 // SPDX-License-Identifier: GPL-2.0154 #define DP83822_LED_FN_FULL_DUPLEX 0x7 /* Full duplex */215 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()[all …]