Searched refs:maxports (Results 1 – 2 of 2) sorted by relevance
2963 for (s->maxports = 0; s->maxports < (io_size - 0x10) / 2; s->maxports++) { in alloc_uhci()2966 portstatus = inw (io_addr + 0x10 + (s->maxports * 2)); in alloc_uhci()2967 dbg("port %i, adr %x status %x", s->maxports, in alloc_uhci()2968 io_addr + 0x10 + (s->maxports * 2), portstatus); in alloc_uhci()2972 warn("Detected %d ports", s->maxports); in alloc_uhci()2976 if (s->maxports < 2 || s->maxports > 8) { in alloc_uhci()2978 s->maxports = 2; in alloc_uhci()2981 s->rh.numports = s->maxports; in alloc_uhci()
184 unsigned int maxports; member