Lines Matching defs:info
281 ohci_dbg (ohci, " info %08x CC=%x %s DI=%d %s %s\n", tmp,
291 ohci_dbg (ohci, " info %08x CC=%x FC=%d DI=%d SF=%04x\n", tmp,
328 " info %08x MAX=%d%s%s%s%s EP=%d%s DEV=%d\n", tmp,
413 u32 info = hc32_to_cpu (ohci, ed->hwINFO);
421 (info & ED_LOWSPEED) ? 'l' : 'f',
422 info & 0x7f,
423 (info >> 7) & 0xf,
424 (info & ED_IN) ? "in" : "out",
425 0x03ff & (info >> 16),
426 info,
427 (info & ED_SKIP) ? " s" : "",
437 info = hc32_to_cpup (ohci, &td->hwINFO);
444 switch (info & TD_DP) {
451 TD_CC_GET (info), td->urb, info);
529 /* show more info the first time around */
531 u32 info = hc32_to_cpu (ohci, ed->hwINFO);
542 (info & ED_LOWSPEED) ? 'l' : 'f',
543 info & 0x7f,
544 (info >> 7) & 0xf,
545 (info & ED_IN) ? "in" : "out",
546 (info & ED_ISO) ? "iso" : "int",
548 0x03ff & (info >> 16),
549 info,
550 (info & ED_SKIP) ? " K" : "",
599 /* dump driver info, then registers in spec order */