Searched full:motorcomm (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/Documentation/devicetree/bindings/net/ |
D | motorcomm,yt8xxx.yaml | 4 $id: http://devicetree.org/schemas/net/motorcomm,yt8xxx.yaml# 7 title: MotorComm yt8xxx Ethernet PHY 38 motorcomm,clk-out-frequency-hz: 43 motorcomm,keep-pll-enabled: 49 motorcomm,auto-sleep-disabled: 55 motorcomm,rx-clk-drv-microamp: 72 motorcomm,rx-data-drv-microamp: 89 motorcomm,tx-clk-adj-enabled: 95 motorcomm,tx-clk-10-inverted: 101 motorcomm,tx-clk-100-inverted: [all …]
|
/Linux-v6.6/arch/riscv/boot/dts/starfive/ |
D | jh7110-starfive-visionfive-2-v1.3b.dts | 28 motorcomm,tx-clk-adj-enabled; 29 motorcomm,tx-clk-100-inverted; 30 motorcomm,tx-clk-1000-inverted; 31 motorcomm,rx-clk-drv-microamp = <3970>; 32 motorcomm,rx-data-drv-microamp = <2910>; 38 motorcomm,tx-clk-adj-enabled; 39 motorcomm,tx-clk-100-inverted; 40 motorcomm,rx-clk-drv-microamp = <3970>; 41 motorcomm,rx-data-drv-microamp = <2910>;
|
/Linux-v6.6/arch/arm64/boot/dts/rockchip/ |
D | rk3328-nanopi-r2c.dts | 29 motorcomm,clk-out-frequency-hz = <125000000>; 30 motorcomm,keep-pll-enabled; 31 motorcomm,auto-sleep-disabled;
|
D | rk3328-orangepi-r1-plus-lts.dts | 29 motorcomm,clk-out-frequency-hz = <125000000>; 30 motorcomm,keep-pll-enabled; 31 motorcomm,auto-sleep-disabled;
|
/Linux-v6.6/drivers/net/phy/ |
D | motorcomm.c | 3 * Motorcomm 8511/8521/8531/8531S PHY driver. 909 if (!of_property_read_u32(node, "motorcomm,rx-clk-drv-microamp", &val)) { in yt8531_set_ds() 926 if (!of_property_read_u32(node, "motorcomm,rx-data-drv-microamp", &val)) { in yt8531_set_ds() 1009 if (of_property_read_u32(node, "motorcomm,clk-out-frequency-hz", &freq)) in yt8521_probe() 1081 if (of_property_read_u32(node, "motorcomm,clk-out-frequency-hz", &freq)) in yt8531_probe() 1589 if (of_property_read_bool(node, "motorcomm,auto-sleep-disabled")) { in yt8521_config_init() 1597 if (of_property_read_bool(node, "motorcomm,keep-pll-enabled")) { in yt8521_config_init() 1617 if (of_property_read_bool(node, "motorcomm,auto-sleep-disabled")) { in yt8531_config_init() 1626 if (of_property_read_bool(node, "motorcomm,keep-pll-enabled")) { in yt8531_config_init() 1648 * keep "motorcomm,tx-clk-adj-enabled" not exist in dts when the soc is not [all …]
|
D | Kconfig | 288 tristate "Motorcomm PHYs" 290 Enables support for Motorcomm network PHYs.
|
D | Makefile | 83 obj-$(CONFIG_MOTORCOMM_PHY) += motorcomm.o
|
/Linux-v6.6/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h618-orangepi-zero3.dts | 20 motorcomm,clk-out-frequency-hz = <125000000>;
|
/Linux-v6.6/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 886 "^motorcomm,.*": 887 description: MotorComm, Inc.
|
/Linux-v6.6/ |
D | MAINTAINERS | 14464 MOTORCOMM PHY DRIVER 14469 F: Documentation/devicetree/bindings/net/motorcomm,yt8xxx.yaml 14470 F: drivers/net/phy/motorcomm.c
|