OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFG_EBASE
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/dspbridge/inc/
errbase.h
460
#define
CFG_EBASE
(DSP_COMP_EBASE + 0x200)
465
#define CFG_E_INVALIDPOINTER (
CFG_EBASE
+ 0x00)
470
#define CFG_E_INVALIDHDEVNODE (
CFG_EBASE
+ 0x01)
475
#define CFG_E_RESOURCENOTAVAIL (
CFG_EBASE
+ 0x02)
480
#define CFG_E_INVALIDBOARDNAME (
CFG_EBASE
+ 0x03)
485
#define CFG_E_INVALIDUNITNUM (
CFG_EBASE
+ 0x04)
490
#define CFG_E_INSUFFICIENTBUFSIZE (
CFG_EBASE
+ 0x05)
[
all
...]
/hardware/ti/omap3/dspbridge/libbridge/inc/
errbase.h
460
#define
CFG_EBASE
(DSP_COMP_EBASE + 0x200)
465
#define CFG_E_INVALIDPOINTER (
CFG_EBASE
+ 0x00)
470
#define CFG_E_INVALIDHDEVNODE (
CFG_EBASE
+ 0x01)
475
#define CFG_E_RESOURCENOTAVAIL (
CFG_EBASE
+ 0x02)
480
#define CFG_E_INVALIDBOARDNAME (
CFG_EBASE
+ 0x03)
485
#define CFG_E_INVALIDUNITNUM (
CFG_EBASE
+ 0x04)
490
#define CFG_E_INSUFFICIENTBUFSIZE (
CFG_EBASE
+ 0x05)
[
all
...]
Completed in 195 milliseconds