Lines Matching refs:ALCHLOG

47 # define ALCHLOG(...) ESP_EARLY_LOGD(TAG, __VA_ARGS__)  macro
49 # define ALCHLOG(...) do {} while (0) macro
246 ALCHLOG("....Unusable: reserved"); in is_vect_desc_usable()
250 ALCHLOG("....Unusable: special-purpose int"); in is_vect_desc_usable()
257 ALCHLOG("....Unusable: incompatible priority"); in is_vect_desc_usable()
263 ALCHLOG("....Unusable: incompatible trigger type"); in is_vect_desc_usable()
270 ALCHLOG("....Unusable: reserved at runtime."); in is_vect_desc_usable()
278 ALCHLOG("....Unusable: already in (non-shared) use."); in is_vect_desc_usable()
288 ALCHLOG("....Unusable: shared but iram prop doesn't match"); in is_vect_desc_usable()
293 ALCHLOG("...Unusable: int is shared, we need non-shared."); in is_vect_desc_usable()
298 ALCHLOG("....Unusable: already allocated"); in is_vect_desc_usable()
324 ALCHLOG("get_available_int: try to find existing. Cpu: %d, Source: %d", cpu, source); in get_available_int()
328 ALCHLOG("get_avalible_int: existing vd found. intno: %d", vd->intno); in get_available_int()
330ALCHLOG("get_avalible_int: intr forced but not matach existing. existing intno: %d, force: %d", vd… in get_available_int()
332 ALCHLOG("get_avalible_int: existing vd invalid."); in get_available_int()
339ALCHLOG("get_available_int: try to find force. Cpu: %d, Source: %d, Force: %d", cpu, source, force… in get_available_int()
350 ALCHLOG("get_avalible_int: forced vd invalid."); in get_available_int()
355 ALCHLOG("get_free_int: start looking. Current cpu: %d", cpu); in get_available_int()
368 ALCHLOG("Int %d reserved %d priority %d %s hasIsr %d", in get_available_int()
394ALCHLOG("...int %d more usable as a shared int: has %d existing vectors", x, no); in get_available_int()
396 ALCHLOG("...worse than int %d", best); in get_available_int()
406 ALCHLOG("...int %d usable as a new shared int", x); in get_available_int()
409 ALCHLOG("...already have a shared int"); in get_available_int()
418 ALCHLOG("...worse than int %d", best); in get_available_int()
422 ALCHLOG("get_available_int: using int %d", best); in get_available_int()