Searched refs:TIDEBUG_MSG (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/dev/pms/RefTisa/tisa/api/ |
| H A D | tiglobal.h | 39 #ifndef TIDEBUG_MSG 40 #define TIDEBUG_MSG(mask, val, format) macro 47 #define TI_DBG1(a) TIDEBUG_MSG(gTiDebugLevel,1, a ) 48 #define TI_DBG2(a) TIDEBUG_MSG(gTiDebugLevel,2, a ) 49 #define TI_DBG3(a) TIDEBUG_MSG(gTiDebugLevel,3, a ) 50 #define TI_DBG4(a) TIDEBUG_MSG(gTiDebugLevel,4, a ) 52 #define TI_DBG6(a) TIDEBUG_MSG(gTiDebugLevel,6, a ) 56 #define TI_BIT1(a) TIDEBUG_MSG(gTiDebugMask,0x00000001, a ) 57 #define TI_BIT2(a) TIDEBUG_MSG(gTiDebugMask,0x00000002, a ) 58 #define TI_BIT3(a) TIDEBUG_MSG(gTiDebugMask,0x00000004, a ) [all …]
|
| /freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | ossa.h | 34 #define ossaLogDebugString TIDEBUG_MSG 37 #define tddmLogDebugString TIDEBUG_MSG 40 #define tdsmLogDebugString TIDEBUG_MSG
|
| H A D | ossacmnapi.c | 7493 TIDEBUG_MSG(gLLDebugLevel, level, ("%s %p %p %d %d\n", string, ptr1, ptr2, value1, value2)); in ossaLogDebugString()
|
| /freebsd-14.2/sys/dev/pms/freebsd/driver/common/ |
| H A D | osdebug.h | 77 #define TIDEBUG_MSG(mask, val, format) \ macro 102 #define TIDEBUG_MSG(mask, val, format) macro
|