Lines Matching defs:ival
811 uint32_t s, ctl, rwc, ival, hcr, fm, per, rev, desca /*, descb */;
1040 ival = OHCI_FM_GET_IVAL(fm);
1042 fm |= OHCI_FSMPS(ival) | ival;
1044 per = OHCI_PERIODIC(ival); /* 90% periodic */
2092 int ival;
2173 ival = pipe->up_interval;
2174 if (ival == USBD_DEFAULT_INTERVAL)
2175 ival = ed->bInterval;
2176 err = ohci_device_setintr(sc, opipe, ival);
3405 ohci_device_setintr(ohci_softc_t *sc, struct ohci_pipe *opipe, int ival)
3415 if (ival == 0) {
3421 while (npoll > ival)
3423 DPRINTFN(2, "ival=%jd npoll=%jd", ival, npoll, 0, 0);