Searched refs:dprintk0 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/pci/cx88/ |
| H A D | cx88-core.c | 50 #define dprintk0(fmt, arg...) \ macro 412 dprintk0("0x%08x [ %s", risc, in cx88_risc_decode() 440 dprintk0("%s - dma channel status dump\n", ch->name); in cx88_sram_channel_dump() 442 dprintk0(" cmds: %-12s: 0x%08x\n", in cx88_sram_channel_dump() 454 dprintk0(" iq %x: ", i); in cx88_sram_channel_dump() 463 dprintk0("fifo: 0x%08x -> 0x%x\n", in cx88_sram_channel_dump() 465 dprintk0("ctrl: 0x%08x -> 0x%x\n", in cx88_sram_channel_dump() 467 dprintk0(" ptr1_reg: 0x%08x\n", cx_read(ch->ptr1_reg)); in cx88_sram_channel_dump() 468 dprintk0(" ptr2_reg: 0x%08x\n", cx_read(ch->ptr2_reg)); in cx88_sram_channel_dump() 469 dprintk0(" cnt1_reg: 0x%08x\n", cx_read(ch->cnt1_reg)); in cx88_sram_channel_dump() [all …]
|