Lines Matching refs:DPRINTF

24 #define DPRINTF(fmt, ...) \  macro
27 #define DPRINTF(fmt, ...) do { } while (0) macro
136 DPRINTF("IP %u INT%u#: %u\n", ip_n, intno, level); in tpci200_set_irq()
182 DPRINTF("Read from LCR 0x%x: 0x%x\n", (unsigned) addr, (unsigned) ret); in tpci200_read_cfg()
194 DPRINTF("LAS%u big endian mode: %u\n", las, (unsigned) val & 1); in tpci200_write_cfg()
196 DPRINTF("Write to LCR 0x%x: 0x%x\n", (unsigned) addr, (unsigned) val); in tpci200_write_cfg()
208 DPRINTF("Read REVISION ID\n"); /* Current value is 0x00 */ in tpci200_read_las0()
218 DPRINTF("Read IP %c CONTROL: 0x%x\n", 'A' + ip_n, (unsigned) ret); in tpci200_read_las0()
223 DPRINTF("Read RESET\n"); /* Not implemented */ in tpci200_read_las0()
228 DPRINTF("Read STATUS: 0x%x\n", (unsigned) ret); in tpci200_read_las0()
233 DPRINTF("Unsupported read from LAS0 0x%x\n", (unsigned) addr); in tpci200_read_las0()
250 DPRINTF("Write Revision ID: 0x%x\n", (unsigned) val); /* No effect */ in tpci200_write_las0()
260 DPRINTF("Write IP %c CONTROL: 0x%x\n", 'A' + ip_n, (unsigned) val); in tpci200_write_las0()
265 DPRINTF("Write RESET: 0x%x\n", (unsigned) val); /* Not implemented */ in tpci200_write_las0()
277 DPRINTF("Clear IP %c INT0# status\n", 'A' + i); in tpci200_write_las0()
281 DPRINTF("Clear IP %c INT1# status\n", 'A' + i); in tpci200_write_las0()
287 DPRINTF("Clear IP %c timeout\n", 'A' + i); in tpci200_write_las0()
293 DPRINTF("Unexpected write to STATUS register: 0x%x\n", in tpci200_write_las0()
301 DPRINTF("Unsupported write to LAS0 0x%x: 0x%x\n", in tpci200_write_las0()
326 DPRINTF("Read LAS1: IP module %u not installed\n", ip_n); in tpci200_read_las1()
388 DPRINTF("Write LAS1: IP module %u not installed\n", ip_n); in tpci200_write_las1()
436 DPRINTF("Read LAS2: IP module %u not installed\n", ip_n); in tpci200_read_las2()
467 DPRINTF("Write LAS2: IP module %u not installed\n", ip_n); in tpci200_write_las2()
491 DPRINTF("Read LAS3: IP module %u not installed\n", ip_n); in tpci200_read_las3()
517 DPRINTF("Write LAS3: IP module %u not installed\n", ip_n); in tpci200_write_las3()