| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ehci-fsl.c | 33 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 D | common.c | 86 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 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()
|
| /rk3399_rockchip-uboot/board/ti/panda/ |
| H A D | panda.c | 212 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 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"
|
| /rk3399_rockchip-uboot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_training_ip_prv_if.h | 50 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 D | ddr3_training_ip_flow.h | 300 enum hws_ddr_phy phy_type, 303 u32 phy_id, enum hws_ddr_phy phy_type, u32 reg_addr,
|
| H A D | ddr3_training.c | 183 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 D | e1000.c | 2204 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 D | tegra-usb.txt | 11 - phy_type : Should be one of "ulpi" or "utmi".
|
| /rk3399_rockchip-uboot/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 | 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 | 365 phy_type = "ulpi"; 375 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 | imx6q-logicpd.dts | 95 phy_type = "hsic";
|
| H A D | tegra124-nyan.dtsi | 427 phy_type = "hsic"; 432 phy_type = "hsic";
|
| H A D | ls1021a.dtsi | 368 phy_type = "ulpi";
|
| H A D | rk3588.dtsi | 39 phy_type = "utmi_wide";
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | dw_hdmi.c | 1009 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 D | README | 144 dr_mode=host,phy_type=utmi
|
| /rk3399_rockchip-uboot/board/freescale/p1010rdb/ |
| H A D | README.P1010RDB-PA | 92 setenv hwconfig "fsl_p1010mux:tdm_can=tdm;usb1:dr_mode=host,phy_type=utmi"
|
| /rk3399_rockchip-uboot/board/freescale/t104xrdb/ |
| H A D | README | 212 dr_mode=host,phy_type=utmi
|