Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/usb/
Dmsm_hsusb_hw.h36 #define ULPI_RUN (1 << 30) macro
/linux-2.6.39/drivers/usb/otg/
Dmsm_otg.c54 writel(ULPI_RUN | ULPI_READ | ULPI_ADDR(reg), in ulpi_read()
59 if (!(readl(USB_ULPI_VIEWPORT) & ULPI_RUN)) in ulpi_read()
79 writel(ULPI_RUN | ULPI_WRITE | in ulpi_write()
85 if (!(readl(USB_ULPI_VIEWPORT) & ULPI_RUN)) in ulpi_write()