OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QTD_STAT_TRANS_ERR
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.h
57
#define
QTD_STAT_TRANS_ERR
0x08
62
#define QTD_STAT_ERR_MASK (
QTD_STAT_TRANS_ERR
| QTD_STAT_BABBLE_ERR | QTD_STAT_BUFF_ERR)
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.h
53
#define
QTD_STAT_TRANS_ERR
0x08
58
#define QTD_STAT_ERR_MASK (
QTD_STAT_TRANS_ERR
| QTD_STAT_BABBLE_ERR | QTD_STAT_BUFF_ERR)
Completed in 769 milliseconds