| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | dp83867.c | 2 /* Driver for the Texas Instruments DP83867 PHY 18 #include <dt-bindings/net/ti-dp83867.h> 436 struct dp83867_private *dp83867 = in dp83867_config_port_mirroring() local 439 if (dp83867->port_mirroring == DP83867_PORT_MIRROING_EN) in dp83867_config_port_mirroring() 450 struct dp83867_private *dp83867 = phydev->priv; in dp83867_verify_rgmii_cfg() local 474 dp83867->rx_id_delay == DP83867_RGMII_RX_CLK_DELAY_INV) { in dp83867_verify_rgmii_cfg() 482 dp83867->tx_id_delay == DP83867_RGMII_TX_CLK_DELAY_INV) { in dp83867_verify_rgmii_cfg() 493 struct dp83867_private *dp83867 = phydev->priv; in dp83867_of_init() local 503 &dp83867->clk_output_sel); in dp83867_of_init() 506 dp83867->set_clk_output = true; in dp83867_of_init() [all …]
|
| H A D | Kconfig | 306 tristate "Texas Instruments DP83867 Gigabit PHY" 308 Currently supports the DP83867 PHY.
|
| H A D | Makefile | 56 obj-$(CONFIG_DP83867_PHY) += dp83867.o
|
| /OK3568_Linux_fs/u-boot/drivers/net/phy/ |
| H A D | ti.c | 14 #include <dt-bindings/net/ti-dp83867.h> 18 /* TI DP83867 */ 175 struct dp83867_private *dp83867 = phydev->priv; in dp83867_of_init() local 181 dp83867->io_impedance = DP83867_IO_MUX_CFG_IO_IMPEDANCE_MAX; in dp83867_of_init() 183 dp83867->io_impedance = DP83867_IO_MUX_CFG_IO_IMPEDANCE_MIN; in dp83867_of_init() 185 dp83867->io_impedance = -EINVAL; in dp83867_of_init() 187 dp83867->rx_id_delay = fdtdec_get_uint(gd->fdt_blob, dev_of_offset(dev), in dp83867_of_init() 190 dp83867->tx_id_delay = fdtdec_get_uint(gd->fdt_blob, dev_of_offset(dev), in dp83867_of_init() 193 dp83867->fifo_depth = fdtdec_get_uint(gd->fdt_blob, dev_of_offset(dev), in dp83867_of_init() 201 struct dp83867_private *dp83867 = phydev->priv; in dp83867_of_init() local [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | ti,dp83867.yaml | 5 $id: "http://devicetree.org/schemas/net/ti,dp83867.yaml#" 8 title: TI DP83867 ethernet PHY 17 The DP83867 device is a robust, low power, fully featured Physical Layer 21 The DP83867 is designed for easy implementation of 10/100/1000 Mbps Ethernet 52 Transmitt FIFO depth see dt-bindings/net/ti-dp83867.h for values 57 Receive FIFO depth see dt-bindings/net/ti-dp83867.h for values 62 Muxing option for CLK_OUT pin. See dt-bindings/net/ti-dp83867.h 69 RGMII Receive Clock Delay - see dt-bindings/net/ti-dp83867.h 76 RGMII Transmit Clock Delay - see dt-bindings/net/ti-dp83867.h 88 ti,dp83867-rxctrl-strap-quirk: [all …]
|
| H A D | ti,k3-am654-cpsw-nuss.yaml | 171 #include <dt-bindings/net/ti-dp83867.h>
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/net/ |
| H A D | ti,dp83867.txt | 1 * Texas Instruments - dp83867 Giga bit ethernet phy 5 - ti,rx-internal-delay - RGMII Recieve Clock Delay - see dt-bindings/net/ti-dp83867.h 7 - ti,tx-internal-delay - RGMII Transmit Clock Delay - see dt-bindings/net/ti-dp83867.h 9 - ti,fifo-depth - Transmitt FIFO depth- see dt-bindings/net/ti-dp83867.h
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | dra72-evm-revc.dts | 7 #include <dt-bindings/net/ti-dp83867.h> 108 ti,dp83867-rxctrl-strap-quirk; 119 ti,dp83867-rxctrl-strap-quirk;
|
| H A D | dra71-evm.dts | 9 #include <dt-bindings/net/ti-dp83867.h> 248 ti,dp83867-rxctrl-strap-quirk; 257 ti,dp83867-rxctrl-strap-quirk;
|
| H A D | dra76-evm.dts | 10 #include <dt-bindings/net/ti-dp83867.h> 501 ti,dp83867-rxctrl-strap-quirk; 510 ti,dp83867-rxctrl-strap-quirk;
|
| H A D | keystone-k2g-ice.dts | 10 #include <dt-bindings/net/ti-dp83867.h> 439 ti,dp83867-rxctrl-strap-quirk;
|
| H A D | rk3288-phycore-som.dtsi | 8 #include <dt-bindings/net/ti-dp83867.h>
|
| H A D | imx7-mba7.dtsi | 14 #include <dt-bindings/net/ti-dp83867.h>
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/net/ |
| H A D | ti-dp83867.h | 2 * TI DP83867 PHY drivers
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/xilinx/ |
| H A D | zynqmp-zcu102-revB.dts | 24 ti,dp83867-rxctrl-strap-quirk;
|
| H A D | zynqmp-zc1751-xm016-dc2.dts | 92 ti,dp83867-rxctrl-strap-quirk;
|
| H A D | zynqmp-zcu104-revA.dts | 58 ti,dp83867-rxctrl-strap-quirk;
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/net/ |
| H A D | ti-dp83867.h | 3 * Device Tree constants for the Texas Instruments DP83867 PHY
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | .rk3288-phycore-rdk.dtb.d.pre.tmp | |
| H A D | dra72-evm-revc.dts | 9 #include <dt-bindings/net/ti-dp83867.h>
|
| H A D | .rk3288-phycore-rdk.dtb.cmd | |
| H A D | dra71-evm.dts | 10 #include <dt-bindings/net/ti-dp83867.h>
|
| H A D | rk3288-phycore-som.dtsi | 45 #include <dt-bindings/net/ti-dp83867.h>
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/ti/ |
| H A D | k3-j7200-common-proc-board.dts | 9 #include <dt-bindings/net/ti-dp83867.h>
|
| H A D | k3-am654-base-board.dts | 10 #include <dt-bindings/net/ti-dp83867.h>
|