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