Searched refs:phy_int (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/board/freescale/t104xrdb/ |
| H A D | eth.c | 26 phy_interface_t phy_int; in board_eth_init() local 113 phy_int = PHY_INTERFACE_MODE_QSGMII; in board_eth_init() 117 vsc9953_port_info_set_phy_int(i, phy_int); in board_eth_init() 125 phy_int = PHY_INTERFACE_MODE_QSGMII; in board_eth_init() 129 vsc9953_port_info_set_phy_int(i, phy_int); in board_eth_init()
|
| /rk3399_rockchip-uboot/board/freescale/t1040qds/ |
| H A D | eth.c | 446 phy_interface_t phy_int; in board_eth_init() local 507 phy_int = PHY_INTERFACE_MODE_NONE; in board_eth_init() 518 phy_int = PHY_INTERFACE_MODE_QSGMII; in board_eth_init() 533 phy_int = PHY_INTERFACE_MODE_SGMII; in board_eth_init() 544 phy_int = PHY_INTERFACE_MODE_QSGMII; in board_eth_init() 553 phy_int = PHY_INTERFACE_MODE_SGMII; in board_eth_init() 583 vsc9953_port_info_set_phy_int(i, phy_int); in board_eth_init()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rk3188-radxarock.dts | 149 pinctrl-0 = <&emac_xfer>, <&emac_mdio>, <&phy_int>; 327 phy_int: phy-int { label
|
| H A D | rk3288-miqi.dtsi | 129 pinctrl-0 = <&rgmii_pins>, <&phy_rst>, <&phy_pmeb>, <&phy_int>; 325 phy_int: phy-int { label
|
| H A D | rk3288-firefly.dtsi | 167 pinctrl-0 = <&rgmii_pins>, <&phy_rst>, <&phy_pmeb>, <&phy_int>; 346 phy_int: phy-int { label
|
| H A D | rk3288-fennec.dtsi | 203 pinctrl-0 = <&rgmii_pins>, <&phy_rst>, <&phy_pmeb>, <&phy_int>; 432 phy_int: phy-int { label
|
| H A D | rk3288-phycore-som.dtsi | 171 pinctrl-0 = <&rgmii_pins &phy_rst &phy_int>; 441 phy_int: phy-int { label
|
| /rk3399_rockchip-uboot/include/ |
| H A D | vsc9953.h | 651 void vsc9953_port_info_set_phy_int(int port_no, phy_interface_t phy_int);
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | vsc9953.c | 48 void vsc9953_port_info_set_phy_int(int port_no, phy_interface_t phy_int) in vsc9953_port_info_set_phy_int() argument 53 vsc9953_l2sw.port[port_no].enet_if = phy_int; in vsc9953_port_info_set_phy_int()
|