Searched refs:MDIO (Results 1 – 25 of 49) sorted by relevance
12
/external/u-boot/doc/ |
D | README.bitbangMII | 16 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/ |
D | mdio.txt | 1 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
|
D | marvell-mdio.txt | 1 * 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.
|
D | mdio-mux.txt | 1 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. */
|
D | fsl-tsec-phy.txt | 22 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
|
D | mdio-mux-reg.txt | 1 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 */
|
D | ethernet.txt | 60 "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.
|
D | allwinner,sun4i-mdio.txt | 1 * Allwinner A10 MDIO Ethernet Controller interface
|
D | phy.txt | 5 a MDIO bus and the bus is used to access the PHY.
|
D | fixed-link.txt | 5 normal MDIO-managed PHY device. For those situations, a Device Tree
|
/external/u-boot/arch/arm/dts/ |
D | am335x-draco.dts | 92 /* 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 */
|
D | armada-38x-controlcenterdc.dts | 263 /*MDIO*/ &gpio0 14 0>; 367 /*MDIO*/ &gpio1 13 0>; 471 /*MDIO*/ &gpio0 24 0>;
|
D | zynq-dlc20-rev1.0.dts | 47 status = "okay"; /* MIO16-MIO27, MDIO MIO52/53 */
|
D | fsl-ls1028a-qds.dts | 58 /* on-board MDIO with a single RGMII PHY */
|
D | am335x-bone-common.dtsi | 149 /* MDIO */ 157 /* MDIO reset value */
|
D | am335x-baltos.dts | 137 /* MDIO */ 145 /* MDIO reset value */
|
D | imx6sx-softing-vining-2000.dts | 308 /* MDIO */ 327 /* MDIO */
|
D | am335x-icev2.dts | 245 /* MDIO */ 253 /* MDIO reset value */
|
D | am437x-idk-evm.dts | 226 /* MDIO */ 234 /* MDIO reset value */
|
D | mt7623n-bananapi-bpi-r2.dts | 118 "MDC", "MDIO";
|
/external/u-boot/drivers/net/ |
D | Kconfig | 16 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/ |
D | stm32mp1-clks.h | 44 #define MDIO 31 macro
|
/external/arm-trusted-firmware/include/dt-bindings/clock/ |
D | stm32mp1-clks.h | 44 #define MDIO 31 macro
|
/external/u-boot/include/configs/ |
D | MPC8560ADS.h | 305 #define MDIO(bit) if(bit) iop->pdat |= 0x00400000; \ macro
|
/external/u-boot/arch/powerpc/dts/ |
D | gazerbeam.dts | 84 <2 0 5 5>, /* 16: MDIO */ 142 <2 0 5 5>, /* 16: MDIO */
|
12