Home
last modified time | relevance | path

Searched refs:MDIO (Results 1 – 25 of 49) 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
/external/u-boot/doc/device-tree-bindings/net/
Dmdio.txt1 Common MDIO bus properties.
3 These are generic properties that can apply to any MDIO bus.
6 - device-name - If present it is used to name the device and MDIO bus.
14 This example shows the structure used for the external MDIO bus on NXP LS1028A
15 RDB board. Note that this MDIO device is an integrated PCI function and
Dmarvell-mdio.txt1 * Marvell MDIO Ethernet Controller interface
4 have an identical unit that provides an interface with the MDIO bus.
5 This driver handles this MDIO interface.
15 Please refer to "mdio.txt" for generic MDIO bus bindings.
Dmdio-mux.txt1 The expected structure of an MDIO MUX device tree node is described here. This
4 by U-Boot, not optional as is in Linux. Current U-Boot MDIO MUX udevice class
8 The MDIO buses downstream of the MUX should be described in the device tree as
12 mdio-parent-bus = a phandle to the MDIO bus used to perform actual I/O. This is
13 typically a real MDIO device, unless there are cascaded MUXes.
14 #address-cells = <1>, each MDIO group is identified by one 32b value.
18 The properties described here are sufficient for MDIO MUX DM class code, but
23 MDIO.
30 /* The parent MDIO bus. */
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
Dmdio-mux-reg.txt1 Device tree structures used by register based MDIO muxes is described here.
36 /* on-board MDIO with a single RGMII PHY */
79 /* Parent MDIO, defined in SoC .dtsi file, just enabled here */
Dethernet.txt60 "auto", "in-band-status". "auto" is the default, it usess MDIO for
64 connected via the MDIO bus (sometimes the MDIO bus controller is separate).
66 For non-MDIO PHY management see fixed-link.txt.
Dallwinner,sun4i-mdio.txt1 * Allwinner A10 MDIO Ethernet Controller interface
Dphy.txt5 a MDIO bus and the bus is used to access the PHY.
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.dts263 /*MDIO*/ &gpio0 14 0>;
367 /*MDIO*/ &gpio1 13 0>;
471 /*MDIO*/ &gpio0 24 0>;
Dzynq-dlc20-rev1.0.dts47 status = "okay"; /* MIO16-MIO27, MDIO MIO52/53 */
Dfsl-ls1028a-qds.dts58 /* on-board MDIO with a single RGMII PHY */
Dam335x-bone-common.dtsi149 /* MDIO */
157 /* MDIO reset value */
Dam335x-baltos.dts137 /* MDIO */
145 /* MDIO reset value */
Dimx6sx-softing-vining-2000.dts308 /* MDIO */
327 /* MDIO */
Dam335x-icev2.dts245 /* MDIO */
253 /* MDIO reset value */
Dam437x-idk-evm.dts226 /* MDIO */
234 /* MDIO reset value */
Dmt7623n-bananapi-bpi-r2.dts118 "MDC", "MDIO";
/external/u-boot/drivers/net/
DKconfig16 bool "Enable Driver Model for MDIO devices"
19 Enable driver model for MDIO devices
21 Adds UCLASS_MDIO DM class supporting MDIO buses that are probed as
23 DM_ETH and have a stand-alone MDIO hardware block shared by multiple
29 bool "Enable Driver Model for MDIO MUX devices"
32 Enable driver model for MDIO MUX devices
34 Adds UCLASS_MDIO_MUX DM class supporting MDIO MUXes. Useful for
36 the MDIO bus.
43 bool "Sandbox: Mocked MDIO driver"
45 This driver implements dummy read/write/reset MDIO functions mimicking
[all …]
/external/u-boot/include/dt-bindings/clock/
Dstm32mp1-clks.h44 #define MDIO 31 macro
/external/arm-trusted-firmware/include/dt-bindings/clock/
Dstm32mp1-clks.h44 #define MDIO 31 macro
/external/u-boot/include/configs/
DMPC8560ADS.h305 #define MDIO(bit) if(bit) iop->pdat |= 0x00400000; \ macro
/external/u-boot/arch/powerpc/dts/
Dgazerbeam.dts84 <2 0 5 5>, /* 16: MDIO */
142 <2 0 5 5>, /* 16: MDIO */

12