Searched refs:phy_interface (Results 1 - 25 of 64) sorted by path

123

/linux-master/arch/sh/boards/
H A Dboard-apsh4a3a.c93 .phy_interface = PHY_INTERFACE_MODE_MII,
H A Dboard-apsh4ad0a.c45 .phy_interface = PHY_INTERFACE_MODE_MII,
H A Dboard-espt.c79 .phy_interface = PHY_INTERFACE_MODE_MII,
H A Dboard-polaris.c53 .phy_interface = PHY_INTERFACE_MODE_MII,
H A Dboard-magicpanelr2.c262 .phy_interface = PHY_INTERFACE_MODE_MII,
H A Dboard-sh7757lcr.c147 .phy_interface = PHY_INTERFACE_MODE_RGMII_ID,
180 .phy_interface = PHY_INTERFACE_MODE_RGMII_ID,
/linux-master/arch/sh/boards/mach-rsk/
H A Ddevices-rsk7203.c21 .phy_interface = PHY_INTERFACE_MODE_MII,
H A Ddevices-rsk7264.c17 .phy_interface = PHY_INTERFACE_MODE_MII,
H A Ddevices-rsk7269.c19 .phy_interface = PHY_INTERFACE_MODE_MII,
/linux-master/arch/sh/boards/mach-sdk7786/
H A Dsetup.c65 .phy_interface = PHY_INTERFACE_MODE_MII,
/linux-master/arch/sh/boards/mach-se/770x/
H A Dsetup.c121 .phy_interface = PHY_INTERFACE_MODE_MII,
/linux-master/include/linux/platform_data/
H A Dbcmgenet.h11 phy_interface_t phy_interface; member in struct:bcmgenet_platform_data
H A Dxilinx-ll-temac.h17 phy_interface_t phy_interface; /* PHY interface mode */ member in struct:ll_temac_platform_data
/linux-master/include/linux/
H A Dsh_eth.h11 phy_interface_t phy_interface; member in struct:sh_eth_plat_data
H A Dsmsc911x.h21 phy_interface_t phy_interface; member in struct:smsc911x_platform_config
/linux-master/arch/mips/alchemy/devboards/
H A Ddb1300.c240 .phy_interface = PHY_INTERFACE_MODE_MII,
/linux-master/arch/mips/loongson32/common/
H A Dplatform.c83 switch (plat_dat->phy_interface) {
92 plat_dat->phy_interface);
97 switch (plat_dat->phy_interface) {
106 plat_dat->phy_interface);
116 if (plat_dat->phy_interface == PHY_INTERFACE_MODE_RMII)
131 .phy_interface = PHY_INTERFACE_MODE_MII,
133 .phy_interface = PHY_INTERFACE_MODE_RMII,
171 .phy_interface = PHY_INTERFACE_MODE_MII,
/linux-master/arch/sh/boards/mach-ap325rxa/
H A Dsetup.c53 .phy_interface = PHY_INTERFACE_MODE_MII,
/linux-master/arch/sh/boards/mach-ecovec24/
H A Dsetup.c167 .phy_interface = PHY_INTERFACE_MODE_MII,
/linux-master/arch/sh/boards/mach-se/7724/
H A Dsetup.c378 .phy_interface = PHY_INTERFACE_MODE_MII,
/linux-master/arch/sh/boards/mach-sh7763rdp/
H A Dsetup.c87 .phy_interface = PHY_INTERFACE_MODE_MII,
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dsetup-sh7619.c123 .phy_interface = PHY_INTERFACE_MODE_MII,
/linux-master/drivers/net/ethernet/allwinner/
H A Dsun4i-emac.c89 phy_interface_t phy_interface; member in struct:emac_board_info
177 db->phy_interface);
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.h334 phy_interface_t phy_interface; member in struct:bcmasp_intf
H A Dbcmasp_intf.c952 switch (intf->phy_interface) {
986 phy_interface_t phy_iface = intf->phy_interface;
1004 * interpreting the phy_interface values and we have done that
1225 ret = of_get_phy_mode(ndev_dn, &intf->phy_interface);
1231 if (intf->phy_interface == PHY_INTERFACE_MODE_INTERNAL)
1248 if ((!phy_interface_mode_is_rgmii(intf->phy_interface) &&
1249 intf->phy_interface != PHY_INTERFACE_MODE_MII &&
1250 intf->phy_interface != PHY_INTERFACE_MODE_INTERNAL) ||
1253 phy_modes(intf->phy_interface), intf->port);

Completed in 257 milliseconds

123