Home
last modified time | relevance | path

Searched refs:MDIO (Results 1 – 23 of 23) sorted by relevance

/rk3399_rockchip-uboot/doc/
H A DREADME.bitbangMII16 MDIO_DECLARE - Declaration needed to access to the MDIO pin (optional)
17 MDIO_ACTIVE - Activate the MDIO pin as out pin
18 MDIO_TRISTATE - Activate the MDIO pin as input/tristate pin
19 MDIO_READ - Read the MDIO pin
20 MDIO(v) - Write v on the MDIO pin
37 int (*mdio_active)() - Activate the MDIO pin as output
38 int (*mdio_tristate)() - Activate the MDIO pin as input/tristate pin
39 int (*set_mdio)() - Write the MDIO pin
40 int (*get_mdio)() - Read the MDIO pin
H A DREADME.m54418twr219 mdio - MDIO utility commands
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/
H A Dfsl-tsec-phy.txt22 connected via the MDIO bus (sometimes the MDIO bus controller is separate).
24 * MDIO IO device
26 The MDIO is a bus to which the PHY devices are connected. For each
45 * TBI Internal MDIO bus
48 This PHY is accessed through the local MDIO bus. These buses are defined
H A Dethernet.txt24 connected via the MDIO bus (sometimes the MDIO bus controller is separate).
H A Dallwinner,sun4i-mdio.txt1 * Allwinner A10 MDIO Ethernet Controller interface
H A Dfixed-link.txt5 normal MDIO-managed PHY device. For those situations, a Device Tree
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dam335x-draco.dts92 /* MDIO */
100 /* MDIO reset value */
108 /* MDIO via GPIO */
128 gpios = <&gpio0 1 GPIO_ACTIVE_HIGH /* MDIO-CLK */
129 &gpio0 0 GPIO_ACTIVE_HIGH>; /* MDIO-DATA */
H A Darmada-38x-controlcenterdc.dts298 /*MDIO*/ &gpio0 14 0>;
402 /*MDIO*/ &gpio1 13 0>;
506 /*MDIO*/ &gpio0 24 0>;
H A Dam335x-bone-common.dtsi149 /* MDIO */
157 /* MDIO reset value */
H A Dam335x-icev2.dts245 /* MDIO */
253 /* MDIO reset value */
H A Dam437x-idk-evm.dts228 /* MDIO */
236 /* MDIO reset value */
H A Dam335x-pxm2.dtsi419 /* MDIO */
427 /* MDIO reset value */
H A Dam335x-rut.dts462 /* MDIO */
470 /* MDIO reset value */
H A Dam437x-sk-evm.dts304 /* MDIO */
312 /* MDIO reset value */
H A Dam335x-evmsk.dts387 /* MDIO */
395 /* MDIO reset value */
H A Dam335x-evm.dts278 /* MDIO */
286 /* MDIO reset value */
H A Dam437x-gp-evm.dts209 /* MDIO */
217 /* MDIO reset value */
H A Dam43x-epos-evm.dts181 /* MDIO */
189 /* MDIO reset value */
H A Dmeson-gxbb-odroidc2.dts185 "Eth MDIO", "Eth MDC", "Eth RGMII RX Clk",
/rk3399_rockchip-uboot/include/configs/
H A DMPC8560ADS.h319 #define MDIO(bit) if(bit) iop->pdat |= 0x00400000; \ macro
/rk3399_rockchip-uboot/drivers/net/
H A DKconfig14 bool "Enable Driver Model for MDIO devices"
17 Enable driver model for MDIO devices
19 Adds UCLASS_MDIO DM class supporting MDIO buses that are probed as
21 DM_ETH and have a stand-alone MDIO hardware block shared by multiple
/rk3399_rockchip-uboot/drivers/net/phy/
H A Dmiiphybb.c64 MDIO(v); in bb_set_mdio_wrap()
/rk3399_rockchip-uboot/board/renesas/sh7752evb/
H A Dlowlevel_init.S31 write16 PGCR_A, PGCR_D ! SPI0, GETHER MDIO gate(PTG1)