Searched refs:ulpi_print (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/usb/common/ |
D | ulpi.c | 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() [all …]
|