/linux-5.10/drivers/iio/dac/ ! |
D | ad5686.c | 269 .int_vref_mv = 2500, 275 .int_vref_mv = 2500, 281 .int_vref_mv = 2500, 287 .int_vref_mv = 2500, 293 .int_vref_mv = 2500, 299 .int_vref_mv = 2500, 310 .int_vref_mv = 2500, 316 .int_vref_mv = 2500, 322 .int_vref_mv = 2500, 328 .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-5.10/drivers/soc/aspeed/ ! |
D | Kconfig | 10 tristate "Aspeed ast2400/2500 HOST LPC to BMC bridge control" 12 Control Aspeed ast2400/2500 HOST LPC to BMC mappings through 26 tristate "Aspeed ast2400/2500 HOST P2A VGA MMIO to BMC bridge control" 28 Control Aspeed ast2400/2500 HOST P2A VGA MMIO to BMC mappings through
|
/linux-5.10/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-5.10/drivers/mfd/ ! |
D | tps65911-comparator.c | 25 0, 2500, 2500, 2500, 2500, 2550, 2600, 2650,
|
/linux-5.10/Documentation/devicetree/bindings/mfd/ ! |
D | rohm,bd71828-pmic.yaml | 111 regulator-ramp-delay = <2500>; 117 regulator-ramp-delay = <2500>; 138 regulator-ramp-delay = <2500>; 144 regulator-ramp-delay = <2500>;
|
/linux-5.10/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-5.10/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-5.10/arch/arm64/boot/dts/marvell/ ! |
D | armada-3720-turris-mox.dts | 154 phy-mode = "2500base-x"; 380 phy-mode = "2500base-x"; 387 phy-mode = "2500base-x"; 464 phy-mode = "2500base-x"; 571 phy-mode = "2500base-x"; 579 phy-mode = "2500base-x"; 656 phy-mode = "2500base-x"; 763 phy-mode = "2500base-x"; 839 phy-mode = "2500base-x";
|
/linux-5.10/drivers/net/dsa/mv88e6xxx/ ! |
D | port.c | 189 case 2500: in mv88e6xxx_port_set_speed_duplex() 295 /* Support 10, 100, 200, 1000, 2500 Mbps (e.g. 88E6341) */ 300 speed = port < 5 ? 1000 : 2500; in mv88e6341_port_set_speed_duplex() 302 if (speed > 2500) in mv88e6341_port_set_speed_duplex() 308 if (speed == 2500 && port < 5) in mv88e6341_port_set_speed_duplex() 340 /* Support 10, 100, 200, 1000, 2500 Mbps (e.g. 88E6390) */ 345 speed = port < 9 ? 1000 : 2500; in mv88e6390_port_set_speed_duplex() 347 if (speed > 2500) in mv88e6390_port_set_speed_duplex() 353 if (speed == 2500 && port < 9) in mv88e6390_port_set_speed_duplex() 368 /* Support 10, 100, 200, 1000, 2500, 10000 Mbps (e.g. 88E6190X) */ [all …]
|
/linux-5.10/drivers/net/phy/ ! |
D | sfp-bus.c | 44 phylink_set(modes, 2500baseX_Full); in sfp_quirk_2500basex() 49 // Alcatel Lucent G-010S-P can operate at 2500base-X, but 50 // incorrectly report 2500MBd NRZ in their EEPROM 55 // Alcatel Lucent G-010S-A can operate at 2500base-X, but 61 // Huawei MA5671A can operate at 2500base-X, but report 1.2GBd 276 phylink_set(modes, 2500baseX_Full); in sfp_parse_support() 317 phylink_set(modes, 2500baseT_Full); in sfp_parse_support() 331 phylink_set(modes, 2500baseX_Full); in sfp_parse_support() 378 if (phylink_test(link_modes, 2500baseX_Full)) in sfp_select_interface()
|
/linux-5.10/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-5.10/drivers/net/pcs/ ! |
D | pcs-lynx.c | 228 /* 2500Base-X is SerDes protocol 7 on Felix and 6 on ENETC. It is a SerDes lane 240 * AN, we call this PHY interface type 2500Base-X. In case a PHY negotiates a 242 * 2500 Mbps and we do rate adaptation through pause frames. 253 dev_err(&pcs->dev, "AN not supported for 2500BaseX\n"); in lynx_pcs_link_up_2500basex()
|
/linux-5.10/arch/arm64/boot/dts/mediatek/ ! |
D | mt7622-rfb1.dts | 111 phy-mode = "2500base-x"; 114 speed = <2500>; 162 phy-mode = "2500base-x"; 165 speed = <2500>;
|
D | mt7622-bananapi-bpi-r64.dts | 122 phy-mode = "2500base-x"; 125 speed = <2500>; 185 phy-mode = "2500base-x"; 188 speed = <2500>;
|
/linux-5.10/drivers/net/wireless/zydas/ ! |
D | zd1201.h | 16 #define ZD1201_FRAGMAX 2500 18 #define ZD1201_RTSMAX 2500
|
/linux-5.10/drivers/net/ethernet/intel/ice/ ! |
D | ice_controlq.h | 35 #define ICE_CTL_Q_SQ_CMD_TIMEOUT 2500 /* Count 2500 times */
|
/linux-5.10/drivers/iio/adc/ ! |
D | ad7091r5.c | 63 .vref_mV = 2500, 69 .vref_mV = 2500,
|
D | aspeed_adc.c | 3 * Aspeed AST2400/2500 ADC 298 .vref_voltage = 2500, // mV 330 MODULE_DESCRIPTION("Aspeed AST2400/2500 ADC Driver");
|
/linux-5.10/Documentation/devicetree/bindings/iio/frequency/ ! |
D | adf4350.txt | 29 Default = 2500mA. 83 adi,charge-pump-current = <2500>;
|
/linux-5.10/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-5.10/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
|