/Linux-v5.15/drivers/iio/dac/ |
D | ad5686.c | 276 .int_vref_mv = 2500, 282 .int_vref_mv = 2500, 288 .int_vref_mv = 2500, 294 .int_vref_mv = 2500, 300 .int_vref_mv = 2500, 306 .int_vref_mv = 2500, 312 .int_vref_mv = 2500, 318 .int_vref_mv = 2500, 329 .int_vref_mv = 2500, 335 .int_vref_mv = 2500, [all …]
|
D | ltc2632.c | 218 .vref_mv = 2500, 223 .vref_mv = 2500, 228 .vref_mv = 2500, 248 .vref_mv = 2500, 253 .vref_mv = 2500, 258 .vref_mv = 2500, 278 .vref_mv = 2500, 283 .vref_mv = 2500, 288 .vref_mv = 2500,
|
D | ad5380.c | 282 .int_vref = 2500, 292 .int_vref = 2500, 302 .int_vref = 2500, 312 .int_vref = 2500, 322 .int_vref = 2500, 332 .int_vref = 2500, 342 .int_vref = 2500, 402 if (st->chip_info->int_vref == 2500) in ad5380_probe()
|
D | ad5446.c | 413 .int_vref_mv = 2500, 423 .int_vref_mv = 2500, 433 .int_vref_mv = 2500, 467 {"ad5620-2500", ID_AD5620_2500}, /* AD5620/40/60: */ 469 {"ad5640-2500", ID_AD5640_2500}, 471 {"ad5660-2500", ID_AD5660_2500},
|
/Linux-v5.15/Documentation/devicetree/bindings/sound/ |
D | da7213.txt | 14 [<1600>, <2200>, <2500>, <3000>] 16 [<1600>, <2200>, <2500>, <3000>] 39 dlg,micbias1-lvl = <2500>; 40 dlg,micbias2-lvl = <2500>;
|
/Linux-v5.15/arch/arm64/boot/dts/marvell/ |
D | armada-8040-clearfog-gt-8k.dts | 141 hysteresis = <2500>; /* millicelsius */ 146 hysteresis = <2500>; /* millicelsius */ 151 hysteresis = <2500>; /* millicelsius */ 156 hysteresis = <2500>; /* millicelsius */ 189 hysteresis = <2500>; /* millicelsius */ 194 hysteresis = <2500>; /* millicelsius */ 199 hysteresis = <2500>; /* millicelsius */ 204 hysteresis = <2500>; /* millicelsius */ 539 phy-mode = "2500base-x"; 582 phy-mode = "2500base-x";
|
D | armada-3720-turris-mox.dts | 173 phy-mode = "2500base-x"; 399 phy-mode = "2500base-x"; 406 phy-mode = "2500base-x"; 483 phy-mode = "2500base-x"; 590 phy-mode = "2500base-x"; 598 phy-mode = "2500base-x"; 675 phy-mode = "2500base-x"; 782 phy-mode = "2500base-x"; 858 phy-mode = "2500base-x";
|
/Linux-v5.15/drivers/net/phy/ |
D | sfp-bus.c | 44 phylink_set(modes, 2500baseX_Full); in sfp_quirk_2500basex() 60 // Alcatel Lucent G-010S-P can operate at 2500base-X, but 61 // incorrectly report 2500MBd NRZ in their EEPROM 66 // Alcatel Lucent G-010S-A can operate at 2500base-X, but 72 // Huawei MA5671A can operate at 2500base-X, but report 1.2GBd 297 phylink_set(modes, 2500baseX_Full); in sfp_parse_support() 338 phylink_set(modes, 2500baseT_Full); in sfp_parse_support() 352 phylink_set(modes, 2500baseX_Full); in sfp_parse_support() 362 * Do the same for modules supporting 2500BASE-X. Note that some in sfp_parse_support() 363 * modules use 2500Mbaud rather than 3100 or 3200Mbaud for in sfp_parse_support() [all …]
|
/Linux-v5.15/drivers/mfd/ |
D | tps65911-comparator.c | 25 0, 2500, 2500, 2500, 2500, 2550, 2600, 2650,
|
/Linux-v5.15/Documentation/devicetree/bindings/mfd/ |
D | rohm,bd71828-pmic.yaml | 117 regulator-ramp-delay = <2500>; 123 regulator-ramp-delay = <2500>; 144 regulator-ramp-delay = <2500>; 150 regulator-ramp-delay = <2500>;
|
/Linux-v5.15/Documentation/devicetree/bindings/net/dsa/ |
D | ocelot.txt | 53 * phy_mode = "2500base-x": on ports 0, 1, 2, 3 102 speed = <2500>; 196 speed = <2500>; 207 speed = <2500>;
|
/Linux-v5.15/Documentation/hwmon/ |
D | da9052.rst | 50 Milli volt = ((ADC value * 1000) / 512) + 2500 54 Milli volt = (ADC value * 2500) / 512; 58 Milli volt = (ADC value * 2500) / 1023
|
D | aspeed-pwm-tacho.rst | 5 ASPEED AST2400/2500 12 This driver implements support for ASPEED AST2400/2500 PWM and Fan Tacho
|
/Linux-v5.15/drivers/net/dsa/mv88e6xxx/ |
D | port.c | 234 case 2500: in mv88e6xxx_port_set_speed_duplex() 340 /* Support 10, 100, 200, 1000, 2500 Mbps (e.g. 88E6341) */ 345 speed = port < 5 ? 1000 : 2500; in mv88e6341_port_set_speed_duplex() 347 if (speed > 2500) in mv88e6341_port_set_speed_duplex() 353 if (speed == 2500 && port < 5) in mv88e6341_port_set_speed_duplex() 385 /* Support 10, 100, 200, 1000, 2500 Mbps (e.g. 88E6390) */ 390 speed = port < 9 ? 1000 : 2500; in mv88e6390_port_set_speed_duplex() 392 if (speed > 2500) in mv88e6390_port_set_speed_duplex() 398 if (speed == 2500 && port < 9) in mv88e6390_port_set_speed_duplex() 413 /* Support 10, 100, 200, 1000, 2500, 10000 Mbps (e.g. 88E6190X) */ [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/media/i2c/ |
D | rda,rda5807.yaml | 41 default: 2500 42 enum: [1800, 2100, 2500, 3000]
|
/Linux-v5.15/drivers/regulator/ |
D | twl-regulator.c | 304 UNSUP(1500), UNSUP(1800), 2500, 2800, 309 1500, 1800, UNSUP(1850), 2500, 315 1500, 1800, 2000, 2500, 320 1500, 1800, 2500, 2800, 325 1500, 1800, UNSUP(1850), 2500, 334 UNSUP(1500), UNSUP(1800), 1850, UNSUP(2500), 344 UNSUP(1500), 1800, UNSUP(1850), UNSUP(2500), 359 2500, 2750,
|
/Linux-v5.15/drivers/net/pcs/ |
D | pcs-lynx.c | 263 /* 2500Base-X is SerDes protocol 7 on Felix and 6 on ENETC. It is a SerDes lane 275 * AN, we call this PHY interface type 2500Base-X. In case a PHY negotiates a 277 * 2500 Mbps and we do rate adaptation through pause frames. 288 dev_err(&pcs->dev, "AN not supported for 2500BaseX\n"); in lynx_pcs_link_up_2500basex()
|
/Linux-v5.15/drivers/mtd/nand/raw/ |
D | nand_timings.c | 359 .tDH_min = 2500, 365 .tDQSQ_max = 2500, 477 .tCAH_min = 2500, 478 .tCALH_min = 2500, 479 .tCALS_min = 2500, 480 .tCAS_min = 2500, 482 .tCH_min = 2500,
|
/Linux-v5.15/drivers/net/wireless/zydas/ |
D | zd1201.h | 16 #define ZD1201_FRAGMAX 2500 18 #define ZD1201_RTSMAX 2500
|
/Linux-v5.15/drivers/iio/adc/ |
D | ad7091r5.c | 63 .vref_mV = 2500, 69 .vref_mV = 2500,
|
/Linux-v5.15/Documentation/networking/dsa/ |
D | sja1105.rst | 409 or 2500base-X or 2500base-X or 2500base-X 411 or 2500base-X or 2500base-X or 2500base-X or 2500base-X
|
/Linux-v5.15/arch/arm64/boot/dts/mediatek/ |
D | mt7622-bananapi-bpi-r64.dts | 122 phy-mode = "2500base-x"; 125 speed = <2500>; 185 phy-mode = "2500base-x"; 188 speed = <2500>;
|
D | mt7622-rfb1.dts | 111 phy-mode = "2500base-x"; 114 speed = <2500>; 162 phy-mode = "2500base-x"; 165 speed = <2500>;
|
/Linux-v5.15/Documentation/devicetree/bindings/net/ |
D | ti,dp83869.yaml | 69 enum: [ 250, 500, 750, 1000, 1250, 1500, 1750, 2000, 2250, 2500, 2750, 3000, 75 enum: [ 250, 500, 750, 1000, 1250, 1500, 1750, 2000, 2250, 2500, 2750, 3000,
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | kirkwood-synology.dtsi | 291 2500 2 311 2500 2 330 2500 1 350 2500 1 370 2500 1 392 2500 1
|