Home
last modified time | relevance | path

Searched refs:HCC_ISOC_THRES (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dehci_def.h58 #define HCC_ISOC_THRES(p) (((p)>>4)&0x7) /* bits 6:4, uframes cached */ macro
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-regs.h32 #define HCC_ISOC_THRES(p) (((p) >> 4) & 0x7) /* bits 6:4, uframes cached */ macro
H A Disp1760-hcd.c456 priv->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); in priv_init()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-hcd.c510 ehci->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); in ehci_init()
H A Dehci-dbg.c67 HCC_ISOC_THRES(params), in dbg_hcc_params()
H A Doxu210hp-hcd.c113 #define HCC_ISOC_THRES(p) (((p)>>4)&0x7) /* bits 6:4, uframes cached */ macro
3033 oxu->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); in oxu_hcd_init()