OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COD_EBASE
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/dspbridge/inc/
errbase.h
520
#define
COD_EBASE
(DSP_COMP_EBASE + 0x400)
525
#define COD_E_NOSYMBOLSLOADED (
COD_EBASE
+ 0x00)
530
#define COD_E_SYMBOLNOTFOUND (
COD_EBASE
+ 0x01)
535
#define COD_E_NOZLFUNCTIONS (
COD_EBASE
+ 0x02)
540
#define COD_E_ZLCREATEFAILED (
COD_EBASE
+ 0x03)
545
#define COD_E_OPENFAILED (
COD_EBASE
+ 0x04)
550
#define COD_E_LOADFAILED (
COD_EBASE
+ 0x05)
555
#define COD_E_READFAILED (
COD_EBASE
+ 0x06)
[
all
...]
/hardware/ti/omap3/dspbridge/libbridge/inc/
errbase.h
520
#define
COD_EBASE
(DSP_COMP_EBASE + 0x400)
525
#define COD_E_NOSYMBOLSLOADED (
COD_EBASE
+ 0x00)
530
#define COD_E_SYMBOLNOTFOUND (
COD_EBASE
+ 0x01)
535
#define COD_E_NOZLFUNCTIONS (
COD_EBASE
+ 0x02)
540
#define COD_E_ZLCREATEFAILED (
COD_EBASE
+ 0x03)
545
#define COD_E_OPENFAILED (
COD_EBASE
+ 0x04)
550
#define COD_E_LOADFAILED (
COD_EBASE
+ 0x05)
555
#define COD_E_READFAILED (
COD_EBASE
+ 0x06)
[
all
...]
Completed in 45 milliseconds