Searched full:motorcomm (Results 1 – 13 of 13) sorted by relevance
/linux-6.14.4/arch/riscv/boot/dts/starfive/ |
D | jh7110-pine64-star64.dts | 53 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 …]
|
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>;
|
D | jh7110-milkv-mars.dts | 34 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>;
|
D | jh7100-starfive-visionfive-v1.dts | 26 * 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/ |
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-6.14.4/arch/arm64/boot/dts/rockchip/ |
D | rk3328-orangepi-r1-plus-lts.dts | 28 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>;
|
D | rk3328-nanopi-r2c.dtsi | 24 motorcomm,clk-out-frequency-hz = <125000000>; 25 motorcomm,keep-pll-enabled; 26 motorcomm,auto-sleep-disabled;
|
/linux-6.14.4/drivers/net/phy/ |
D | motorcomm.c | 3 * 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 …]
|
D | Kconfig | 309 tristate "Motorcomm PHYs" 311 Enables support for Motorcomm network PHYs.
|
D | Makefile | 86 obj-$(CONFIG_MOTORCOMM_PHY) += motorcomm.o
|
/linux-6.14.4/arch/arm64/boot/dts/allwinner/ |
D | sun50i-h618-orangepi-zero3.dts | 27 motorcomm,clk-out-frequency-hz = <125000000>;
|
/linux-6.14.4/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 990 "^motorcomm,.*": 991 description: MotorComm, Inc.
|
/linux-6.14.4/ |
D | MAINTAINERS | 16022 MOTORCOMM PHY DRIVER 16026 F: Documentation/devicetree/bindings/net/motorcomm,yt8xxx.yaml 16027 F: drivers/net/phy/motorcomm.c
|