Lines Matching refs:stat
372 dev_vdbg(dev->dev, "complete %s req %p stat %d len %u/%u buf %p\n",
1704 net2272_handle_stat0_irqs(struct net2272 *dev, u8 stat)
1710 if (unlikely(stat & (1 << SETUP_PACKET_INTERRUPT))) {
1731 stat &= ~(1 << ENDPOINT_0_INTERRUPT);
1787 stat ^= (1 << SETUP_PACKET_INTERRUPT);
1826 dev_vdbg(dev->dev, "%s stat %02x\n",
1840 dev_vdbg(dev->dev, "device stat %02x\n", status);
1920 dev_vdbg(dev->dev, "req %02x.%02x protocol STALL; stat %d\n",
1925 } else if (stat & (1 << DMA_DONE_INTERRUPT)) {
1928 stat &= ~(1 << DMA_DONE_INTERRUPT);
1938 scratch = stat & 0x0f;
1939 stat &= ~0x0f;
1954 stat &= ~(1 << SOF_INTERRUPT);
1956 if (stat)
1957 dev_dbg(dev->dev, "unhandled irqstat0 %02x\n", stat);
1961 net2272_handle_stat1_irqs(struct net2272 *dev, u8 stat)
1969 if (stat & tmp) {
1979 if ((stat & (1 << VBUS_INTERRUPT)) &&
1985 } else if ((stat & (1 << ROOT_PORT_RESET_INTERRUPT)) &&
2007 stat &= ~tmp;
2009 if (!stat)
2014 if (stat & tmp) {
2016 if (stat & (1 << SUSPEND_REQUEST_INTERRUPT)) {
2020 stat &= ~(1 << SUSPEND_REQUEST_INTERRUPT);
2027 stat &= ~tmp;
2031 if (stat)
2032 net2272_write(dev, IRQSTAT1, stat);
2035 stat &= ~((1 << CONTROL_STATUS_INTERRUPT)
2038 if (!stat)
2041 dev_dbg(dev->dev, "unhandled irqstat1 %02x\n", stat);