Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dehci.h174 #define HCC_ISOC_THRES(p) (((p)>>4)&0x7) /* bits 6:4, uframes cached */ macro
Dehci-hcd.c390 ehci->i_thresh = 2 + HCC_ISOC_THRES (hcc_params); in ehci_start()
Dehci-dbg.c114 HCC_ISOC_THRES (params), in dbg_hcc_params()