Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dehci_def.h161 #define USBMODE_BE (1<<2) /* BE/LE endianness select */ macro
/openbmc/u-boot/drivers/usb/host/
H A Dehci.h77 #define USBMODE_BE (1 << 2) /* BE/LE endiannes select */ macro
H A Dehci-hcd.c135 tmp |= USBMODE_BE; in ehci_set_usbmode()
137 tmp &= ~USBMODE_BE; in ehci_set_usbmode()
/openbmc/linux/drivers/usb/host/
H A Dehci-hcd.c223 tmp |= USBMODE_BE; in tdi_reset()