Searched refs:_msg (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/cmdq/drv/cmdq/ |
| H A D | drvCMDQ.c | 223 #define _msg(fmt, ...) macro 228 #define _msg(fmt, ...) do { if(_u32CMDQDBGLevel) LOGD(fmt, ##__VA_ARGS__); } while(0) macro 235 #define _msg(fmt, ...) printf(fmt, ##__VA_ARGS__) macro 264 #define _msg(fmt, ...) //_log(1, __PRETTY_FUNCTION__, __LINE__, fmt, ##__VA_ARGS__) macro 337 _msg(" cmdq(%d) cmd=0x%02X -> |L| %02x %02x %02x %02x %02x %02x %02x %02x |H|\n", in InsertOneCommand() 363 _msg("Command: op: 0x%02x (%c) dest_addr: 0x%08x, dest_value: %04x, mask: %04x\n", in IssueCommand() 406 …_msg("\033[35mthis is polling equal command, which will finished with software interrupt: 0x1\033[… in IssueCommand() 456 _msg("add null command\n"); in IssueCommand() 574 _msg("set _ctx[%d].shm->buffer_wr to 0x%X\n", hnd, _ctx[hnd].shm->buffer_wr); in MDrv_CMDQv2_Init() 579 _msg("IS_STR_RESUME is %d\n", IS_STR_RESUME); in MDrv_CMDQv2_Init() [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/arpa/ |
| H A D | nameser.h | 113 const u_char *_msg, *_eom; member 131 #define ns_msg_base(handle) ((handle)._msg + 0) 133 #define ns_msg_size(handle) ((handle)._eom - (handle)._msg)
|
| /utopia/UTPA2-700.0.x/modules/cmdq/hal/M7821/cmdq/ |
| H A D | halCMDQ.c | 117 #define _msg(fmt, ...) macro 122 #define _msg(fmt, ...) do { if(_u32CMDQDBGLevel) LOGD(fmt, ##__VA_ARGS__); } while(0) macro 129 #define _msg(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
|
| /utopia/UTPA2-700.0.x/modules/cmdq/hal/maserati/cmdq/ |
| H A D | halCMDQ.c | 117 #define _msg(fmt, ...) macro 122 #define _msg(fmt, ...) do { if(_u32CMDQDBGLevel) LOGD(fmt, ##__VA_ARGS__); } while(0) macro 129 #define _msg(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
|