Lines Matching refs:DEBUG
97 #define DEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0) macro
100 #define DEBUG(...) do { } while (0) macro
188 DEBUG("REG[0x%04X]", idx); in atom_get_src_int()
223 DEBUG("PS[0x%02X,0x%04X]", idx, val); in atom_get_src_int()
229 DEBUG("WS[0x%02X]", idx); in atom_get_src_int()
267 DEBUG("ID[0x%04X+%04X]", idx, gctx->data_block); in atom_get_src_int()
269 DEBUG("ID[0x%04X]", idx); in atom_get_src_int()
283 DEBUG("FB[0x%02X]", idx); in atom_get_src_int()
291 DEBUG("IMM 0x%08X\n", val); in atom_get_src_int()
299 DEBUG("IMM 0x%04X\n", val); in atom_get_src_int()
308 DEBUG("IMM 0x%02X\n", val); in atom_get_src_int()
316 DEBUG("PLL[0x%02X]", idx); in atom_get_src_int()
323 DEBUG("MC[0x%02X]", idx); in atom_get_src_int()
334 DEBUG(".[31:0] -> 0x%08X\n", val); in atom_get_src_int()
337 DEBUG(".[15:0] -> 0x%04X\n", val); in atom_get_src_int()
340 DEBUG(".[23:8] -> 0x%04X\n", val); in atom_get_src_int()
343 DEBUG(".[31:16] -> 0x%04X\n", val); in atom_get_src_int()
346 DEBUG(".[7:0] -> 0x%02X\n", val); in atom_get_src_int()
349 DEBUG(".[15:8] -> 0x%02X\n", val); in atom_get_src_int()
352 DEBUG(".[23:16] -> 0x%02X\n", val); in atom_get_src_int()
355 DEBUG(".[31:24] -> 0x%02X\n", val); in atom_get_src_int()
460 DEBUG("REG[0x%04X]", idx); in atom_put_dst()
493 DEBUG("PS[0x%02X]", idx); in atom_put_dst()
499 DEBUG("WS[0x%02X]", idx); in atom_put_dst()
537 DEBUG("FB[0x%02X]", idx); in atom_put_dst()
542 DEBUG("PLL[0x%02X]", idx); in atom_put_dst()
548 DEBUG("MC[0x%02X]", idx); in atom_put_dst()
554 DEBUG(".[31:0] <- 0x%08X\n", old_val); in atom_put_dst()
557 DEBUG(".[15:0] <- 0x%04X\n", old_val); in atom_put_dst()
560 DEBUG(".[23:8] <- 0x%04X\n", old_val); in atom_put_dst()
563 DEBUG(".[31:16] <- 0x%04X\n", old_val); in atom_put_dst()
566 DEBUG(".[7:0] <- 0x%02X\n", old_val); in atom_put_dst()
569 DEBUG(".[15:8] <- 0x%02X\n", old_val); in atom_put_dst()
572 DEBUG(".[23:16] <- 0x%02X\n", old_val); in atom_put_dst()
575 DEBUG(".[31:24] <- 0x%02X\n", old_val); in atom_put_dst()