Home
last modified time | relevance | path

Searched refs:OUT_DOWN (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/isdn/hisax/
Dst5481.h123 #define OUT_DOWN 0x04 /* Out fifo thresholdl down-crossed */ macro
128 #define ANY_XMIT_INT (OUT_UNDERRUN + OUT_UP + OUT_DOWN + OUT_COUNTER_ZEROED)
Dst5481_b.c47 if (b_out->flow_event & (OUT_DOWN | OUT_UNDERRUN)) { in usb_b_out()
230 OUT_UP + OUT_DOWN + OUT_UNDERRUN, NULL, NULL); in st5481B_mode()
Dst5481_usb.c216 if (irqbyte & OUT_DOWN) in usb_int_complete()