Home
last modified time | relevance | path

Searched refs:HCC_ISO_THRES (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI.h312 #define HCC_ISO_THRES(p) (((p)>>4)&0x7) /* Isochronous Scheduling Threshold */ macro
H A DdrvEhciHcd.c2361 ehci->u32IThresh = 2 + HCC_ISO_THRES (u32HccParams); in ms_ehci_begin()