Lines Matching refs:DEBUG

102 #define DEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)  macro
105 #define DEBUG(...) do { } while (0) macro
193 DEBUG("REG[0x%04X]", idx); in atom_get_src_int()
228 DEBUG("PS[0x%02X,0x%04X]", idx, val); in atom_get_src_int()
234 DEBUG("WS[0x%02X]", idx); in atom_get_src_int()
272 DEBUG("ID[0x%04X+%04X]", idx, gctx->data_block); in atom_get_src_int()
274 DEBUG("ID[0x%04X]", idx); in atom_get_src_int()
288 DEBUG("FB[0x%02X]", idx); in atom_get_src_int()
296 DEBUG("IMM 0x%08X\n", val); in atom_get_src_int()
304 DEBUG("IMM 0x%04X\n", val); in atom_get_src_int()
313 DEBUG("IMM 0x%02X\n", val); in atom_get_src_int()
321 DEBUG("PLL[0x%02X]", idx); in atom_get_src_int()
328 DEBUG("MC[0x%02X]", idx); in atom_get_src_int()
339 DEBUG(".[31:0] -> 0x%08X\n", val); in atom_get_src_int()
342 DEBUG(".[15:0] -> 0x%04X\n", val); in atom_get_src_int()
345 DEBUG(".[23:8] -> 0x%04X\n", val); in atom_get_src_int()
348 DEBUG(".[31:16] -> 0x%04X\n", val); in atom_get_src_int()
351 DEBUG(".[7:0] -> 0x%02X\n", val); in atom_get_src_int()
354 DEBUG(".[15:8] -> 0x%02X\n", val); in atom_get_src_int()
357 DEBUG(".[23:16] -> 0x%02X\n", val); in atom_get_src_int()
360 DEBUG(".[31:24] -> 0x%02X\n", val); in atom_get_src_int()
465 DEBUG("REG[0x%04X]", idx); in atom_put_dst()
498 DEBUG("PS[0x%02X]", idx); in atom_put_dst()
504 DEBUG("WS[0x%02X]", idx); in atom_put_dst()
542 DEBUG("FB[0x%02X]", idx); in atom_put_dst()
547 DEBUG("PLL[0x%02X]", idx); in atom_put_dst()
553 DEBUG("MC[0x%02X]", idx); in atom_put_dst()
559 DEBUG(".[31:0] <- 0x%08X\n", old_val); in atom_put_dst()
562 DEBUG(".[15:0] <- 0x%04X\n", old_val); in atom_put_dst()
565 DEBUG(".[23:8] <- 0x%04X\n", old_val); in atom_put_dst()
568 DEBUG(".[31:16] <- 0x%04X\n", old_val); in atom_put_dst()
571 DEBUG(".[7:0] <- 0x%02X\n", old_val); in atom_put_dst()
574 DEBUG(".[15:8] <- 0x%02X\n", old_val); in atom_put_dst()
577 DEBUG(".[23:16] <- 0x%02X\n", old_val); in atom_put_dst()
580 DEBUG(".[31:24] <- 0x%02X\n", old_val); in atom_put_dst()