Home
last modified time | relevance | path

Searched defs:HCC_ISOC_THRES (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dehci_def.h45 #define HCC_ISOC_THRES(p) (((p)>>4)&0x7) /* bits 6:4, uframes cached */ macro
/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-regs.h75 HCC_ISOC_CACHE, HCC_ISOC_THRES, enumerator
/openbmc/linux/drivers/usb/host/
H A Doxu210hp-hcd.c113 #define HCC_ISOC_THRES(p) (((p)>>4)&0x7) /* bits 6:4, uframes cached */ macro