| /openbmc/u-boot/drivers/usb/host/ |
| H A D | ehci-fsl.c | 32 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 D | fsl-dt-fixup.c | 56 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 D | ddr3_training_ip_prv_if.h | 49 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 D | ddr3_training_ip_flow.h | 77 enum hws_ddr_phy phy_type, 80 u32 phy_id, enum hws_ddr_phy phy_type, u32 reg_addr,
|
| H A D | mv_ddr_plat.c | 592 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 D | README.fsl-hwconfig | 37 'phy_type' 46 usb1:dr_mode=host,phy_type=utmi;usb2:dr_mode=host'
|
| H A D | README.hwconfig | 28 set hwconfig "dr_usb:mode=peripheral,phy_type=ulpi"
|
| /openbmc/u-boot/doc/device-tree-bindings/usb/ |
| H A D | tegra-usb.txt | 11 - phy_type : Should be one of "ulpi" or "utmi".
|
| /openbmc/u-boot/board/ti/panda/ |
| H A D | panda.c | 211 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 D | tegra20.dtsi | 649 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 D | fsl-ls1012a-qds.dtsi | 126 phy_type = "ulpi";
|
| H A D | tegra30.dtsi | 802 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 D | tegra124.dtsi | 871 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 D | tegra114.dtsi | 678 phy_type = "utmi"; 689 phy_type = "utmi"; 714 phy_type = "utmi"; 725 phy_type = "utmi";
|
| H A D | zynq-7000.dtsi | 370 phy_type = "ulpi"; 380 phy_type = "ulpi";
|
| H A D | tegra210.dtsi | 770 phy_type = "utmi"; 783 phy_type = "utmi"; 808 phy_type = "utmi"; 821 phy_type = "utmi";
|
| H A D | tegra124-nyan.dtsi | 428 phy_type = "hsic"; 433 phy_type = "hsic";
|
| /openbmc/u-boot/include/configs/ |
| H A D | cyrus.h | 435 "usb1:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) ";"\ 436 "usb2:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) "\0"\
|
| H A D | BSC9132QDS.h | 511 #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 D | UCP1020.h | 487 "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 D | corenet_ds.h | 601 "usb1:dr_mode=host,phy_type=" __stringify(__USB_PHY_TYPE) ";"\ 602 "usb2:dr_mode=peripheral,phy_type=" __stringify(__USB_PHY_TYPE) "\0"\
|
| H A D | BSC9131RDB.h | 329 "hwconfig=usb1:dr_mode=host,phy_type=ulpi\0" \
|
| H A D | T104xRDB.h | 780 "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 D | e1000.c | 2418 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 D | README | 144 dr_mode=host,phy_type=utmi
|