| /openbmc/u-boot/drivers/usb/host/ |
| H A D | ehci-fsl.c | 32 char *phy_type; member 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() 230 phy_type = hwconfig_subarg(current_usb_controller, in ehci_fsl_init() 234 phy_type = env_get("usb_phy_type"); in ehci_fsl_init() 236 if (!phy_type) { in ehci_fsl_init() 240 phy_type = usb_phy; 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 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()
|
| /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()
|
| H A D | ddr3_training.c | 1067 enum hws_ddr_phy phy_type, u32 reg_addr, u32 *data) in ddr3_tip_bus_read() argument 1070 mv_ddr_phy_read(phy_access, phy_id, phy_type, reg_addr, data); in ddr3_tip_bus_read() 1078 u32 phy_id, enum hws_ddr_phy phy_type, u32 reg_addr, in ddr3_tip_bus_write() argument 1082 mv_ddr_phy_write(phy_access, phy_id, phy_type, reg_addr, data_value, OPERATION_WRITE); in ddr3_tip_bus_write() 1091 enum hws_ddr_phy phy_type, u32 reg_addr, in ddr3_tip_bus_read_modify_write() argument 1109 phy_type, reg_addr, &data_val)); in ddr3_tip_bus_read_modify_write() 1113 ACCESS_TYPE_UNICAST, phy_id, phy_type, reg_addr, in ddr3_tip_bus_read_modify_write()
|
| /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/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"
|
| H A D | README.b4860qds | 252 dr_mode=host,phy_type=ulpi
|
| /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 …]
|
| H A D | mvpp2.c | 3467 static u32 mvpp2_netc_cfg_create(int gop_id, phy_interface_t phy_type) in mvpp2_netc_cfg_create() argument 3472 if (phy_type == PHY_INTERFACE_MODE_SGMII) in mvpp2_netc_cfg_create() 3477 if (phy_type == PHY_INTERFACE_MODE_SGMII) in mvpp2_netc_cfg_create() 3479 else if (phy_type == PHY_INTERFACE_MODE_RGMII || in mvpp2_netc_cfg_create() 3480 phy_type == PHY_INTERFACE_MODE_RGMII_ID) in mvpp2_netc_cfg_create()
|
| /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/arch/arm/dts/ |
| H A D | fsl-ls1012a-qds.dtsi | 126 phy_type = "ulpi";
|
| 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 | 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";
|
| H A D | ls1021a.dtsi | 366 phy_type = "ulpi";
|
| /openbmc/u-boot/board/freescale/t1040qds/ |
| H A D | README | 144 dr_mode=host,phy_type=utmi
|
| /openbmc/u-boot/board/freescale/p1010rdb/ |
| H A D | README.P1010RDB-PA | 92 setenv hwconfig "fsl_p1010mux:tdm_can=tdm;usb1:dr_mode=host,phy_type=utmi"
|
| /openbmc/u-boot/board/freescale/t104xrdb/ |
| H A D | README | 212 dr_mode=host,phy_type=utmi
|