Home
last modified time | relevance | path

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

12

/u-boot/drivers/usb/host/
A Dehci-fsl.c36 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 Dcommon.c87 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 Dfsl-dt-fixup.c57 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 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,
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,
A Dmv_ddr_plat.c589 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 Dgeneric.txt15 - phy_type: tells USB controllers that we want to configure the core to support
30 phy_type = "utmi_wide";
A Dtegra-usb.txt11 - phy_type : Should be one of "ulpi" or "utmi".
/u-boot/board/ti/panda/
A Dpanda.c222 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 Dp1020-post.dtsi19 phy_type = "ulpi";
25 phy_type = "ulpi";
A Dp5040.dtsi74 phy_type = "utmi";
80 phy_type = "utmi";
A Dt102x.dtsi64 phy_type = "utmi";
70 phy_type = "utmi";
A Dp2041.dtsi75 phy_type = "utmi";
81 phy_type = "utmi";
A Dp4080.dtsi101 phy_type = "ulpi";
107 phy_type = "ulpi";
A Dp3041.dtsi75 phy_type = "utmi";
81 phy_type = "utmi";
A Dt104x.dtsi74 phy_type = "utmi";
80 phy_type = "utmi";
A Dt2080.dtsi88 phy_type = "utmi";
98 phy_type = "utmi";
A Dt4240.dtsi114 phy_type = "utmi";
120 phy_type = "utmi";
A Dp2020-post.dtsi19 phy_type = "ulpi";
/u-boot/doc/
A DREADME.fsl-hwconfig37 'phy_type'
46 usb1:dr_mode=host,phy_type=utmi;usb2:dr_mode=host'
A DREADME.hwconfig28 set hwconfig "dr_usb:mode=peripheral,phy_type=ulpi"
/u-boot/drivers/net/
A De1000.c2420 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 Dfsl-ls1012a-qds.dtsi125 phy_type = "ulpi";
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";
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";

Completed in 32 milliseconds

12