Searched full:motorcomm (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A 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 …]
|
/openbmc/linux/arch/riscv/boot/dts/starfive/ |
H A 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>;
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3328-orangepi-r1-plus-lts.dts | 31 motorcomm,auto-sleep-disabled; 32 motorcomm,clk-out-frequency-hz = <125000000>; 33 motorcomm,keep-pll-enabled; 34 motorcomm,rx-clk-drv-microamp = <5020>; 35 motorcomm,rx-data-drv-microamp = <5020>;
|
H A D | rk3328-nanopi-r2c.dts | 29 motorcomm,clk-out-frequency-hz = <125000000>; 30 motorcomm,keep-pll-enabled; 31 motorcomm,auto-sleep-disabled;
|
/openbmc/linux/drivers/net/phy/ |
H A 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 …]
|
H A D | Kconfig | 288 tristate "Motorcomm PHYs" 290 Enables support for Motorcomm network PHYs.
|
H A D | Makefile | 83 obj-$(CONFIG_MOTORCOMM_PHY) += motorcomm.o
|
/openbmc/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-h618-orangepi-zero3.dts | 22 motorcomm,clk-out-frequency-hz = <125000000>;
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | vendor-prefixes.yaml | 888 "^motorcomm,.*": 889 description: MotorComm, Inc.
|
/openbmc/linux/ |
H A D | MAINTAINERS | 14509 MOTORCOMM PHY DRIVER 14514 F: Documentation/devicetree/bindings/net/motorcomm,yt8xxx.yaml 14515 F: drivers/net/phy/motorcomm.c
|
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |