Searched refs:OP_USBMODE (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/usb/chipidea/ |
| H A D | core.c | 66 [OP_USBMODE] = 0x68U, 92 [OP_USBMODE] = 0xC8U, 408 is_device_mode = hw_read(ci, OP_USBMODE, USBMODE_CM) == USBMODE_CM_DC; in ci_platform_configure() 409 is_host_mode = hw_read(ci, OP_USBMODE, USBMODE_CM) == USBMODE_CM_HC; in ci_platform_configure() 415 hw_write(ci, OP_USBMODE, USBMODE_CI_SDIS, in ci_platform_configure() 423 hw_write(ci, OP_USBMODE, USBMODE_CI_SDIS, in ci_platform_configure() 503 hw_write(ci, OP_USBMODE, USBMODE_CM, USBMODE_CM_IDLE); in hw_device_reset() 504 hw_write(ci, OP_USBMODE, USBMODE_CM, USBMODE_CM_DC); in hw_device_reset() 506 hw_write(ci, OP_USBMODE, USBMODE_SLOM, USBMODE_SLOM); in hw_device_reset() 508 if (hw_read(ci, OP_USBMODE, USBMODE_CM) != USBMODE_CM_DC) { in hw_device_reset()
|
| H A D | ci_hdrc_npcm.c | 28 hw_write(ci, OP_USBMODE, 0xffffffff, 0x0); in npcm_udc_notify_event()
|
| H A D | ci.h | 62 OP_USBMODE, enumerator
|
| H A D | debug.c | 265 tmp_reg = hw_read(ci, OP_USBMODE, ~0); in ci_registers_show()
|
| H A D | udc.c | 2213 if (hw_read(ci, OP_USBMODE, USBMODE_CM) != in udc_irq()
|