Home
last modified time | relevance | path

Searched refs:phy_int (Results 1 – 10 of 10) sorted by relevance

/external/u-boot/board/freescale/t104xrdb/
Deth.c25 phy_interface_t phy_int; in board_eth_init() local
112 phy_int = PHY_INTERFACE_MODE_QSGMII; in board_eth_init()
116 vsc9953_port_info_set_phy_int(i, phy_int); in board_eth_init()
124 phy_int = PHY_INTERFACE_MODE_QSGMII; in board_eth_init()
128 vsc9953_port_info_set_phy_int(i, phy_int); in board_eth_init()
/external/u-boot/board/freescale/t1040qds/
Deth.c445 phy_interface_t phy_int; in board_eth_init() local
506 phy_int = PHY_INTERFACE_MODE_NONE; in board_eth_init()
517 phy_int = PHY_INTERFACE_MODE_QSGMII; in board_eth_init()
532 phy_int = PHY_INTERFACE_MODE_SGMII; in board_eth_init()
543 phy_int = PHY_INTERFACE_MODE_QSGMII; in board_eth_init()
552 phy_int = PHY_INTERFACE_MODE_SGMII; in board_eth_init()
582 vsc9953_port_info_set_phy_int(i, phy_int); in board_eth_init()
/external/u-boot/arch/arm/dts/
Drk3188-radxarock.dts148 pinctrl-0 = <&emac_xfer>, <&emac_mdio>, <&phy_int>;
326 phy_int: phy-int { label
Drk3288-miqi.dtsi115 pinctrl-0 = <&rgmii_pins>, <&phy_rst>, <&phy_pmeb>, <&phy_int>;
311 phy_int: phy-int { label
Drk3288-firefly.dtsi153 pinctrl-0 = <&rgmii_pins>, <&phy_rst>, <&phy_pmeb>, <&phy_int>;
332 phy_int: phy-int { label
Drk3288-fennec.dtsi100 pinctrl-0 = <&rgmii_pins>, <&phy_rst>, <&phy_pmeb>, <&phy_int>;
329 phy_int: phy-int { label
Drk3288-vyasa.dts174 pinctrl-0 = <&rgmii_pins>, <&phy_rst>, <&phy_pmeb>, <&phy_int>;
453 phy_int: phy-int { label
Drk3288-phycore-som.dtsi170 pinctrl-0 = <&rgmii_pins &phy_rst &phy_int>;
440 phy_int: phy-int { label
/external/u-boot/include/
Dvsc9953.h720 void vsc9953_port_info_set_phy_int(int port_no, phy_interface_t phy_int);
/external/u-boot/drivers/net/
Dvsc9953.c47 void vsc9953_port_info_set_phy_int(int port_no, phy_interface_t phy_int) in vsc9953_port_info_set_phy_int() argument
52 vsc9953_l2sw.port[port_no].enet_if = phy_int; in vsc9953_port_info_set_phy_int()