Home | History | Annotate | Download | only in ic

Lines Matching defs:bustime

269 	uint16_t	bustime;	/* Worst case bus time usage */
941 * The goal of newbustime and newlen is to avoid bustime calculation
956 spipe->bustime = SLHCI_LS_CONST +
968 spipe->bustime = SLHCI_FS_CONST +
2113 spipe->bustime = spipe->newbustime[1];
2121 spipe->bustime = SLHCI_LS_CONST;
2123 spipe->bustime = SLHCI_FS_CONST;
2150 spipe->bustime = spipe->newbustime[0];
2250 } else if (remaining_bustime >= spipe->bustime) {
2263 } else if (remaining_bustime >= spipe->bustime) {
2269 t->pend = spipe->bustime;
2962 int bustime, max_packet;
2970 bustime = SLHCI_LS_CONST + SLHCI_LS_DATA_TIME(max_packet);
2972 bustime = SLHCI_FS_CONST + SLHCI_FS_DATA_TIME(max_packet);
2975 t->reserved_bustime -= bustime;
2988 if (t->reserved_bustime + bustime > SLHCI_RESERVED_BUSTIME) {
3009 t->reserved_bustime += bustime;
3518 DDOLOG("bustime: %u", r->bustime, 0,0,0);