Searched refs:core_params (Results 1 – 9 of 9) sorted by relevance
88 for (i = 0; i < hsotg->core_params->host_channels; ++i) in dwc2_backup_host_registers()124 for (i = 0; i < hsotg->core_params->host_channels; ++i) in dwc2_restore_host_registers()331 if (!hsotg->core_params->hibernation) in dwc2_exit_hibernation()384 if (!hsotg->core_params->hibernation) in dwc2_enter_hibernation()453 if (hsotg->core_params->dma_enable <= 0) in dwc2_enable_common_interrupts()455 if (hsotg->core_params->external_id_pin_ctl <= 0) in dwc2_enable_common_interrupts()474 hsotg->core_params->ulpi_fs_ls > 0) || in dwc2_init_fs_ls_pclk_sel()475 hsotg->core_params->phy_type == DWC2_PHY_TYPE_PARAM_FS) { in dwc2_init_fs_ls_pclk_sel()693 if (hsotg->core_params->i2c_enable > 0) { in dwc2_fs_phy_init()729 switch (hsotg->core_params->phy_type) { in dwc2_hs_phy_init()[all …]
83 int num_channels = hsotg->core_params->host_channels; in dwc2_dump_channel_info()236 int num_channels = hsotg->core_params->host_channels; in dwc2_hcd_cleanup_channels()241 if (hsotg->core_params->dma_enable <= 0) { in dwc2_hcd_cleanup_channels()277 if (hsotg->core_params->uframe_sched > 0) { in dwc2_hcd_cleanup_channels()279 hsotg->core_params->host_channels; in dwc2_hcd_cleanup_channels()525 if (hsotg->core_params->dma_desc_enable <= 0) { in dwc2_hcd_urb_dequeue()558 if (hsotg->core_params->uframe_sched > 0) { in dwc2_hcd_reinit()560 hsotg->core_params->host_channels; in dwc2_hcd_reinit()574 num_channels = hsotg->core_params->host_channels; in dwc2_hcd_reinit()603 if (hsotg->core_params->dma_enable > 0) { in dwc2_hc_init_xfer_data()[all …]
252 struct dwc2_core_params *params = hsotg->core_params; in dwc2_hprt0_enable()395 if (hsotg->core_params->dma_desc_fs_enable) { in dwc2_port_intr()398 hsotg->core_params->dma_desc_enable = 0; in dwc2_port_intr()650 hsotg->core_params->dma_enable > 0) { in dwc2_update_isoc_urb_state()791 if (hsotg->core_params->uframe_sched > 0) { in dwc2_release_channel()837 if (hsotg->core_params->dma_enable > 0) { in dwc2_halt_channel()1032 if (hsotg->core_params->dma_desc_enable > 0) { in dwc2_hc_xfercomp_intr()1043 hsotg->core_params->dma_enable > 0) { in dwc2_hc_xfercomp_intr()1155 if (hsotg->core_params->dma_desc_enable > 0) { in dwc2_hc_stall_intr()1304 if (hsotg->core_params->dma_enable > 0 && chan->ep_is_in) { in dwc2_hc_nak_intr()[all …]
238 if (hsotg->core_params->dma_desc_enable > 0 && in dwc2_hcd_qh_create()300 num_channels = hsotg->core_params->host_channels; in dwc2_periodic_channel_available()488 max_channel_xfer_size = hsotg->core_params->max_transfer_size; in dwc2_check_max_xfer_size()514 if (hsotg->core_params->uframe_sched > 0) { in dwc2_schedule_periodic()558 if (hsotg->core_params->dma_desc_enable > 0) in dwc2_schedule_periodic()566 if (hsotg->core_params->uframe_sched <= 0) in dwc2_schedule_periodic()593 if (hsotg->core_params->uframe_sched > 0) { in dwc2_deschedule_periodic()834 if ((hsotg->core_params->uframe_sched > 0 && in dwc2_hcd_qh_deactivate()836 (hsotg->core_params->uframe_sched <= 0 && in dwc2_hcd_qh_deactivate()
176 if (hsotg->core_params->phy_type == in dwc2_handle_otg_intr()178 && hsotg->core_params->i2c_enable > 0) { in dwc2_handle_otg_intr()386 if (hsotg->core_params->hibernation) in dwc2_handle_wakeup_detected_intr()
301 if (hsotg->core_params->uframe_sched > 0) in dwc2_release_channel_ddma()408 (hsotg->core_params->uframe_sched > 0 || in dwc2_hcd_qh_free_ddma()
701 struct dwc2_core_params *core_params; member
125 OSSL_PARAM core_params[8], *p = core_params; in fips_get_params_from_core() local157 if (!c_get_params(fgbl->handle, core_params)) { in fips_get_params_from_core()
1299 hsotg->core_params = kmem_zalloc(sizeof(*hsotg->core_params), KM_SLEEP); in dwc2_init()1300 dwc2_set_all_params(hsotg->core_params, -1); in dwc2_init()