Home
last modified time | relevance | path

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

/drivers/usb/host/
A Dehci-mx5.c82 #ifndef CFG_MXC_USB_PORTSC
83 #define CFG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) macro
304 __raw_writel(CFG_MXC_USB_PORTSC, &ehci->portsc); in ehci_usb_probe()
A Dehci-mx6.c72 #ifndef CFG_MXC_USB_PORTSC
73 #define CFG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) macro
413 writel(CFG_MXC_USB_PORTSC, &ehci->portsc); in ehci_hcd_init()
456 return CFG_MXC_USB_PORTSC; in mx6_portsc()

Completed in 6 milliseconds