OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:core_params
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/dwc2/dist/
dwc2_core.c
88
for (i = 0; i < hsotg->
core_params
->host_channels; ++i)
124
for (i = 0; i < hsotg->
core_params
->host_channels; ++i)
331
if (!hsotg->
core_params
->hibernation)
384
if (!hsotg->
core_params
->hibernation)
453
if (hsotg->
core_params
->dma_enable <= 0)
455
if (hsotg->
core_params
->external_id_pin_ctl <= 0)
474
hsotg->
core_params
->ulpi_fs_ls > 0) ||
475
hsotg->
core_params
->phy_type == DWC2_PHY_TYPE_PARAM_FS) {
693
if (hsotg->
core_params
->i2c_enable > 0) {
729
switch (hsotg->
core_params
->phy_type)
[
all
...]
dwc2_hcd.c
83
int num_channels = hsotg->
core_params
->host_channels;
236
int num_channels = hsotg->
core_params
->host_channels;
241
if (hsotg->
core_params
->dma_enable <= 0) {
277
if (hsotg->
core_params
->uframe_sched > 0) {
279
hsotg->
core_params
->host_channels;
525
if (hsotg->
core_params
->dma_desc_enable <= 0) {
558
if (hsotg->
core_params
->uframe_sched > 0) {
560
hsotg->
core_params
->host_channels;
574
num_channels = hsotg->
core_params
->host_channels;
603
if (hsotg->
core_params
->dma_enable > 0)
[
all
...]
dwc2_hcdqueue.c
238
if (hsotg->
core_params
->dma_desc_enable > 0 &&
300
num_channels = hsotg->
core_params
->host_channels;
488
max_channel_xfer_size = hsotg->
core_params
->max_transfer_size;
514
if (hsotg->
core_params
->uframe_sched > 0) {
558
if (hsotg->
core_params
->dma_desc_enable > 0)
566
if (hsotg->
core_params
->uframe_sched <= 0)
593
if (hsotg->
core_params
->uframe_sched > 0) {
834
if ((hsotg->
core_params
->uframe_sched > 0 &&
836
(hsotg->
core_params
->uframe_sched <= 0 &&
dwc2_hcdintr.c
252
struct dwc2_core_params *params = hsotg->
core_params
;
395
if (hsotg->
core_params
->dma_desc_fs_enable) {
398
hsotg->
core_params
->dma_desc_enable = 0;
657
hsotg->
core_params
->dma_enable > 0) {
798
if (hsotg->
core_params
->uframe_sched > 0) {
844
if (hsotg->
core_params
->dma_enable > 0) {
1039
if (hsotg->
core_params
->dma_desc_enable > 0) {
1050
hsotg->
core_params
->dma_enable > 0) {
1161
if (hsotg->
core_params
->dma_desc_enable > 0) {
1310
if (hsotg->
core_params
->dma_enable > 0 && chan->ep_is_in)
[
all
...]
dwc2_coreintr.c
176
if (hsotg->
core_params
->phy_type ==
178
&& hsotg->
core_params
->i2c_enable > 0) {
386
if (hsotg->
core_params
->hibernation)
dwc2_core.h
564
* @
core_params
: Parameters that define how the core should be configured
701
struct dwc2_core_params *
core_params
;
member in struct:dwc2_hsotg
dwc2_hcdddma.c
301
if (hsotg->
core_params
->uframe_sched > 0)
408
(hsotg->
core_params
->uframe_sched > 0 ||
/src/sys/external/bsd/dwc2/
dwc2.c
1299
hsotg->
core_params
= kmem_zalloc(sizeof(*hsotg->
core_params
), KM_SLEEP);
1300
dwc2_set_all_params(hsotg->
core_params
, -1);
Completed in 17 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025