Lines Matching refs:ulpi_print

240 #define ulpi_print(name, reg) do { \  in ulpi_regs_show()  macro
247 ulpi_print("Vendor ID Low ", ULPI_VENDOR_ID_LOW); in ulpi_regs_show()
248 ulpi_print("Vendor ID High ", ULPI_VENDOR_ID_HIGH); in ulpi_regs_show()
249 ulpi_print("Product ID Low ", ULPI_PRODUCT_ID_LOW); in ulpi_regs_show()
250 ulpi_print("Product ID High ", ULPI_PRODUCT_ID_HIGH); in ulpi_regs_show()
251 ulpi_print("Function Control ", ULPI_FUNC_CTRL); in ulpi_regs_show()
252 ulpi_print("Interface Control ", ULPI_IFC_CTRL); in ulpi_regs_show()
253 ulpi_print("OTG Control ", ULPI_OTG_CTRL); in ulpi_regs_show()
254 ulpi_print("USB Interrupt Enable Rising ", ULPI_USB_INT_EN_RISE); in ulpi_regs_show()
255 ulpi_print("USB Interrupt Enable Falling", ULPI_USB_INT_EN_FALL); in ulpi_regs_show()
256 ulpi_print("USB Interrupt Status ", ULPI_USB_INT_STS); in ulpi_regs_show()
257 ulpi_print("USB Interrupt Latch ", ULPI_USB_INT_LATCH); in ulpi_regs_show()
258 ulpi_print("Debug ", ULPI_DEBUG); in ulpi_regs_show()
259 ulpi_print("Scratch Register ", ULPI_SCRATCH); in ulpi_regs_show()
260 ulpi_print("Carkit Control ", ULPI_CARKIT_CTRL); in ulpi_regs_show()
261 ulpi_print("Carkit Interrupt Delay ", ULPI_CARKIT_INT_DELAY); in ulpi_regs_show()
262 ulpi_print("Carkit Interrupt Enable ", ULPI_CARKIT_INT_EN); in ulpi_regs_show()
263 ulpi_print("Carkit Interrupt Status ", ULPI_CARKIT_INT_STS); in ulpi_regs_show()
264 ulpi_print("Carkit Interrupt Latch ", ULPI_CARKIT_INT_LATCH); in ulpi_regs_show()
265 ulpi_print("Carkit Pulse Control ", ULPI_CARKIT_PLS_CTRL); in ulpi_regs_show()
266 ulpi_print("Transmit Positive Width ", ULPI_TX_POS_WIDTH); in ulpi_regs_show()
267 ulpi_print("Transmit Negative Width ", ULPI_TX_NEG_WIDTH); in ulpi_regs_show()
268 ulpi_print("Receive Polarity Recovery ", ULPI_POLARITY_RECOVERY); in ulpi_regs_show()