/u-boot/drivers/usb/host/ |
A D | ehci-fsl.c | 36 char *phy_type; member 70 priv->phy_type = (char *)prop; in ehci_fsl_of_to_plat() 71 debug("phy_type %s\n", priv->phy_type); in ehci_fsl_of_to_plat() 206 const char *phy_type = NULL; in ehci_fsl_init() local 234 if (priv->phy_type) in ehci_fsl_init() 235 phy_type = priv->phy_type; in ehci_fsl_init() 242 phy_type = hwconfig_subarg(current_usb_controller, in ehci_fsl_init() 246 phy_type = env_get("usb_phy_type"); in ehci_fsl_init() 248 if (!phy_type) { in ehci_fsl_init() 252 phy_type = usb_phy; in ehci_fsl_init() [all …]
|
/u-boot/drivers/usb/common/ |
A D | common.c | 87 const char *phy_type; in usb_get_phy_mode() local 90 phy_type = ofnode_get_property(node, "phy_type", NULL); in usb_get_phy_mode() 91 if (!phy_type) in usb_get_phy_mode() 95 if (!strcmp(phy_type, usbphy_modes[i])) in usb_get_phy_mode()
|
A D | fsl-dt-fixup.c | 57 const char *phy_type, int start_offset) in fdt_fixup_usb_mode_phy_type() argument 78 if (phy_type) { in fdt_fixup_usb_mode_phy_type() 79 err = fdt_setprop(blob, node_offset, prop_type, phy_type, in fdt_fixup_usb_mode_phy_type() 80 strlen(phy_type) + 1); in fdt_fixup_usb_mode_phy_type()
|
/u-boot/drivers/ddr/marvell/a38x/ |
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,
|
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,
|
A D | mv_ddr_plat.c | 589 enum hws_ddr_phy phy_type, u32 addr, in prfa_write() argument 595 ((phy_type & PRFA_PUP_CTRL_DATA_MASK) << PRFA_PUP_CTRL_DATA_OFFS) | in prfa_write() 612 enum hws_ddr_phy phy_type, u32 addr, u32 *data) in prfa_read() argument 621 if (prfa_write(ACCESS_TYPE_UNICAST, i, phy_type, addr, 0, OPERATION_READ) != MV_OK) in prfa_read() 627 if (prfa_write(phy_access, phy, phy_type, addr, 0, OPERATION_READ) != MV_OK) in prfa_read()
|
/u-boot/doc/device-tree-bindings/usb/ |
A D | generic.txt | 15 - phy_type: tells USB controllers that we want to configure the core to support 30 phy_type = "utmi_wide";
|
A D | tegra-usb.txt | 11 - phy_type : Should be one of "ulpi" or "utmi".
|
/u-boot/board/ti/panda/ |
A D | panda.c | 222 int phy_type; in misc_init_r() local 232 phy_type = gpio_get_value(PANDA_ULPI_PHY_TYPE_GPIO); in misc_init_r() 234 if (phy_type == 1) { in misc_init_r()
|
/u-boot/arch/powerpc/dts/ |
A D | p1020-post.dtsi | 19 phy_type = "ulpi"; 25 phy_type = "ulpi";
|
A D | p5040.dtsi | 74 phy_type = "utmi"; 80 phy_type = "utmi";
|
A D | t102x.dtsi | 64 phy_type = "utmi"; 70 phy_type = "utmi";
|
A D | p2041.dtsi | 75 phy_type = "utmi"; 81 phy_type = "utmi";
|
A D | p4080.dtsi | 101 phy_type = "ulpi"; 107 phy_type = "ulpi";
|
A D | p3041.dtsi | 75 phy_type = "utmi"; 81 phy_type = "utmi";
|
A D | t104x.dtsi | 74 phy_type = "utmi"; 80 phy_type = "utmi";
|
A D | t2080.dtsi | 88 phy_type = "utmi"; 98 phy_type = "utmi";
|
A D | t4240.dtsi | 114 phy_type = "utmi"; 120 phy_type = "utmi";
|
A D | p2020-post.dtsi | 19 phy_type = "ulpi";
|
/u-boot/doc/ |
A D | README.fsl-hwconfig | 37 'phy_type' 46 usb1:dr_mode=host,phy_type=utmi;usb2:dr_mode=host'
|
A D | README.hwconfig | 28 set hwconfig "dr_usb:mode=peripheral,phy_type=ulpi"
|
/u-boot/drivers/net/ |
A D | e1000.c | 2420 if (hw->phy_type != e1000_phy_igp && hw->phy_type != e1000_phy_igp_2 in e1000_set_d3_lplu_state() 3294 hw->phy_type == e1000_phy_igb) { in e1000_setup_copper_link() 4799 switch (hw->phy_type) { in e1000_phy_reset() 4823 if (hw->phy_type == e1000_phy_igp || hw->phy_type == e1000_phy_igp_2) in e1000_phy_reset() 4841 hw->phy_type = e1000_phy_m88; in e1000_set_phy_type() 4848 hw->phy_type = e1000_phy_igp; in e1000_set_phy_type() 4852 hw->phy_type = e1000_phy_igp_3; in e1000_set_phy_type() 4857 hw->phy_type = e1000_phy_ife; in e1000_set_phy_type() 4865 hw->phy_type = e1000_phy_bm; in e1000_set_phy_type() 4868 hw->phy_type = e1000_phy_igb; in e1000_set_phy_type() [all …]
|
/u-boot/arch/arm/dts/ |
A D | fsl-ls1012a-qds.dtsi | 125 phy_type = "ulpi";
|
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";
|
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";
|