Searched refs:condition (Results 1 – 2 of 2) sorted by relevance
201 #define DBG_CHECK(condition, error) \ argument203 if (!(condition)) { \205 error, __func__, __LINE__, #condition); \210 #define DBG_CHECK(condition, error) argument219 #define SEDI_ASSERT(condition) \ argument221 if (!(condition)) { \223 __func__, __LINE__, #condition); \228 #define SEDI_ASSERT(condition) argument
64 #got out of IPAPG, jumped here from ROM if there was no abort condition94 #we didn't go through ROM, clear PG_EN bit and return an abort condition to AON