Home
last modified time | relevance | path

Searched full:motorcomm (Results 1 – 13 of 13) sorted by relevance

/linux-6.14.4/arch/riscv/boot/dts/starfive/
Djh7110-pine64-star64.dts53 motorcomm,rx-clk-drv-microamp = <2910>;
54 motorcomm,rx-data-drv-microamp = <2910>;
55 motorcomm,tx-clk-adj-enabled;
56 motorcomm,tx-clk-10-inverted;
57 motorcomm,tx-clk-100-inverted;
58 motorcomm,tx-clk-1000-inverted;
64 motorcomm,rx-clk-drv-microamp = <2910>;
65 motorcomm,rx-data-drv-microamp = <2910>;
66 motorcomm,tx-clk-adj-enabled;
67 motorcomm,tx-clk-10-inverted;
[all …]
Djh7110-starfive-visionfive-2-v1.3b.dts28 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>;
Djh7110-milkv-mars.dts34 motorcomm,tx-clk-adj-enabled;
35 motorcomm,tx-clk-10-inverted;
36 motorcomm,tx-clk-100-inverted;
37 motorcomm,tx-clk-1000-inverted;
38 motorcomm,rx-clk-drv-microamp = <3970>;
39 motorcomm,rx-data-drv-microamp = <2910>;
Djh7100-starfive-visionfive-v1.dts26 * The board uses a Motorcomm YT8521 PHY supporting RGMII-ID, but requires
32 * which uses a Microchip PHY. Hence, most likely the Motorcomm PHY is the one
/linux-6.14.4/Documentation/devicetree/bindings/net/
Dmotorcomm,yt8xxx.yaml4 $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-6.14.4/arch/arm64/boot/dts/rockchip/
Drk3328-orangepi-r1-plus-lts.dts28 motorcomm,auto-sleep-disabled;
29 motorcomm,clk-out-frequency-hz = <125000000>;
30 motorcomm,keep-pll-enabled;
31 motorcomm,rx-clk-drv-microamp = <5020>;
32 motorcomm,rx-data-drv-microamp = <5020>;
Drk3328-nanopi-r2c.dtsi24 motorcomm,clk-out-frequency-hz = <125000000>;
25 motorcomm,keep-pll-enabled;
26 motorcomm,auto-sleep-disabled;
/linux-6.14.4/drivers/net/phy/
Dmotorcomm.c3 * Motorcomm 8511/8521/8531/8531S/8821 PHY driver.
986 if (!of_property_read_u32(node, "motorcomm,rx-clk-drv-microamp", &val)) { in yt8531_set_ds()
1003 if (!of_property_read_u32(node, "motorcomm,rx-data-drv-microamp", &val)) { in yt8531_set_ds()
1086 if (of_property_read_u32(node, "motorcomm,clk-out-frequency-hz", &freq)) in yt8521_probe()
1158 if (of_property_read_u32(node, "motorcomm,clk-out-frequency-hz", &freq)) in yt8531_probe()
1665 if (of_property_read_bool(node, "motorcomm,auto-sleep-disabled")) { in yt8521_config_init()
1673 if (of_property_read_bool(node, "motorcomm,keep-pll-enabled")) { in yt8521_config_init()
1693 if (of_property_read_bool(node, "motorcomm,auto-sleep-disabled")) { in yt8531_config_init()
1702 if (of_property_read_bool(node, "motorcomm,keep-pll-enabled")) { in yt8531_config_init()
1724 * keep "motorcomm,tx-clk-adj-enabled" not exist in dts when the soc is not
[all …]
DKconfig309 tristate "Motorcomm PHYs"
311 Enables support for Motorcomm network PHYs.
DMakefile86 obj-$(CONFIG_MOTORCOMM_PHY) += motorcomm.o
/linux-6.14.4/arch/arm64/boot/dts/allwinner/
Dsun50i-h618-orangepi-zero3.dts27 motorcomm,clk-out-frequency-hz = <125000000>;
/linux-6.14.4/Documentation/devicetree/bindings/
Dvendor-prefixes.yaml990 "^motorcomm,.*":
991 description: MotorComm, Inc.
/linux-6.14.4/
DMAINTAINERS16022 MOTORCOMM PHY DRIVER
16026 F: Documentation/devicetree/bindings/net/motorcomm,yt8xxx.yaml
16027 F: drivers/net/phy/motorcomm.c