Home
last modified time | relevance | path

Searched refs:core_params (Results 1 – 8 of 8) sorted by relevance

/drivers/usb/dwc2/
Dcore.c78 if (hsotg->core_params->dma_enable <= 0) in dwc2_enable_common_interrupts()
97 hsotg->core_params->ulpi_fs_ls > 0) || in dwc2_init_fs_ls_pclk_sel()
98 hsotg->core_params->phy_type == DWC2_PHY_TYPE_PARAM_FS) { in dwc2_init_fs_ls_pclk_sel()
210 if (hsotg->core_params->i2c_enable > 0) { in dwc2_fs_phy_init()
246 switch (hsotg->core_params->phy_type) { in dwc2_hs_phy_init()
252 if (hsotg->core_params->phy_ulpi_ddr > 0) in dwc2_hs_phy_init()
259 if (hsotg->core_params->phy_utmi_width == 16) in dwc2_hs_phy_init()
285 if (hsotg->core_params->speed == DWC2_SPEED_PARAM_FULL && in dwc2_phy_init()
286 hsotg->core_params->phy_type == DWC2_PHY_TYPE_PARAM_FS) { in dwc2_phy_init()
300 hsotg->core_params->ulpi_fs_ls > 0) { in dwc2_phy_init()
[all …]
Dhcd.c72 int num_channels = hsotg->core_params->host_channels; in dwc2_dump_channel_info()
220 int num_channels = hsotg->core_params->host_channels; in dwc2_hcd_cleanup_channels()
225 if (hsotg->core_params->dma_enable <= 0) { in dwc2_hcd_cleanup_channels()
457 if (hsotg->core_params->dma_desc_enable <= 0) { in dwc2_hcd_urb_dequeue()
556 if (hsotg->core_params->uframe_sched > 0) { in dwc2_hcd_reinit()
558 hsotg->core_params->host_channels; in dwc2_hcd_reinit()
572 num_channels = hsotg->core_params->host_channels; in dwc2_hcd_reinit()
614 if (hsotg->core_params->dma_enable > 0) in dwc2_hc_init_xfer()
642 if (hsotg->core_params->dma_enable > 0) in dwc2_hc_init_xfer()
661 if (hsotg->core_params->dma_desc_enable > 0) in dwc2_hc_init_xfer()
[all …]
Dhcd_queue.c210 if (hsotg->core_params->dma_desc_enable > 0 && in dwc2_hcd_qh_create()
232 if (hsotg->core_params->dma_desc_enable > 0) in dwc2_hcd_qh_free()
258 num_channels = hsotg->core_params->host_channels; in dwc2_periodic_channel_available()
446 max_channel_xfer_size = hsotg->core_params->max_transfer_size; in dwc2_check_max_xfer_size()
472 if (hsotg->core_params->uframe_sched > 0) { in dwc2_schedule_periodic()
516 if (hsotg->core_params->dma_desc_enable > 0) in dwc2_schedule_periodic()
524 if (hsotg->core_params->uframe_sched <= 0) in dwc2_schedule_periodic()
551 if (hsotg->core_params->uframe_sched > 0) { in dwc2_deschedule_periodic()
723 if ((hsotg->core_params->uframe_sched > 0 && in dwc2_hcd_qh_deactivate()
725 (hsotg->core_params->uframe_sched <= 0 && in dwc2_hcd_qh_deactivate()
Dhcd_intr.c239 struct dwc2_core_params *params = hsotg->core_params; in dwc2_hprt0_enable()
596 hsotg->core_params->dma_enable > 0) { in dwc2_update_isoc_urb_state()
737 if (hsotg->core_params->uframe_sched > 0) { in dwc2_release_channel()
783 if (hsotg->core_params->dma_enable > 0) { in dwc2_halt_channel()
974 if (hsotg->core_params->dma_desc_enable > 0) { in dwc2_hc_xfercomp_intr()
985 hsotg->core_params->dma_enable > 0) { in dwc2_hc_xfercomp_intr()
1097 if (hsotg->core_params->dma_desc_enable > 0) { in dwc2_hc_stall_intr()
1204 if (hsotg->core_params->dma_enable > 0 && chan->ep_is_in) { in dwc2_hc_nak_intr()
1350 hsotg->core_params->dma_enable > 0) { in dwc2_hc_nyet_intr()
1428 if (hsotg->core_params->dma_desc_enable > 0) { in dwc2_hc_babble_intr()
[all …]
Dcore_intr.c162 if (hsotg->core_params->phy_type == in dwc2_handle_otg_intr()
164 && hsotg->core_params->i2c_enable > 0) { in dwc2_handle_otg_intr()
Dcore.h600 struct dwc2_core_params *core_params; member
Dhcd_ddma.c275 if (hsotg->core_params->uframe_sched > 0) in dwc2_release_channel_ddma()
377 (hsotg->core_params->uframe_sched > 0 || in dwc2_hcd_qh_free_ddma()
/drivers/cpufreq/
Dintel_pstate.c526 static struct cpu_defaults core_params = { variable
723 ICPU(0x2a, core_params),
724 ICPU(0x2d, core_params),
726 ICPU(0x3a, core_params),
727 ICPU(0x3c, core_params),
728 ICPU(0x3d, core_params),
729 ICPU(0x3e, core_params),
730 ICPU(0x3f, core_params),
731 ICPU(0x45, core_params),
732 ICPU(0x46, core_params),
[all …]