Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h16 /* Bit Stuff */ USB_ST_BIT_ERR,
20 /* PIDCheck */ USB_ST_BIT_ERR,
21 /* UnExpPID */ USB_ST_BIT_ERR,
/external/u-boot/include/
Dusb_defs.h199 #define USB_ST_BIT_ERR 0x40 /* Bitstuff error */ macro
/external/u-boot/drivers/usb/host/
Dohci-hcd.c145 /* Bit Stuff */ USB_ST_BIT_ERR,
149 /* PIDCheck */ USB_ST_BIT_ERR,
150 /* UnExpPID */ USB_ST_BIT_ERR,
/external/u-boot/common/
Dusb_storage.c359 (tmp & USB_ST_BIT_ERR) ? "Bitstuff Error" : ""); in display_int_status()