Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dehci-fsl.h22 #define USBMODE_ES (1 << 2) /* (Big) Endian Select */ macro
H A Dehci-fsl.c524 tmp = USBMODE_CM_HOST | (pdata->es ? USBMODE_ES : 0); in ehci_fsl_mpc512x_drv_resume()