Home
last modified time | relevance | path

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

12

/external/u-boot/doc/
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
DREADME.m54418twr220 mdio - MDIO utility commands
/external/u-boot/doc/device-tree-bindings/net/
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
Dethernet.txt24 connected via the MDIO bus (sometimes the MDIO bus controller is separate).
Dallwinner,sun4i-mdio.txt1 * Allwinner A10 MDIO Ethernet Controller interface
Dfixed-link.txt5 normal MDIO-managed PHY device. For those situations, a Device Tree
/external/u-boot/arch/arm/dts/
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 */
Darmada-38x-controlcenterdc.dts297 /*MDIO*/ &gpio0 14 0>;
401 /*MDIO*/ &gpio1 13 0>;
505 /*MDIO*/ &gpio0 24 0>;
Dam335x-bone-common.dtsi149 /* MDIO */
157 /* MDIO reset value */
Dam335x-icev2.dts245 /* MDIO */
253 /* MDIO reset value */
Dam437x-idk-evm.dts228 /* MDIO */
236 /* MDIO reset value */
Dam335x-pxm2.dtsi419 /* MDIO */
427 /* MDIO reset value */
Dam335x-rut.dts462 /* MDIO */
470 /* MDIO reset value */
Dam437x-sk-evm.dts304 /* MDIO */
312 /* MDIO reset value */
Dam335x-evmsk.dts387 /* MDIO */
395 /* MDIO reset value */
Dam335x-evm.dts278 /* MDIO */
286 /* MDIO reset value */
Dmeson-gxbb-odroidc2.dts202 "Eth MDIO", "Eth MDC", "Eth RGMII RX Clk",
Dam437x-gp-evm.dts209 /* MDIO */
217 /* MDIO reset value */
Dam43x-epos-evm.dts181 /* MDIO */
189 /* MDIO reset value */
/external/u-boot/drivers/net/
DKconfig159 bool "Share the MDIO bus for FEC controller"
163 hex "MDIO base address for the FEC controller"
166 This specifies the MDIO registers base address. It is used when
167 two FEC controllers share MDIO bus.
/external/u-boot/include/dt-bindings/clock/
Dstm32mp1-clks.h40 #define MDIO 31 macro
/external/u-boot/include/configs/
DMPC8560ADS.h315 #define MDIO(bit) if(bit) iop->pdat |= 0x00400000; \ macro
/external/u-boot/drivers/net/phy/
Dmiiphybb.c63 MDIO(v); in bb_set_mdio_wrap()
/external/u-boot/board/renesas/sh7752evb/
Dlowlevel_init.S30 write16 PGCR_A, PGCR_D ! SPI0, GETHER MDIO gate(PTG1)
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
DREADME.falcon139 If Linux has PHY driver enabled, it still depends on the correct MDIO bus setup

12