Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_glue_st.c16 .phy_type = DWC2_PHY_TYPE_PARAM_FS,
50 .phy_type = DWC2_PHY_TYPE_PARAM_FS,
78 .phy_type = DWC2_PHY_TYPE_PARAM_UTMI,
80 .phy_type = DWC2_PHY_TYPE_PARAM_FS,
124 .phy_type = DWC2_PHY_TYPE_PARAM_FS,
161 .phy_type = DWC2_PHY_TYPE_PARAM_FS,
212 .phy_type = DWC2_PHY_TYPE_PARAM_FS,
245 .phy_type = DWC2_PHY_TYPE_PARAM_FS,
335 .phy_type = DWC2_PHY_TYPE_PARAM_FS,
380 .phy_type = DWC2_PHY_TYPE_PARAM_FS,
[all …]
A Dusb_glue_at.c15 .phy_type = DWC2_PHY_TYPE_PARAM_FS,
48 .phy_type = DWC2_PHY_TYPE_PARAM_UTMI,
A Dusb_glue_esp.c49 .phy_type = DWC2_PHY_TYPE_PARAM_FS,
78 .phy_type = DWC2_PHY_TYPE_PARAM_FS,
107 .phy_type = DWC2_PHY_TYPE_PARAM_UTMI,
A Dusb_glue_kendryte.c52 .phy_type = DWC2_PHY_TYPE_PARAM_UTMI,
A Dusb_dwc2_param.h254 uint8_t phy_type; member
A Dusb_dc_dwc2.c128 if (g_dwc2_udc[busid].user_params.phy_type == DWC2_PHY_TYPE_PARAM_FS) { in dwc2_core_init()
139 switch (g_dwc2_udc[busid].user_params.phy_type) { in dwc2_core_init()
551 if (g_dwc2_udc[busid].user_params.phy_type != DWC2_PHY_TYPE_PARAM_FS) { in usb_dc_init()
601 if (g_dwc2_udc[busid].user_params.phy_type != DWC2_PHY_TYPE_PARAM_FS) { in usb_dc_init()
A Dusb_hc_dwc2.c90 if (g_dwc2_hcd[bus->hcd.hcd_id].user_params.phy_type == DWC2_PHY_TYPE_PARAM_FS) { in dwc2_core_init()
101 switch (g_dwc2_hcd[bus->hcd.hcd_id].user_params.phy_type) { in dwc2_core_init()
725 if (g_dwc2_hcd[bus->hcd.hcd_id].user_params.phy_type != DWC2_PHY_TYPE_PARAM_FS) { in usb_hc_init()
747 if (g_dwc2_hcd[bus->hcd.hcd_id].user_params.phy_type == DWC2_PHY_TYPE_PARAM_FS) { in usb_hc_init()
1458 if (g_dwc2_hcd[bus->hcd.hcd_id].user_params.phy_type == DWC2_PHY_TYPE_PARAM_FS) { in dwc2_port_irq_handler()

Completed in 14 milliseconds