Lines Matching refs:DEBUG

95 #define DEBUG(...) do if (atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)  macro
98 #define DEBUG(...) do { } while (0) macro
189 DEBUG("REG[0x%04X]", idx); in atom_get_src_int()
227 DEBUG("PS[0x%02X,0x%04X]", idx, val); in atom_get_src_int()
233 DEBUG("WS[0x%02X]", idx); in atom_get_src_int()
271 DEBUG("ID[0x%04X+%04X]", idx, gctx->data_block); in atom_get_src_int()
273 DEBUG("ID[0x%04X]", idx); in atom_get_src_int()
287 DEBUG("FB[0x%02X]", idx); in atom_get_src_int()
295 DEBUG("IMM 0x%08X\n", val); in atom_get_src_int()
303 DEBUG("IMM 0x%04X\n", val); in atom_get_src_int()
312 DEBUG("IMM 0x%02X\n", val); in atom_get_src_int()
320 DEBUG("PLL[0x%02X]", idx); in atom_get_src_int()
327 DEBUG("MC[0x%02X]", idx); in atom_get_src_int()
338 DEBUG(".[31:0] -> 0x%08X\n", val); in atom_get_src_int()
341 DEBUG(".[15:0] -> 0x%04X\n", val); in atom_get_src_int()
344 DEBUG(".[23:8] -> 0x%04X\n", val); in atom_get_src_int()
347 DEBUG(".[31:16] -> 0x%04X\n", val); in atom_get_src_int()
350 DEBUG(".[7:0] -> 0x%02X\n", val); in atom_get_src_int()
353 DEBUG(".[15:8] -> 0x%02X\n", val); in atom_get_src_int()
356 DEBUG(".[23:16] -> 0x%02X\n", val); in atom_get_src_int()
359 DEBUG(".[31:24] -> 0x%02X\n", val); in atom_get_src_int()
464 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()