Home
last modified time | relevance | path

Searched refs:PHY_TYPE_UNCONNECTED (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/dts/
H A Darmada-8040-clearfog-gt-8k.dts166 phy-type = <PHY_TYPE_UNCONNECTED>;
172 phy-type = <PHY_TYPE_UNCONNECTED>;
178 phy-type = <PHY_TYPE_UNCONNECTED>;
279 phy-type = <PHY_TYPE_UNCONNECTED>;
289 phy-type = <PHY_TYPE_UNCONNECTED>;
/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_cp110.c39 {4, {{PHY_TYPE_UNCONNECTED, 0x0}, {PHY_TYPE_SGMII1, 0x1}, /* Lane 0 */
41 {4, {{PHY_TYPE_UNCONNECTED, 0x0}, {PHY_TYPE_SGMII2, 0x1}, /* Lane 1 */
43 {6, {{PHY_TYPE_UNCONNECTED, 0x0}, {PHY_TYPE_SGMII0, 0x1}, /* Lane 2 */
46 {8, {{PHY_TYPE_UNCONNECTED, 0x0}, {PHY_TYPE_RXAUI1, 0x1}, /* Lane 3 */
48 {7, {{PHY_TYPE_UNCONNECTED, 0x0}, {PHY_TYPE_SGMII0, 0x2}, /* Lane 4 */
51 {6, {{PHY_TYPE_UNCONNECTED, 0x0}, {PHY_TYPE_SGMII2, 0x1}, /* Lane 5 */
56 {2, {{PHY_TYPE_UNCONNECTED, 0x0}, {PHY_TYPE_PEX0, 0x4} } }, /* Lane 0 */
57 {4, {{PHY_TYPE_UNCONNECTED, 0x0}, /* Lane 1 */
60 {3, {{PHY_TYPE_UNCONNECTED, 0x0}, /* Lane 2 */
62 {3, {{PHY_TYPE_UNCONNECTED, 0x0}, /* Lane 3 */
[all …]
H A Dcomphy_mux.c45 PHY_TYPE_UNCONNECTED); in comphy_mux_check_config()
46 comphy_map_data->type = PHY_TYPE_UNCONNECTED; in comphy_mux_check_config()
H A Dcomphy_a3700.c21 { PHY_TYPE_UNCONNECTED, 0x0 },
31 { PHY_TYPE_UNCONNECTED, 0x0},
40 { PHY_TYPE_UNCONNECTED, 0x0},
985 case PHY_TYPE_UNCONNECTED: in comphy_a3700_init()
/openbmc/u-boot/include/dt-bindings/comphy/
H A Dcomphy_data.h22 #define PHY_TYPE_UNCONNECTED 0 macro