Home
last modified time | relevance | path

Searched refs:OHCI_NO_INTRS (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/usb/
H A Dohcivar.h76 #define OHCI_NO_EDS (2*OHCI_NO_INTRS-1)
89 u_int sc_bws[OHCI_NO_INTRS];
H A Dohcireg.h131 #define OHCI_NO_INTRS 32 macro
133 ohci_physaddr_t hcca_interrupt_table[OHCI_NO_INTRS];
H A Dohci.c200 const u_int8_t revbits[OHCI_NO_INTRS] =
791 for (i = 0; i < OHCI_NO_INTRS; i++) in ohci_init()
793 htole32(sc->sc_eds[OHCI_NO_EDS-OHCI_NO_INTRS+i]->physaddr); in ohci_init()
2974 --sc->sc_bws[(pos * nslots + j) % OHCI_NO_INTRS]; in ohci_device_intr_close()
2994 npoll = OHCI_NO_INTRS; in ohci_device_setintr()
3012 nslots = OHCI_NO_INTRS / npoll; in ohci_device_setintr()
3016 bw += sc->sc_bws[(i * nslots + j) % OHCI_NO_INTRS]; in ohci_device_setintr()
3034 ++sc->sc_bws[(best * nslots + j) % OHCI_NO_INTRS]; in ohci_device_setintr()