Searched refs:MDIO (Results 1 – 18 of 18) sorted by relevance
/drivers/net/phy/ |
D | Kconfig | 122 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/ |
D | Kconfig | 46 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/ |
D | Kconfig | 28 tristate "MDIO driver for FEC" 32 tristate "MDIO driver for FCC"
|
/drivers/net/ethernet/chelsio/ |
D | Kconfig | 25 select MDIO 53 select MDIO 73 select MDIO
|
/drivers/net/ethernet/ti/ |
D | Kconfig | 34 tristate "TI DaVinci MDIO Support" 38 This driver supports TI's DaVinci MDIO module.
|
/drivers/pinctrl/ |
D | pinctrl-falcon.c | 120 MFP_FALCON(GPIO7, MDIO, GPIO, NONE, NONE), 121 MFP_FALCON(GPIO8, MDIO, GPIO, NONE, NONE), 193 GRP_MUX("mdio", MDIO, pins_mdio),
|
D | pinctrl-xway.c | 153 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/ |
D | Kconfig | 4 select MDIO
|
/drivers/net/ethernet/marvell/ |
D | Kconfig | 35 tristate "Marvell MDIO interface support" 39 This driver supports the MDIO interface found in the network
|
/drivers/net/ethernet/sis/ |
D | sis900.c | 863 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()
|
D | sis900.h | 60 MDC = 0x00000040, MDDIR = 0x00000020, MDIO = 0x00000010, /* 7016 specific */ enumerator
|
/drivers/of/ |
D | Kconfig | 59 OpenFirmware MDIO bus (Ethernet PHY) accessors
|
/drivers/net/ethernet/atheros/ |
D | Kconfig | 70 select MDIO
|
/drivers/net/ethernet/broadcom/ |
D | Kconfig | 129 select MDIO
|
/drivers/net/ethernet/ |
D | Kconfig | 14 config MDIO config
|
/drivers/infiniband/hw/ipath/ |
D | ipath_iba6110.c | 84 unsigned long long MDIO; member 229 .kr_mdio = IPATH_KREG_OFFSET(MDIO),
|
/drivers/net/ethernet/intel/ |
D | Kconfig | 178 select MDIO
|
/drivers/pinctrl/sh-pfc/ |
D | pfc-sh7724.c | 1633 GPIO_FN(MDIO),
|