Searched refs:fInterruptEntries (Results 1 – 2 of 2) sorted by relevance
331 fInterruptEntries(NULL), in EHCI()644 fInterruptEntries = (interrupt_entry *)logicalBase; in EHCI()646 ehci_qh *queueHead = &fInterruptEntries[i].queue_head; in EHCI()716 = fInterruptEntries[intervalIndex].queue_head.this_phy; in EHCI()724 ehci_qh *firstLogical = &fInterruptEntries[0].queue_head; in EHCI()727 fInterruptEntries[i].queue_head.next_phy = firstLogical->this_phy; in EHCI()728 fInterruptEntries[i].queue_head.next_log = firstLogical; in EHCI()729 fInterruptEntries[i].queue_head.prev_log = NULL; in EHCI()963 ehci_qh *interruptQueue = &fInterruptEntries[0].queue_head; in LinkPeriodicDebugQueueHead()2391 ehci_qh *interruptQueue = &fInterruptEntries[interval - 1].queue_head; in LinkInterruptQueueHead()
215 interrupt_entry * fInterruptEntries; variable