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