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
191 DEBUG("REG[0x%04X]", idx); in atom_get_src_int()
226 DEBUG("PS[0x%02X,0x%04X]", idx, val); in atom_get_src_int()
232 DEBUG("WS[0x%02X]", idx); in atom_get_src_int()
270 DEBUG("ID[0x%04X+%04X]", idx, gctx->data_block); in atom_get_src_int()
272 DEBUG("ID[0x%04X]", idx); in atom_get_src_int()
286 DEBUG("FB[0x%02X]", idx); in atom_get_src_int()
294 DEBUG("IMM 0x%08X\n", val); in atom_get_src_int()
302 DEBUG("IMM 0x%04X\n", val); in atom_get_src_int()
311 DEBUG("IMM 0x%02X\n", val); in atom_get_src_int()
319 DEBUG("PLL[0x%02X]", idx); in atom_get_src_int()
326 DEBUG("MC[0x%02X]", idx); in atom_get_src_int()
337 DEBUG(".[31:0] -> 0x%08X\n", val); in atom_get_src_int()
340 DEBUG(".[15:0] -> 0x%04X\n", val); in atom_get_src_int()
343 DEBUG(".[23:8] -> 0x%04X\n", val); in atom_get_src_int()
346 DEBUG(".[31:16] -> 0x%04X\n", val); in atom_get_src_int()
349 DEBUG(".[7:0] -> 0x%02X\n", val); in atom_get_src_int()
352 DEBUG(".[15:8] -> 0x%02X\n", val); in atom_get_src_int()
355 DEBUG(".[23:16] -> 0x%02X\n", val); in atom_get_src_int()
358 DEBUG(".[31:24] -> 0x%02X\n", val); in atom_get_src_int()
463 DEBUG("REG[0x%04X]", idx); in atom_put_dst()
496 DEBUG("PS[0x%02X]", idx); in atom_put_dst()
502 DEBUG("WS[0x%02X]", idx); in atom_put_dst()
540 DEBUG("FB[0x%02X]", idx); in atom_put_dst()
545 DEBUG("PLL[0x%02X]", idx); in atom_put_dst()
551 DEBUG("MC[0x%02X]", idx); in atom_put_dst()
557 DEBUG(".[31:0] <- 0x%08X\n", old_val); in atom_put_dst()
560 DEBUG(".[15:0] <- 0x%04X\n", old_val); in atom_put_dst()
563 DEBUG(".[23:8] <- 0x%04X\n", old_val); in atom_put_dst()
566 DEBUG(".[31:16] <- 0x%04X\n", old_val); in atom_put_dst()
569 DEBUG(".[7:0] <- 0x%02X\n", old_val); in atom_put_dst()
572 DEBUG(".[15:8] <- 0x%02X\n", old_val); in atom_put_dst()
575 DEBUG(".[23:16] <- 0x%02X\n", old_val); in atom_put_dst()
578 DEBUG(".[31:24] <- 0x%02X\n", old_val); in atom_put_dst()