Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI.h1166 #define PORT_USB11(x) (((x)&(3<<10))==(1<<10)) /* is USB 1.1 device */ macro
H A DdrvEhciHcd.c1792 && PORT_USB11 (temp)) { in ehci_hub_control()