Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_core.c88 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 …]
H A Ddwc2_hcd.c83 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 …]
H A Ddwc2_hcdintr.c252 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 …]
H A Ddwc2_hcdqueue.c238 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()
H A Ddwc2_coreintr.c176 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()
H A Ddwc2_hcdddma.c301 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()
H A Ddwc2_core.h701 struct dwc2_core_params *core_params; member
/netbsd-src/crypto/external/bsd/openssl/dist/providers/fips/
H A Dfipsprov.c125 OSSL_PARAM core_params[8], *p = core_params; in fips_get_params_from_core() local
157 if (!c_get_params(fgbl->handle, core_params)) { in fips_get_params_from_core()
/netbsd-src/sys/external/bsd/dwc2/
H A Ddwc2.c1299 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()