Home
last modified time | relevance | path

Searched refs:phy_type (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/u-boot/drivers/usb/host/
H A Dehci-fsl.c32 char *phy_type; member
66 priv->phy_type = (char *)prop; in ehci_fsl_ofdata_to_platdata()
67 debug("phy_type %s\n", priv->phy_type); in ehci_fsl_ofdata_to_platdata()
194 const char *phy_type = NULL; in ehci_fsl_init() local
222 if (priv->phy_type) in ehci_fsl_init()
223 phy_type = priv->phy_type; in ehci_fsl_init()
230 phy_type = hwconfig_subarg(current_usb_controller, in ehci_fsl_init()
234 phy_type = env_get("usb_phy_type"); in ehci_fsl_init()
236 if (!phy_type) { in ehci_fsl_init()
240 phy_type = usb_phy; in ehci_fsl_init()
[all …]
/openbmc/u-boot/drivers/usb/common/
H A Dfsl-dt-fixup.c56 const char *phy_type, int start_offset) in fdt_fixup_usb_mode_phy_type() argument
77 if (phy_type) { in fdt_fixup_usb_mode_phy_type()
78 err = fdt_setprop(blob, node_offset, prop_type, phy_type, in fdt_fixup_usb_mode_phy_type()
79 strlen(phy_type) + 1); in fdt_fixup_usb_mode_phy_type()
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip_prv_if.h49 enum hws_ddr_phy phy_type, u32 reg_addr, u32 data);
52 u32 phy_id, enum hws_ddr_phy phy_type, u32 reg_addr, u32 *data);
101 u32 phy, enum hws_ddr_phy phy_type,
104 u32 phy, enum hws_ddr_phy phy_type,
H A Dddr3_training_ip_flow.h77 enum hws_ddr_phy phy_type,
80 u32 phy_id, enum hws_ddr_phy phy_type, u32 reg_addr,
H A Dmv_ddr_plat.c592 enum hws_ddr_phy phy_type, u32 addr, in prfa_write() argument
598 ((phy_type & PRFA_PUP_CTRL_DATA_MASK) << PRFA_PUP_CTRL_DATA_OFFS) | in prfa_write()
615 enum hws_ddr_phy phy_type, u32 addr, u32 *data) in prfa_read() argument
624 if (prfa_write(ACCESS_TYPE_UNICAST, i, phy_type, addr, 0, OPERATION_READ) != MV_OK) in prfa_read()
630 if (prfa_write(phy_access, phy, phy_type, addr, 0, OPERATION_READ) != MV_OK) in prfa_read()
H A Dddr3_training.c1067 enum hws_ddr_phy phy_type, u32 reg_addr, u32 *data) in ddr3_tip_bus_read() argument
1070 mv_ddr_phy_read(phy_access, phy_id, phy_type, reg_addr, data); in ddr3_tip_bus_read()
1078 u32 phy_id, enum hws_ddr_phy phy_type, u32 reg_addr, in ddr3_tip_bus_write() argument
1082 mv_ddr_phy_write(phy_access, phy_id, phy_type, reg_addr, data_value, OPERATION_WRITE); in ddr3_tip_bus_write()
1091 enum hws_ddr_phy phy_type, u32 reg_addr, in ddr3_tip_bus_read_modify_write() argument
1109 phy_type, reg_addr, &data_val)); in ddr3_tip_bus_read_modify_write()
1113 ACCESS_TYPE_UNICAST, phy_id, phy_type, reg_addr, in ddr3_tip_bus_read_modify_write()
/openbmc/u-boot/board/ti/panda/
H A Dpanda.c211 int phy_type; in misc_init_r() local
221 phy_type = gpio_get_value(PANDA_ULPI_PHY_TYPE_GPIO); in misc_init_r()
223 if (phy_type == 1) { in misc_init_r()
/openbmc/u-boot/doc/
H A DREADME.fsl-hwconfig37 'phy_type'
46 usb1:dr_mode=host,phy_type=utmi;usb2:dr_mode=host'
H A DREADME.hwconfig28 set hwconfig "dr_usb:mode=peripheral,phy_type=ulpi"
H A DREADME.b4860qds252 dr_mode=host,phy_type=ulpi
/openbmc/u-boot/drivers/net/
H A De1000.c2418 if (hw->phy_type != e1000_phy_igp && hw->phy_type != e1000_phy_igp_2 in e1000_set_d3_lplu_state()
2419 && hw->phy_type != e1000_phy_igp_3) in e1000_set_d3_lplu_state()
2683 if (hw->phy_type == e1000_phy_igp) { in e1000_copper_link_igp_setup()
3149 if (hw->phy_type == e1000_phy_ife) in e1000_copper_link_autoneg()
3285 if (hw->phy_type == e1000_phy_igp || in e1000_setup_copper_link()
3286 hw->phy_type == e1000_phy_igp_3 || in e1000_setup_copper_link()
3287 hw->phy_type == e1000_phy_igp_2) { in e1000_setup_copper_link()
3291 } else if (hw->phy_type == e1000_phy_m88 || in e1000_setup_copper_link()
3292 hw->phy_type == e1000_phy_igb) { in e1000_setup_copper_link()
3296 } else if (hw->phy_type == e1000_phy_gg82563) { in e1000_setup_copper_link()
[all …]
H A Dmvpp2.c3467 static u32 mvpp2_netc_cfg_create(int gop_id, phy_interface_t phy_type) in mvpp2_netc_cfg_create() argument
3472 if (phy_type == PHY_INTERFACE_MODE_SGMII) in mvpp2_netc_cfg_create()
3477 if (phy_type == PHY_INTERFACE_MODE_SGMII) in mvpp2_netc_cfg_create()
3479 else if (phy_type == PHY_INTERFACE_MODE_RGMII || in mvpp2_netc_cfg_create()
3480 phy_type == PHY_INTERFACE_MODE_RGMII_ID) in mvpp2_netc_cfg_create()
/openbmc/u-boot/doc/device-tree-bindings/usb/
H A Dtegra-usb.txt11 - phy_type : Should be one of "ulpi" or "utmi".
/openbmc/u-boot/arch/arm/dts/
H A Dfsl-ls1012a-qds.dtsi126 phy_type = "ulpi";
H A Dtegra20.dtsi649 phy_type = "utmi";
662 phy_type = "utmi";
686 phy_type = "ulpi";
697 phy_type = "ulpi";
711 phy_type = "utmi";
722 phy_type = "utmi";
H A Dtegra30.dtsi802 phy_type = "utmi";
814 phy_type = "utmi";
840 phy_type = "utmi";
851 phy_type = "utmi";
876 phy_type = "utmi";
887 phy_type = "utmi";
H A Dtegra124.dtsi871 phy_type = "utmi";
883 phy_type = "utmi";
908 phy_type = "utmi";
920 phy_type = "utmi";
944 phy_type = "utmi";
956 phy_type = "utmi";
H A Dtegra114.dtsi678 phy_type = "utmi";
689 phy_type = "utmi";
714 phy_type = "utmi";
725 phy_type = "utmi";
H A Dzynq-7000.dtsi370 phy_type = "ulpi";
380 phy_type = "ulpi";
H A Dtegra210.dtsi770 phy_type = "utmi";
783 phy_type = "utmi";
808 phy_type = "utmi";
821 phy_type = "utmi";
H A Dtegra124-nyan.dtsi428 phy_type = "hsic";
433 phy_type = "hsic";
H A Dls1021a.dtsi366 phy_type = "ulpi";
/openbmc/u-boot/board/freescale/t1040qds/
H A DREADME144 dr_mode=host,phy_type=utmi
/openbmc/u-boot/board/freescale/p1010rdb/
H A DREADME.P1010RDB-PA92 setenv hwconfig "fsl_p1010mux:tdm_can=tdm;usb1:dr_mode=host,phy_type=utmi"
/openbmc/u-boot/board/freescale/t104xrdb/
H A DREADME212 dr_mode=host,phy_type=utmi

12