Searched refs:OP_USBMODE (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/usb/chipidea/ |
D | core.c | 90 [OP_USBMODE] = 0x68U, 115 [OP_USBMODE] = 0xC8U, 425 is_device_mode = hw_read(ci, OP_USBMODE, USBMODE_CM) == USBMODE_CM_DC; in ci_platform_configure() 426 is_host_mode = hw_read(ci, OP_USBMODE, USBMODE_CM) == USBMODE_CM_HC; in ci_platform_configure() 432 hw_write(ci, OP_USBMODE, USBMODE_CI_SDIS, in ci_platform_configure() 440 hw_write(ci, OP_USBMODE, USBMODE_CI_SDIS, in ci_platform_configure() 520 hw_write(ci, OP_USBMODE, USBMODE_CM, USBMODE_CM_IDLE); in hw_device_reset() 521 hw_write(ci, OP_USBMODE, USBMODE_CM, USBMODE_CM_DC); in hw_device_reset() 523 hw_write(ci, OP_USBMODE, USBMODE_SLOM, USBMODE_SLOM); in hw_device_reset() 525 if (hw_read(ci, OP_USBMODE, USBMODE_CM) != USBMODE_CM_DC) { in hw_device_reset()
|
D | ci.h | 59 OP_USBMODE, enumerator
|
D | debug.c | 319 tmp_reg = hw_read(ci, OP_USBMODE, ~0); in ci_registers_show()
|
D | udc.c | 1868 if (hw_read(ci, OP_USBMODE, USBMODE_CM) != in udc_irq()
|