Searched refs:HCINT_SO (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/usb/host/ | ||
D | isp116x.h | 52 #define HCINT_SO (1 << 0) /* scheduling overrun */ macro |
D | isp116x-hcd.c | 1167 mask & HCINT_SF ? " sof" : "", mask & HCINT_SO ? " so" : ""); in dump_int() |