Home
last modified time | relevance | path

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

12

/external/u-boot/drivers/usb/host/
Dehci-fsl.c32 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()
187 const char *phy_type = NULL; in ehci_fsl_init() local
215 if (priv->phy_type) in ehci_fsl_init()
216 phy_type = priv->phy_type; in ehci_fsl_init()
223 phy_type = hwconfig_subarg(current_usb_controller, in ehci_fsl_init()
227 phy_type = env_get("usb_phy_type"); in ehci_fsl_init()
229 if (!phy_type) { in ehci_fsl_init()
233 phy_type = usb_phy; in ehci_fsl_init()
[all …]
/external/u-boot/drivers/usb/common/
Dfsl-dt-fixup.c56 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()
/external/u-boot/drivers/ddr/marvell/a38x/
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,
Dmv_ddr_plat.c590 enum hws_ddr_phy phy_type, u32 addr, in prfa_write() argument
596 ((phy_type & PRFA_PUP_CTRL_DATA_MASK) << PRFA_PUP_CTRL_DATA_OFFS) | in prfa_write()
613 enum hws_ddr_phy phy_type, u32 addr, u32 *data) in prfa_read() argument
622 if (prfa_write(ACCESS_TYPE_UNICAST, i, phy_type, addr, 0, OPERATION_READ) != MV_OK) in prfa_read()
628 if (prfa_write(phy_access, phy, phy_type, addr, 0, OPERATION_READ) != MV_OK) in prfa_read()
Dddr3_training_ip_flow.h142 enum hws_ddr_phy phy_type,
145 u32 phy_id, enum hws_ddr_phy phy_type, u32 reg_addr,
Dddr3_training.c1128 enum hws_ddr_phy phy_type, u32 reg_addr, u32 *data) in ddr3_tip_bus_read() argument
1131 mv_ddr_phy_read(phy_access, phy_id, phy_type, reg_addr, data); in ddr3_tip_bus_read()
1139 u32 phy_id, enum hws_ddr_phy phy_type, u32 reg_addr, in ddr3_tip_bus_write() argument
1143 mv_ddr_phy_write(phy_access, phy_id, phy_type, reg_addr, data_value, OPERATION_WRITE); in ddr3_tip_bus_write()
1152 enum hws_ddr_phy phy_type, u32 reg_addr, in ddr3_tip_bus_read_modify_write() argument
1170 phy_type, reg_addr, &data_val)); in ddr3_tip_bus_read_modify_write()
1174 ACCESS_TYPE_UNICAST, phy_id, phy_type, reg_addr, in ddr3_tip_bus_read_modify_write()
/external/u-boot/board/ti/panda/
Dpanda.c211 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()
/external/u-boot/doc/
DREADME.fsl-hwconfig37 'phy_type'
46 usb1:dr_mode=host,phy_type=utmi;usb2:dr_mode=host'
DREADME.hwconfig28 set hwconfig "dr_usb:mode=peripheral,phy_type=ulpi"
/external/u-boot/drivers/net/
De1000.c2418 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 …]
/external/wpa_supplicant_8/wpa_supplicant/
Dwnm_sta.c559 rep->phy_type = *(pos + 12); in wnm_parse_neighbor_report()
869 u32 bss_info, u8 op_class, u8 chan, u8 phy_type, in wnm_add_nei_rep() argument
892 wpabuf_put_u8(*buf, phy_type); in wnm_add_nei_rep()
907 enum phy_type phy_type; in wnm_nei_rep_add_bss() local
940 phy_type = ieee80211_get_phy_type(bss->freq, (ht_oper != NULL), in wnm_nei_rep_add_bss()
942 if (phy_type == PHY_TYPE_UNSPECIFIED) { in wnm_nei_rep_add_bss()
950 return wnm_add_nei_rep(buf, bss->bssid, info, op_class, chan, phy_type, in wnm_nei_rep_add_bss()
1214 nei->channel_number, nei->phy_type, in wnm_dump_cand_list()
Dwnm_sta.h29 u8 phy_type; member
Drrm.c689 u8 *op_class, u8 *chan, u8 *phy_type) in wpas_get_op_chan_phy() argument
745 *phy_type = ieee80211_get_phy_type(freq, ht_oper != NULL, in wpas_get_op_chan_phy()
747 if (*phy_type == PHY_TYPE_UNSPECIFIED) { in wpas_get_op_chan_phy()
/external/u-boot/arch/arm/dts/
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";
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";
Dfsl-ls1012a-qds.dtsi126 phy_type = "ulpi";
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";
Dtegra114.dtsi678 phy_type = "utmi";
689 phy_type = "utmi";
714 phy_type = "utmi";
725 phy_type = "utmi";
Dzynq-7000.dtsi365 phy_type = "ulpi";
375 phy_type = "ulpi";
Dtegra210.dtsi770 phy_type = "utmi";
783 phy_type = "utmi";
808 phy_type = "utmi";
821 phy_type = "utmi";
Dtegra124-nyan.dtsi427 phy_type = "hsic";
432 phy_type = "hsic";
Dimx6q-logicpd.dts95 phy_type = "hsic";
/external/u-boot/doc/device-tree-bindings/usb/
Dtegra-usb.txt11 - phy_type : Should be one of "ulpi" or "utmi".
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.h180 enum phy_type ieee80211_get_phy_type(int freq, int ht, int vht);
/external/u-boot/board/freescale/t1040qds/
DREADME144 dr_mode=host,phy_type=utmi

12