Home
last modified time | relevance | path

Searched refs:PORT_PTS_ULPI (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/configs/
Dmx51evk.h67 #define CONFIG_MXC_USB_PORTSC PORT_PTS_ULPI
/external/u-boot/drivers/usb/host/
Dehci-msm.c67 writel(PORT_PTS_ULPI, &ehci->portsc); in msm_init_after_reset()
Dehci-fsl.c259 out_le32(&(hcor)->or_portsc[0], PORT_PTS_ULPI); in ehci_fsl_init()
/external/u-boot/include/usb/
Dehci-ci.h23 #define PORT_PTS_ULPI (2 << 30) macro