Searched refs:NUM_INTR_ED_LISTS (Results 1 – 4 of 4) sorted by relevance
269 #define NUM_INTR_ED_LISTS 32 /* Number of interrupt lists */ macro273 uint32_t HccaIntTble[NUM_INTR_ED_LISTS]; /* 32 intr lists */
190 uint_t ohci_periodic_bandwidth[NUM_INTR_ED_LISTS];255 ohci_ed_t *ohci_polled_save_IntTble[NUM_INTR_ED_LISTS];
491 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()
63 static uchar_t ohci_index[NUM_INTR_ED_LISTS / 2] = {0x0, 0x8, 0x4, 0xc,1843 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()[all …]