Home
last modified time | relevance | path

Searched refs:USB_MODE_ES (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/usb/phy/
H A Dphy-fsl-usb.h183 #define USB_MODE_ES (0x1<<2) /* Endian Select */ macro
H A Dphy-fsl-usb.c904 temp = USB_MODE_STREAM_DISABLE | (pdata->es ? USB_MODE_ES : 0); in usb_otg_start()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_usb2_udc.h287 #define USB_MODE_ES 0x00000004 /* Endian Select */ macro
H A Dfsl_udc_core.c301 tmp |= USB_MODE_ES; in dr_controller_setup()