Searched refs:ULPI_RUN (Results 1 – 2 of 2) sorted by relevance
36 #define ULPI_RUN (1 << 30) macro
54 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()