Lines Matching refs:DEBUG
96 #define DEBUG(...) do if (atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0) macro
99 #define DEBUG(...) do { } while (0) macro
190 DEBUG("REG[0x%04X]", idx); in atom_get_src_int()
225 DEBUG("PS[0x%02X,0x%04X]", idx, val); in atom_get_src_int()
231 DEBUG("WS[0x%02X]", idx); in atom_get_src_int()
269 DEBUG("ID[0x%04X+%04X]", idx, gctx->data_block); in atom_get_src_int()
271 DEBUG("ID[0x%04X]", idx); in atom_get_src_int()
285 DEBUG("FB[0x%02X]", idx); in atom_get_src_int()
293 DEBUG("IMM 0x%08X\n", val); in atom_get_src_int()
301 DEBUG("IMM 0x%04X\n", val); in atom_get_src_int()
310 DEBUG("IMM 0x%02X\n", val); in atom_get_src_int()
318 DEBUG("PLL[0x%02X]", idx); in atom_get_src_int()
325 DEBUG("MC[0x%02X]", idx); in atom_get_src_int()
336 DEBUG(".[31:0] -> 0x%08X\n", val); in atom_get_src_int()
339 DEBUG(".[15:0] -> 0x%04X\n", val); in atom_get_src_int()
342 DEBUG(".[23:8] -> 0x%04X\n", val); in atom_get_src_int()
345 DEBUG(".[31:16] -> 0x%04X\n", val); in atom_get_src_int()
348 DEBUG(".[7:0] -> 0x%02X\n", val); in atom_get_src_int()
351 DEBUG(".[15:8] -> 0x%02X\n", val); in atom_get_src_int()
354 DEBUG(".[23:16] -> 0x%02X\n", val); in atom_get_src_int()
357 DEBUG(".[31:24] -> 0x%02X\n", val); in atom_get_src_int()
462 DEBUG("REG[0x%04X]", idx); in atom_put_dst()
495 DEBUG("PS[0x%02X]", idx); in atom_put_dst()
501 DEBUG("WS[0x%02X]", idx); in atom_put_dst()
539 DEBUG("FB[0x%02X]", idx); in atom_put_dst()
544 DEBUG("PLL[0x%02X]", idx); in atom_put_dst()
550 DEBUG("MC[0x%02X]", idx); in atom_put_dst()
556 DEBUG(".[31:0] <- 0x%08X\n", old_val); in atom_put_dst()
559 DEBUG(".[15:0] <- 0x%04X\n", old_val); in atom_put_dst()
562 DEBUG(".[23:8] <- 0x%04X\n", old_val); in atom_put_dst()
565 DEBUG(".[31:16] <- 0x%04X\n", old_val); in atom_put_dst()
568 DEBUG(".[7:0] <- 0x%02X\n", old_val); in atom_put_dst()
571 DEBUG(".[15:8] <- 0x%02X\n", old_val); in atom_put_dst()
574 DEBUG(".[23:16] <- 0x%02X\n", old_val); in atom_put_dst()
577 DEBUG(".[31:24] <- 0x%02X\n", old_val); in atom_put_dst()