Lines Matching refs:DEBUG
100 #define DEBUG(...) do if (atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0) macro
103 #define DEBUG(...) do { } while (0) macro
194 DEBUG("REG[0x%04X]", idx); in atom_get_src_int()
229 DEBUG("PS[0x%02X,0x%04X]", idx, val); in atom_get_src_int()
235 DEBUG("WS[0x%02X]", idx); in atom_get_src_int()
273 DEBUG("ID[0x%04X+%04X]", idx, gctx->data_block); in atom_get_src_int()
275 DEBUG("ID[0x%04X]", idx); in atom_get_src_int()
289 DEBUG("FB[0x%02X]", idx); in atom_get_src_int()
297 DEBUG("IMM 0x%08X\n", val); in atom_get_src_int()
305 DEBUG("IMM 0x%04X\n", val); in atom_get_src_int()
314 DEBUG("IMM 0x%02X\n", val); in atom_get_src_int()
322 DEBUG("PLL[0x%02X]", idx); in atom_get_src_int()
329 DEBUG("MC[0x%02X]", idx); in atom_get_src_int()
340 DEBUG(".[31:0] -> 0x%08X\n", val); in atom_get_src_int()
343 DEBUG(".[15:0] -> 0x%04X\n", val); in atom_get_src_int()
346 DEBUG(".[23:8] -> 0x%04X\n", val); in atom_get_src_int()
349 DEBUG(".[31:16] -> 0x%04X\n", val); in atom_get_src_int()
352 DEBUG(".[7:0] -> 0x%02X\n", val); in atom_get_src_int()
355 DEBUG(".[15:8] -> 0x%02X\n", val); in atom_get_src_int()
358 DEBUG(".[23:16] -> 0x%02X\n", val); in atom_get_src_int()
361 DEBUG(".[31:24] -> 0x%02X\n", val); in atom_get_src_int()
466 DEBUG("REG[0x%04X]", idx); in atom_put_dst()
499 DEBUG("PS[0x%02X]", idx); in atom_put_dst()
505 DEBUG("WS[0x%02X]", idx); in atom_put_dst()
543 DEBUG("FB[0x%02X]", idx); in atom_put_dst()
548 DEBUG("PLL[0x%02X]", idx); in atom_put_dst()
554 DEBUG("MC[0x%02X]", idx); in atom_put_dst()
560 DEBUG(".[31:0] <- 0x%08X\n", old_val); in atom_put_dst()
563 DEBUG(".[15:0] <- 0x%04X\n", old_val); in atom_put_dst()
566 DEBUG(".[23:8] <- 0x%04X\n", old_val); in atom_put_dst()
569 DEBUG(".[31:16] <- 0x%04X\n", old_val); in atom_put_dst()
572 DEBUG(".[7:0] <- 0x%02X\n", old_val); in atom_put_dst()
575 DEBUG(".[15:8] <- 0x%02X\n", old_val); in atom_put_dst()
578 DEBUG(".[23:16] <- 0x%02X\n", old_val); in atom_put_dst()
581 DEBUG(".[31:24] <- 0x%02X\n", old_val); in atom_put_dst()