Lines Matching full:ulpi
2 * Generic ULPI interface.
11 * linux/include/linux/usb/ulpi.h
29 * ulpi view port address and
40 * Initialize the ULPI transciever and check the interface integrity.
41 * @ulpi_vp - structure containing ULPI viewport data
114 * Reset the transceiver. ULPI interface and registers are not affected.
121 /* ULPI access methods below must be implemented for each ULPI viewport. */
124 * Write to the ULPI PHY register via the viewport.
125 * @reg - the ULPI register (one of the fields in struct ulpi_regs).
126 * Due to ULPI design, only 8 lsb of address are used.
134 * Read the ULPI PHY register content via the viewport.
135 * @reg - the ULPI register (one of the fields in struct ulpi_regs).
136 * Due to ULPI design, only 8 lsb of address are used.
163 /* ULPI registers, bits and offsets definitions */