Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-fsl.c33 char *phy_type; member
67 priv->phy_type = (char *)prop; in ehci_fsl_ofdata_to_platdata()
68 debug("phy_type %s\n", priv->phy_type); in ehci_fsl_ofdata_to_platdata()
196 const char *phy_type = NULL; in ehci_fsl_init() local
224 if (priv->phy_type) in ehci_fsl_init()
225 phy_type = priv->phy_type; in ehci_fsl_init()
232 phy_type = hwconfig_subarg(current_usb_controller, in ehci_fsl_init()
236 phy_type = env_get("usb_phy_type"); in ehci_fsl_init()
238 if (!phy_type) { in ehci_fsl_init()
242 phy_type = usb_phy; in ehci_fsl_init()
[all …]
/rk3399_rockchip-uboot/drivers/usb/common/
H A Dcommon.c86 const char *phy_type; in usb_get_phy_mode() local
89 phy_type = ofnode_get_property(node, "phy_type", NULL); in usb_get_phy_mode()
90 if (!phy_type) in usb_get_phy_mode()
94 if (!strcmp(phy_type, usbphy_modes[i])) in usb_get_phy_mode()
H 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()
/rk3399_rockchip-uboot/board/ti/panda/
H A Dpanda.c212 int phy_type; in misc_init_r() local
222 phy_type = gpio_get_value(PANDA_ULPI_PHY_TYPE_GPIO); in misc_init_r()
224 if (phy_type == 1) { in misc_init_r()
/rk3399_rockchip-uboot/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"
/rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip_prv_if.h50 enum hws_ddr_phy phy_type, u32 reg_addr, u32 data);
53 u32 phy_id, enum hws_ddr_phy phy_type, u32 reg_addr, u32 *data);
H A Dddr3_training_ip_flow.h300 enum hws_ddr_phy phy_type,
303 u32 phy_id, enum hws_ddr_phy phy_type, u32 reg_addr,
H A Dddr3_training.c183 u32 phy_id, enum hws_ddr_phy phy_type, u32 reg_addr,
986 enum hws_ddr_phy phy_type, u32 reg_addr, u32 *data) in ddr3_tip_bus_read() argument
999 bus_index, phy_type, reg_addr, 0, in ddr3_tip_bus_read()
1010 phy_access, phy_id, phy_type, reg_addr, 0, in ddr3_tip_bus_read()
1031 u32 phy_id, enum hws_ddr_phy phy_type, u32 reg_addr, in ddr3_tip_bus_write() argument
1036 phy_id, phy_type, reg_addr, data_value, OPERATION_WRITE)); in ddr3_tip_bus_write()
1046 u32 phy_id, enum hws_ddr_phy phy_type, u32 reg_addr, in ddr3_tip_bus_access() argument
1053 (phy_type << 26) + (phy_id << 22) + (addr_low << 16) + in ddr3_tip_bus_access()
1122 enum hws_ddr_phy phy_type, u32 reg_addr, in ddr3_tip_bus_read_modify_write() argument
1140 phy_type, reg_addr, &data_val)); in ddr3_tip_bus_read_modify_write()
[all …]
/rk3399_rockchip-uboot/drivers/net/
H A De1000.c2204 if (hw->phy_type != e1000_phy_igp && hw->phy_type != e1000_phy_igp_2 in e1000_set_d3_lplu_state()
2205 && hw->phy_type != e1000_phy_igp_3) in e1000_set_d3_lplu_state()
2469 if (hw->phy_type == e1000_phy_igp) { in e1000_copper_link_igp_setup()
2935 if (hw->phy_type == e1000_phy_ife) in e1000_copper_link_autoneg()
3071 if (hw->phy_type == e1000_phy_igp || in e1000_setup_copper_link()
3072 hw->phy_type == e1000_phy_igp_3 || in e1000_setup_copper_link()
3073 hw->phy_type == e1000_phy_igp_2) { in e1000_setup_copper_link()
3077 } else if (hw->phy_type == e1000_phy_m88 || in e1000_setup_copper_link()
3078 hw->phy_type == e1000_phy_igb) { in e1000_setup_copper_link()
3082 } else if (hw->phy_type == e1000_phy_gg82563) { in e1000_setup_copper_link()
[all …]
/rk3399_rockchip-uboot/doc/device-tree-bindings/usb/
H A Dtegra-usb.txt11 - phy_type : Should be one of "ulpi" or "utmi".
/rk3399_rockchip-uboot/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 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.dtsi365 phy_type = "ulpi";
375 phy_type = "ulpi";
H A Dtegra210.dtsi770 phy_type = "utmi";
783 phy_type = "utmi";
808 phy_type = "utmi";
821 phy_type = "utmi";
H A Dimx6q-logicpd.dts95 phy_type = "hsic";
H A Dtegra124-nyan.dtsi427 phy_type = "hsic";
432 phy_type = "hsic";
H A Dls1021a.dtsi368 phy_type = "ulpi";
H A Drk3588.dtsi39 phy_type = "utmi_wide";
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw_hdmi.c1009 u8 phy_type; in dw_hdmi_detect_phy() local
1011 phy_type = hdmi_readb(hdmi, HDMI_CONFIG2_ID); in dw_hdmi_detect_phy()
1017 if (phy_type == DW_HDMI_PHY_VENDOR_PHY || in dw_hdmi_detect_phy()
1036 if (dw_hdmi_phys[i].type == phy_type) { in dw_hdmi_detect_phy()
1052 printf("Unsupported HDMI PHY type (%02x)\n", phy_type); in dw_hdmi_detect_phy()
/rk3399_rockchip-uboot/board/freescale/t1040qds/
H A DREADME144 dr_mode=host,phy_type=utmi
/rk3399_rockchip-uboot/board/freescale/p1010rdb/
H A DREADME.P1010RDB-PA92 setenv hwconfig "fsl_p1010mux:tdm_can=tdm;usb1:dr_mode=host,phy_type=utmi"
/rk3399_rockchip-uboot/board/freescale/t104xrdb/
H A DREADME212 dr_mode=host,phy_type=utmi

12