Lines Matching refs:DEBUG

102 #define DEBUG(...) do if (atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)  macro
105 #define DEBUG(...) do { } while (0) macro
192 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()
277 DEBUG("ID[0x%04X+%04X]", idx, gctx->data_block); in atom_get_src_int()
279 DEBUG("ID[0x%04X]", idx); in atom_get_src_int()
293 DEBUG("FB[0x%02X]", idx); in atom_get_src_int()
301 DEBUG("IMM 0x%08X\n", val); in atom_get_src_int()
309 DEBUG("IMM 0x%04X\n", val); in atom_get_src_int()
318 DEBUG("IMM 0x%02X\n", val); in atom_get_src_int()
326 DEBUG("PLL[0x%02X]", idx); in atom_get_src_int()
333 DEBUG("MC[0x%02X]", idx); in atom_get_src_int()
344 DEBUG(".[31:0] -> 0x%08X\n", val); in atom_get_src_int()
347 DEBUG(".[15:0] -> 0x%04X\n", val); in atom_get_src_int()
350 DEBUG(".[23:8] -> 0x%04X\n", val); in atom_get_src_int()
353 DEBUG(".[31:16] -> 0x%04X\n", val); in atom_get_src_int()
356 DEBUG(".[7:0] -> 0x%02X\n", val); in atom_get_src_int()
359 DEBUG(".[15:8] -> 0x%02X\n", val); in atom_get_src_int()
362 DEBUG(".[23:16] -> 0x%02X\n", val); in atom_get_src_int()
365 DEBUG(".[31:24] -> 0x%02X\n", val); in atom_get_src_int()
470 DEBUG("REG[0x%04X]", idx); in atom_put_dst()
503 DEBUG("PS[0x%02X]", idx); in atom_put_dst()
513 DEBUG("WS[0x%02X]", idx); in atom_put_dst()
555 DEBUG("FB[0x%02X]", idx); in atom_put_dst()
560 DEBUG("PLL[0x%02X]", idx); in atom_put_dst()
566 DEBUG("MC[0x%02X]", idx); in atom_put_dst()
572 DEBUG(".[31:0] <- 0x%08X\n", old_val); in atom_put_dst()
575 DEBUG(".[15:0] <- 0x%04X\n", old_val); in atom_put_dst()
578 DEBUG(".[23:8] <- 0x%04X\n", old_val); in atom_put_dst()
581 DEBUG(".[31:16] <- 0x%04X\n", old_val); in atom_put_dst()
584 DEBUG(".[7:0] <- 0x%02X\n", old_val); in atom_put_dst()
587 DEBUG(".[15:8] <- 0x%02X\n", old_val); in atom_put_dst()
590 DEBUG(".[23:16] <- 0x%02X\n", old_val); in atom_put_dst()
593 DEBUG(".[31:24] <- 0x%02X\n", old_val); in atom_put_dst()