Searched refs:HCC_ISOC_THRES (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/drivers/usb/isp1760/
H A Disp1760-regs.h35 #define HCC_ISOC_THRES(p) (((p) >> 4) & 0x7) /* bits 6:4, uframes cached */ macro
H A Disp1760-hcd.c459 priv->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); priv_init()
/linux-4.1.27/include/linux/usb/
H A Dehci_def.h57 #define HCC_ISOC_THRES(p) (((p)>>4)&0x7) /* bits 6:4, uframes cached */ macro
/linux-4.1.27/drivers/usb/host/
H A Doxu210hp.h81 #define HCC_ISOC_THRES(p) (((p)>>4)&0x7) /* bits 6:4, uframes cached */ macro
H A Dehci-dbg.c87 HCC_ISOC_THRES(params), dbg_hcc_params()
H A Dehci-hcd.c512 ehci->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); ehci_init()
H A Doxu210hp-hcd.c2618 oxu->i_thresh = 2 + HCC_ISOC_THRES(hcc_params); oxu_hcd_init()

Completed in 206 milliseconds