Lines Matching refs:INTC_LOG

44 # define INTC_LOG(...) LOG_INF(__VA_ARGS__)  macro
46 # define INTC_LOG(...) do {} while (false) macro
280 INTC_LOG("....Unusable: reserved"); in is_vect_desc_usable()
284 INTC_LOG("....Unusable: special-purpose int"); in is_vect_desc_usable()
291 INTC_LOG("....Unusable: incompatible priority"); in is_vect_desc_usable()
297 INTC_LOG("....Unusable: incompatible trigger type"); in is_vect_desc_usable()
304 INTC_LOG("....Unusable: reserved at runtime."); in is_vect_desc_usable()
312 INTC_LOG("....Unusable: already in (non-shared) use."); in is_vect_desc_usable()
326 INTC_LOG("....Unusable: shared but iram prop doesn't match"); in is_vect_desc_usable()
334 INTC_LOG("...Unusable: int is shared, we need non-shared."); in is_vect_desc_usable()
339 INTC_LOG("....Unusable: already allocated"); in is_vect_desc_usable()
367 INTC_LOG("%s: try to find existing. Cpu: %d, Source: %d", __func__, cpu, source); in get_available_int()
372 INTC_LOG("%s: existing vd found. intno: %d", __func__, vd->intno); in get_available_int()
374 INTC_LOG("%s: intr forced but not match existing. " in get_available_int()
377 INTC_LOG("%s: existing vd invalid.", __func__); in get_available_int()
384 INTC_LOG("%s: try to find force. " in get_available_int()
396 INTC_LOG("%s: forced vd invalid.", __func__); in get_available_int()
401 INTC_LOG("%s: start looking. Current cpu: %d", __func__, cpu); in get_available_int()
415 INTC_LOG("Int %d reserved %d level %d %s hasIsr %d", in get_available_int()
449 INTC_LOG("...int %d more usable as a shared int: " in get_available_int()
452 INTC_LOG("...worse than int %d", best); in get_available_int()
466 INTC_LOG("...int %d usable as new shared int", x); in get_available_int()
469 INTC_LOG("...already have a shared int"); in get_available_int()
481 INTC_LOG("...worse than int %d", best); in get_available_int()
485 INTC_LOG("%s: using int %d", __func__, best); in get_available_int()
524 INTC_LOG("%s (cpu %d): checking args", __func__, esp_cpu_get_core_id()); in esp_intr_alloc_intrstatus()
563 INTC_LOG("%s (cpu %d): Args okay." in esp_intr_alloc_intrstatus()
776 INTC_LOG("%s: Deleting shared int: %s. " in esp_intr_free()
782 INTC_LOG("%s: Disabling int, killing handler", __func__); in esp_intr_free()