Home
last modified time | relevance | path

Searched refs:NUM_INTR_ED_LISTS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h269 #define NUM_INTR_ED_LISTS 32 /* Number of interrupt lists */ macro
273 uint32_t HccaIntTble[NUM_INTR_ED_LISTS]; /* 32 intr lists */
H A Dohcid.h190 uint_t ohci_periodic_bandwidth[NUM_INTR_ED_LISTS];
255 ohci_ed_t *ohci_polled_save_IntTble[NUM_INTR_ED_LISTS];
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c491 for (i = ohcip->ohci_polled_enter_count; i < NUM_INTR_ED_LISTS; in ohci_hcdi_polled_write()
557 for (i = ohcip->ohci_polled_enter_count; i < NUM_INTR_ED_LISTS; in ohci_hcdi_polled_write()
1098 for (i = 0; i < NUM_INTR_ED_LISTS; i++) { in ohci_polled_save_state()
1107 for (i = 0; i < NUM_INTR_ED_LISTS; i++) { in ohci_polled_save_state()
1171 for (i = (ohcip->ohci_polled_enter_count -1); i < NUM_INTR_ED_LISTS; in ohci_polled_save_state()
1451 for (i = 0; i < NUM_INTR_ED_LISTS; i++) { in ohci_polled_restore_state()
H A Dohci.c1843 int half_list = NUM_INTR_ED_LISTS / 2; in ohci_build_interrupt_lattice()
3310 for (i = 1; i < NUM_INTR_ED_LISTS; i++) { in ohci_allocate_bandwidth()
3321 min_index = min_index + NUM_INTR_ED_LISTS - 1; in ohci_allocate_bandwidth()
3350 for (i = 0; i < (NUM_INTR_ED_LISTS/interval); i++) { in ohci_allocate_bandwidth()
3367 for (i = 0; i < (NUM_INTR_ED_LISTS/interval); i++) { in ohci_allocate_bandwidth()
3376 for (i = 1; i < NUM_INTR_ED_LISTS; i++) { in ohci_allocate_bandwidth()
3434 for (i = 0; i < (NUM_INTR_ED_LISTS/interval); i++) { in ohci_deallocate_bandwidth()
3442 for (i = 1; i < NUM_INTR_ED_LISTS; i++) { in ohci_deallocate_bandwidth()
3597 if (interval > NUM_INTR_ED_LISTS) { in ohci_adjust_polling_interval()
3598 interval = NUM_INTR_ED_LISTS; in ohci_adjust_polling_interval()
[all …]