Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/arch/riscv/boot/dts/starfive/
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>;
/Linux-v6.6/arch/arm64/boot/dts/rockchip/
Drk3328-nanopi-r2c.dts29 motorcomm,clk-out-frequency-hz = <125000000>;
30 motorcomm,keep-pll-enabled;
31 motorcomm,auto-sleep-disabled;
Drk3328-orangepi-r1-plus-lts.dts29 motorcomm,clk-out-frequency-hz = <125000000>;
30 motorcomm,keep-pll-enabled;
31 motorcomm,auto-sleep-disabled;
/Linux-v6.6/drivers/net/phy/
Dmotorcomm.c3 * 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 …]
DKconfig288 tristate "Motorcomm PHYs"
290 Enables support for Motorcomm network PHYs.
DMakefile83 obj-$(CONFIG_MOTORCOMM_PHY) += motorcomm.o
/Linux-v6.6/arch/arm64/boot/dts/allwinner/
Dsun50i-h618-orangepi-zero3.dts20 motorcomm,clk-out-frequency-hz = <125000000>;
/Linux-v6.6/Documentation/devicetree/bindings/
Dvendor-prefixes.yaml886 "^motorcomm,.*":
887 description: MotorComm, Inc.
/Linux-v6.6/
DMAINTAINERS14464 MOTORCOMM PHY DRIVER
14469 F: Documentation/devicetree/bindings/net/motorcomm,yt8xxx.yaml
14470 F: drivers/net/phy/motorcomm.c