Home | History | Annotate | Download | only in hw

Lines Matching defs:intr

81     uint32_t intr;
126 uint32_t intr[32];
315 if ((ohci->intr & OHCI_INTR_MIE) &&
316 (ohci->intr_status & ohci->intr))
323 static inline void ohci_set_interrupt(OHCIState *ohci, uint32_t intr)
325 ohci->intr_status |= intr;
393 ohci->intr = OHCI_INTR_MIE;
1137 ohci_service_ed_list(ohci, le32_to_cpu(hcca.intr[n]), 0);
1159 if (ohci->intr & ohci->intr_status)
1432 retval = ohci->intr;
1566 ohci->intr |= val;
1571 ohci->intr &= ~val;