Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/ulpi/
H A Dulpi-viewport.c22 #define ULPI_RWCTRL (1 << 29) macro
95 u32 val = ULPI_RWRUN | ULPI_RWCTRL | addr << 16 | (value & 0xff); in ulpi_write()