Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dusb_defs.h199 #define USB_ST_BIT_ERR 0x40 /* Bitstuff error */ macro
/openbmc/u-boot/drivers/usb/host/
H A Dohci-hcd.c145 /* Bit Stuff */ USB_ST_BIT_ERR,
149 /* PIDCheck */ USB_ST_BIT_ERR,
150 /* UnExpPID */ USB_ST_BIT_ERR,
/openbmc/u-boot/common/
H A Dusb_storage.c356 (tmp & USB_ST_BIT_ERR) ? "Bitstuff Error" : ""); in display_int_status()