Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dehci_def.h163 #define USBMODE_CM_IDLE (0<<0) /* idle state */ macro
/openbmc/u-boot/drivers/usb/host/
H A Dehci.h79 #define USBMODE_CM_IDLE (0 << 0) /* idle state */ macro
/openbmc/linux/drivers/usb/chipidea/
H A Dcore.c502 hw_write(ci, OP_USBMODE, USBMODE_CM, USBMODE_CM_IDLE); in hw_device_reset()