Home
last modified time | relevance | path

Searched refs:mdio (Results 1 – 25 of 99) sorted by relevance

1234

/rk3399_rockchip-uboot/board/gdsys/common/
H A Dmiiphybb.c14 int mdio; member
28 in_be32((void *)GPIO0_TCR) | pins->mdio); in io_bb_mdio_active()
38 in_be32((void *)GPIO0_TCR) & ~pins->mdio); in io_bb_mdio_tristate()
49 in_be32((void *)GPIO0_OR) | pins->mdio); in io_bb_set_mdio()
52 in_be32((void *)GPIO0_OR) & ~pins->mdio); in io_bb_set_mdio()
61 *v = ((in_be32((void *)GPIO0_IR) & pins->mdio) != 0); in io_bb_get_mdio()
89 .mdio = CONFIG_SYS_MDIO_PIN,
94 .mdio = CONFIG_SYS_MDIO1_PIN,
H A Dihs_mdio.c22 FPGA_GET_REG(info->fpga, mdio.control, &val); in ihs_mdio_idle()
46 FPGA_SET_REG(info->fpga, mdio.control, in ihs_mdio_read()
52 FPGA_GET_REG(info->fpga, mdio.rx_data, &val); in ihs_mdio_read()
64 FPGA_SET_REG(info->fpga, mdio.address_data, value); in ihs_mdio_write()
65 FPGA_SET_REG(info->fpga, mdio.control, in ihs_mdio_write()
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/
H A Dallwinner,sun4i-mdio.txt4 - compatible: should be "allwinner,sun4i-a10-mdio"
5 (Deprecated: "allwinner,sun4i-mdio").
12 mdio@01c0b080 {
13 compatible = "allwinner,sun4i-a10-mdio";
21 mdio@01c0b080 {
H A Dfsl-tsec-phy.txt31 mdio. Currently supported string/device is "fsl,tsec-mdio".
36 mdio@24520 {
37 compatible = "fsl,tsec-mdio";
49 similarly to the mdio buses. The TBI PHYs underneath them are similar to
60 mdio@24520 {
H A Daltera_tse.txt33 - mdio device tree subnode: When the TSE has a phy connected to its local
34 mdio, there must be device tree subnode with the following
37 - compatible: Must be "altr,tse-mdio".
41 For each phy on the mdio bus, there must be a node with the following
74 mdio {
75 compatible = "altr,tse-mdio";
H A Dsnps,dwc-qos-ethernet.txt121 - mdio device tree subnode: When the GMAC has a phy connected to its local
122 mdio, there must be device tree subnode with the following
124 - compatible: Must be "snps,dwc-qos-ethernet-mdio".
128 For each phy on the mdio bus, there must be a node with the following
157 mdio {
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dls1021a-qds.dtsi141 mdio-mux-emi1 {
142 compatible = "mdio-mux-mmioreg";
143 mdio-parent-bus = <&mdio0>;
150 ls1021amdio0: mdio@0 {
159 ls1021amdio1: mdio@20 {
168 ls1021amdio2: mdio@40 {
177 ls1021amdio3: mdio@60 {
186 ls1021amdio4: mdio@80 {
H A Darmada-38x-controlcenterdc.dts49 mdio-gpio0 = &MDIO0;
50 mdio-gpio1 = &MDIO1;
51 mdio-gpio2 = &MDIO2;
254 mdio@72004 {
294 compatible = "virtual,mdio-gpio";
398 compatible = "virtual,mdio-gpio";
502 compatible = "virtual,mdio-gpio";
H A Dam335x-draco.dts24 mdio-gpio0 = &mdio0;
122 compatible = "virtual,mdio-gpio";
137 /* Disable davinci/am335x mdio interface on this platform */
H A Dkeystone-k2l.dtsi82 mdio: mdio@26200f00 { label
H A Dkeystone-k2hk.dtsi102 mdio: mdio@02090300 { label
H A Dkeystone-k2e.dtsi135 mdio: mdio@24200f00 { label
H A Drv1126-bat-evb.dts71 &mdio {
H A Dkeystone-k2g.dtsi75 mdio: mdio@4200f00 { label
H A Dsun5i-a10s.dtsi161 mdio: mdio@01c0b080 { label
162 compatible = "allwinner,sun4i-a10-mdio";
H A Dzynq-zc706.dts171 mux-mdio {
176 conf-mdio {
/rk3399_rockchip-uboot/arch/mips/dts/
H A Dnexys4ddr.dts33 xlnx,include-mdio = <0x1>;
39 mdio {
H A Dar934x.dtsi75 mdio {
92 mdio {
H A Dar933x.dtsi85 mdio {
/rk3399_rockchip-uboot/net/
H A DMakefile20 obj-$(CONFIG_DM_MDIO) += mdio-uclass.o
H A Dmdio-uclass.c108 UCLASS_DRIVER(mdio) = {
/rk3399_rockchip-uboot/board/gdsys/mpc8308/
H A Dhrcon.c374 int mdio; member
391 if (fpga_mii->mdio) in mii_mdio_active()
417 fpga_mii->mdio = v; in mii_set_mdio()
H A Dstrider.c429 int mdio; member
446 if (fpga_mii->mdio) in mii_mdio_active()
472 fpga_mii->mdio = v; in mii_set_mdio()
/rk3399_rockchip-uboot/arch/nios2/dts/
H A D3c120_devboard.dts123 tse_mac_mdio: mdio {
124 compatible = "altr,tse-mdio";
H A D10m50_devboard.dts125 rgmii_0_eth_tse_0_mdio: mdio {
126 compatible = "altr,tse-mdio";

1234