Lines Matching refs:DEBUG

101 #define DEBUG(...) do if (atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)  macro
104 #define DEBUG(...) do { } while (0) macro
195 DEBUG("REG[0x%04X]", idx); in atom_get_src_int()
230 DEBUG("PS[0x%02X,0x%04X]", idx, val); in atom_get_src_int()
236 DEBUG("WS[0x%02X]", idx); in atom_get_src_int()
274 DEBUG("ID[0x%04X+%04X]", idx, gctx->data_block); in atom_get_src_int()
276 DEBUG("ID[0x%04X]", idx); in atom_get_src_int()
290 DEBUG("FB[0x%02X]", idx); in atom_get_src_int()
298 DEBUG("IMM 0x%08X\n", val); in atom_get_src_int()
306 DEBUG("IMM 0x%04X\n", val); in atom_get_src_int()
315 DEBUG("IMM 0x%02X\n", val); in atom_get_src_int()
323 DEBUG("PLL[0x%02X]", idx); in atom_get_src_int()
330 DEBUG("MC[0x%02X]", idx); in atom_get_src_int()
341 DEBUG(".[31:0] -> 0x%08X\n", val); in atom_get_src_int()
344 DEBUG(".[15:0] -> 0x%04X\n", val); in atom_get_src_int()
347 DEBUG(".[23:8] -> 0x%04X\n", val); in atom_get_src_int()
350 DEBUG(".[31:16] -> 0x%04X\n", val); in atom_get_src_int()
353 DEBUG(".[7:0] -> 0x%02X\n", val); in atom_get_src_int()
356 DEBUG(".[15:8] -> 0x%02X\n", val); in atom_get_src_int()
359 DEBUG(".[23:16] -> 0x%02X\n", val); in atom_get_src_int()
362 DEBUG(".[31:24] -> 0x%02X\n", val); in atom_get_src_int()
467 DEBUG("REG[0x%04X]", idx); in atom_put_dst()
500 DEBUG("PS[0x%02X]", idx); in atom_put_dst()
506 DEBUG("WS[0x%02X]", idx); in atom_put_dst()
544 DEBUG("FB[0x%02X]", idx); in atom_put_dst()
549 DEBUG("PLL[0x%02X]", idx); in atom_put_dst()
555 DEBUG("MC[0x%02X]", idx); in atom_put_dst()
561 DEBUG(".[31:0] <- 0x%08X\n", old_val); in atom_put_dst()
564 DEBUG(".[15:0] <- 0x%04X\n", old_val); in atom_put_dst()
567 DEBUG(".[23:8] <- 0x%04X\n", old_val); in atom_put_dst()
570 DEBUG(".[31:16] <- 0x%04X\n", old_val); in atom_put_dst()
573 DEBUG(".[7:0] <- 0x%02X\n", old_val); in atom_put_dst()
576 DEBUG(".[15:8] <- 0x%02X\n", old_val); in atom_put_dst()
579 DEBUG(".[23:16] <- 0x%02X\n", old_val); in atom_put_dst()
582 DEBUG(".[31:24] <- 0x%02X\n", old_val); in atom_put_dst()