Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/configs/
H A Dmx51evk.h77 #define CONFIG_MXC_USB_PORTSC PORT_PTS_ULPI
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-msm.c66 writel(PORT_PTS_ULPI, &ehci->portsc); in msm_init_after_reset()
H A Dehci-fsl.c268 out_le32(&(hcor)->or_portsc[0], PORT_PTS_ULPI); in ehci_fsl_init()
/rk3399_rockchip-uboot/include/usb/
H A Dehci-ci.h24 #define PORT_PTS_ULPI (2 << 30) macro