Lines Matching refs:DEBUG

95 #define DEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)  macro
98 #define DEBUG(...) do { } while (0) macro
186 DEBUG("REG[0x%04X]", idx); in atom_get_src_int()
224 DEBUG("PS[0x%02X,0x%04X]", idx, val); in atom_get_src_int()
230 DEBUG("WS[0x%02X]", idx); in atom_get_src_int()
268 DEBUG("ID[0x%04X+%04X]", idx, gctx->data_block); in atom_get_src_int()
270 DEBUG("ID[0x%04X]", idx); in atom_get_src_int()
284 DEBUG("FB[0x%02X]", idx); in atom_get_src_int()
292 DEBUG("IMM 0x%08X\n", val); in atom_get_src_int()
300 DEBUG("IMM 0x%04X\n", val); in atom_get_src_int()
309 DEBUG("IMM 0x%02X\n", val); in atom_get_src_int()
317 DEBUG("PLL[0x%02X]", idx); in atom_get_src_int()
324 DEBUG("MC[0x%02X]", idx); in atom_get_src_int()
335 DEBUG(".[31:0] -> 0x%08X\n", val); in atom_get_src_int()
338 DEBUG(".[15:0] -> 0x%04X\n", val); in atom_get_src_int()
341 DEBUG(".[23:8] -> 0x%04X\n", val); in atom_get_src_int()
344 DEBUG(".[31:16] -> 0x%04X\n", val); in atom_get_src_int()
347 DEBUG(".[7:0] -> 0x%02X\n", val); in atom_get_src_int()
350 DEBUG(".[15:8] -> 0x%02X\n", val); in atom_get_src_int()
353 DEBUG(".[23:16] -> 0x%02X\n", val); in atom_get_src_int()
356 DEBUG(".[31:24] -> 0x%02X\n", val); in atom_get_src_int()
461 DEBUG("REG[0x%04X]", idx); in atom_put_dst()
497 DEBUG("PS[0x%02X]", idx); in atom_put_dst()
503 DEBUG("WS[0x%02X]", idx); in atom_put_dst()
541 DEBUG("FB[0x%02X]", idx); in atom_put_dst()
546 DEBUG("PLL[0x%02X]", idx); in atom_put_dst()
552 DEBUG("MC[0x%02X]", idx); in atom_put_dst()
558 DEBUG(".[31:0] <- 0x%08X\n", old_val); in atom_put_dst()
561 DEBUG(".[15:0] <- 0x%04X\n", old_val); in atom_put_dst()
564 DEBUG(".[23:8] <- 0x%04X\n", old_val); in atom_put_dst()
567 DEBUG(".[31:16] <- 0x%04X\n", old_val); in atom_put_dst()
570 DEBUG(".[7:0] <- 0x%02X\n", old_val); in atom_put_dst()
573 DEBUG(".[15:8] <- 0x%02X\n", old_val); in atom_put_dst()
576 DEBUG(".[23:16] <- 0x%02X\n", old_val); in atom_put_dst()
579 DEBUG(".[31:24] <- 0x%02X\n", old_val); in atom_put_dst()