Searched refs:irqbyte (Results 1 – 1 of 1) sorted by relevance
178 u8 irqbyte; in usb_int_complete() local205 irqbyte = data[MPINT]; in usb_int_complete()206 if (irqbyte & DEN_INT) in usb_int_complete()209 if (irqbyte & DCOLL_INT) in usb_int_complete()212 irqbyte = data[FFINT_D]; in usb_int_complete()213 if (irqbyte & OUT_UNDERRUN) in usb_int_complete()216 if (irqbyte & OUT_DOWN) in usb_int_complete()219 irqbyte = data[MPINT]; in usb_int_complete()220 if (irqbyte & RXCI_INT) in usb_int_complete()