Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h16 /* Bit Stuff */ USB_ST_BIT_ERR,
20 /* PIDCheck */ USB_ST_BIT_ERR,
21 /* UnExpPID */ USB_ST_BIT_ERR,
/OK3568_Linux_fs/u-boot/include/
H A Dusb_defs.h200 #define USB_ST_BIT_ERR 0x40 /* Bitstuff error */ macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-hcd.c149 /* Bit Stuff */ USB_ST_BIT_ERR,
153 /* PIDCheck */ USB_ST_BIT_ERR,
154 /* UnExpPID */ USB_ST_BIT_ERR,
/OK3568_Linux_fs/u-boot/common/
H A Dusb_storage.c360 (tmp & USB_ST_BIT_ERR) ? "Bitstuff Error" : ""); in display_int_status()