Home
last modified time | relevance | path

Searched refs:USBMODE_CM_HC (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/usb/
H A Dehci_def.h162 #define USBMODE_CM_HC (3<<0) /* host controller mode */ macro
/linux/drivers/usb/host/
H A Dehci-hcd.c174 return (tmp & 3) == USBMODE_CM_HC; in tdi_in_host_mode()
217 tmp |= USBMODE_CM_HC; in tdi_reset()