Home
last modified time | relevance | path

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

/drivers/net/phy/
DKconfig122 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
125 Adds the platform "fixed" MDIO Bus to cover the boards that use
126 PHYs that are not connected to the real MDIO bus.
131 tristate "Support for bitbanged MDIO buses"
133 This module implements the MDIO bus protocol in software,
140 tristate "Support for GPIO lib-based bitbanged MDIO buses"
143 Supports GPIO lib-based MDIO busses.
149 tristate "Support for MDIO buses on Octeon SOCs"
154 This module provides a driver for the Octeon MDIO busses.
160 tristate "Allwinner sun4i MDIO interface support"
[all …]
/drivers/net/ethernet/freescale/
DKconfig46 bool "FEC MPC52xx MDIO bus driver"
60 tristate "Freescale PQ MDIO"
64 This driver supports the MDIO bus used by the gianfar and UCC drivers.
67 tristate "Freescale XGMAC MDIO"
72 This driver supports the MDIO bus on the Fman 10G Ethernet MACs.
/drivers/net/ethernet/freescale/fs_enet/
DKconfig28 tristate "MDIO driver for FEC"
32 tristate "MDIO driver for FCC"
/drivers/net/ethernet/chelsio/
DKconfig25 select MDIO
53 select MDIO
73 select MDIO
/drivers/net/ethernet/ti/
DKconfig34 tristate "TI DaVinci MDIO Support"
38 This driver supports TI's DaVinci MDIO module.
/drivers/pinctrl/
Dpinctrl-falcon.c120 MFP_FALCON(GPIO7, MDIO, GPIO, NONE, NONE),
121 MFP_FALCON(GPIO8, MDIO, GPIO, NONE, NONE),
193 GRP_MUX("mdio", MDIO, pins_mdio),
Dpinctrl-xway.c153 MFP_XWAY(GPIO42, GPIO, MDIO, NONE, NONE),
154 MFP_XWAY(GPIO43, GPIO, MDIO, NONE, NONE),
332 GRP_MUX("mdio", MDIO, pins_mdio),
/drivers/net/ethernet/sfc/
DKconfig4 select MDIO
/drivers/net/ethernet/marvell/
DKconfig35 tristate "Marvell MDIO interface support"
39 This driver supports the MDIO interface found in the network
/drivers/net/ethernet/sis/
Dsis900.c863 sw32(mear, MDIO | MDDIR); in mdio_idle()
865 sw32(mear, MDIO | MDDIR | MDC); in mdio_idle()
875 sw32(mear, MDDIR | MDIO); in mdio_reset()
877 sw32(mear, MDDIR | MDIO | MDC); in mdio_reset()
905 int dataval = (mii_cmd & (1 << i)) ? MDDIR | MDIO : MDDIR; in mdio_read()
917 retval = (retval << 1) | ((sr32(mear) & MDIO) ? 1 : 0); in mdio_read()
951 int dataval = (mii_cmd & (1 << i)) ? MDDIR | MDIO : MDDIR; in mdio_write()
962 int dataval = (value & (1 << i)) ? MDDIR | MDIO : MDDIR; in mdio_write()
Dsis900.h60 MDC = 0x00000040, MDDIR = 0x00000020, MDIO = 0x00000010, /* 7016 specific */ enumerator
/drivers/of/
DKconfig59 OpenFirmware MDIO bus (Ethernet PHY) accessors
/drivers/net/ethernet/atheros/
DKconfig70 select MDIO
/drivers/net/ethernet/broadcom/
DKconfig129 select MDIO
/drivers/net/ethernet/
DKconfig14 config MDIO config
/drivers/infiniband/hw/ipath/
Dipath_iba6110.c84 unsigned long long MDIO; member
229 .kr_mdio = IPATH_KREG_OFFSET(MDIO),
/drivers/net/ethernet/intel/
DKconfig178 select MDIO
/drivers/pinctrl/sh-pfc/
Dpfc-sh7724.c1633 GPIO_FN(MDIO),