Lines Matching defs:stat
310 VDBG("complete %s req %p stat %d len %u/%u\n",
1109 VDBG("%s %s halt stat %d\n", ep->ep.name,
1427 int stat;
1431 stat = omap_readw(UDC_STAT_FLG);
1432 if (stat & UDC_ACK) {
1438 stat = write_fifo(ep0, req);
1454 } else if (stat & UDC_STALL) {
1464 int stat;
1468 stat = omap_readw(UDC_STAT_FLG);
1469 if (stat & UDC_ACK) {
1471 stat = 0;
1475 stat = read_fifo(ep0, req);
1476 if (!req || stat < 0) {
1479 stat = 0;
1480 } else if (stat == 0)
1485 if (stat == 1) {
1501 } else if (stat & UDC_STALL) {
1707 VDBG("req %02x.%02x protocol STALL; stat %d\n",
1918 int stat;
1921 stat = read_fifo(ep, req);
1981 u16 stat;
1989 stat = omap_readw(UDC_STAT_FLG);
1995 if (stat & UDC_MISS_IN)
2002 if (stat & UDC_NO_RXPACKET)
2004 else if (stat & UDC_ISO_ERR)
2006 else if (stat & UDC_DATA_FLUSH)
2158 "\n%s %s%s%sirqs %ld stat %04x " EIGHTBITS FOURBITS "%s\n",