Home
last modified time | relevance | path

Searched full:phy_type (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/u-boot/drivers/usb/host/
H A Dehci-fsl.c32 char *phy_type; member
63 prop = fdt_getprop(gd->fdt_blob, dev_of_offset(dev), "phy_type", in ehci_fsl_ofdata_to_platdata()
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()
229 if (hwconfig_sub(current_usb_controller, "phy_type")) in ehci_fsl_init()
230 phy_type = hwconfig_subarg(current_usb_controller, in ehci_fsl_init()
231 "phy_type", &len); 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
59 const char *prop_type = "phy_type"; in fdt_fixup_usb_mode_phy_type()
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()
165 if (hwconfig_subarg_cmp(str, "phy_type", in fsl_fdt_fixup_dr_usb()
/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()
/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"
/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/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/arch/arm/dts/
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 Dfsl-ls1012a-qds.dtsi126 phy_type = "ulpi";
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";
/openbmc/u-boot/include/configs/
H A Dcyrus.h435 "usb1:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) ";"\
436 "usb2:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) "\0"\
H A DBSC9132QDS.h511 #define CONFIG_DEF_HWCONFIG "hwconfig=usb1:dr_mode=host,phy_type=ulpi\0"
513 #define CONFIG_DEF_HWCONFIG "hwconfig=sim;usb1:dr_mode=host,phy_type=ulpi\0"
H A DUCP1020.h487 "hwconfig=usb1:dr_mode=host,phy_type=ulpi\0 " \
616 "hwconfig=usb1:dr_mode=host,phy_type=ulpi\0 " \
706 "hwconfig=usb1:dr_mode=host,phy_type=ulpi\0 " \
H A Dcorenet_ds.h601 "usb1:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) ";"\
602 "usb2:dr_mode=peripheral,phy_type=" __stringify(__USB_PHY_TYPE) "\0"\
H A DBSC9131RDB.h329 "hwconfig=usb1:dr_mode=host,phy_type=ulpi\0" \
H A DT104xRDB.h780 "usb1:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) ";"\
781 "usb2:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) "\0"\
/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 …]
/openbmc/u-boot/board/freescale/t1040qds/
H A DREADME144 dr_mode=host,phy_type=utmi

12