Lines Matching refs:DPRINTF

31 #define DPRINTF(fmt, ...) DPRINTF2("IP-Octal: " fmt, ## __VA_ARGS__)  macro
198 DPRINTF("Write CR%c %u: ", channel + 'a', val); in write_cr()
278 DPRINTF("Read MR%u%c: 0x%x\n", ch->mr_idx + 1, channel + 'a', ret); in io_read()
285 DPRINTF("Read SR%c: 0x%x\n", channel + 'a', ret); in io_read()
305 DPRINTF("Read RHR%c (0x%x)\n", channel + 'a', ret); in io_read()
310 DPRINTF("Read ISR%c: 0x%x\n", block + 'A', ret); in io_read()
314 DPRINTF("Read unknown/unsupported register 0x%02x\n", offset); in io_read()
345 DPRINTF("Write MR%u%c 0x%x\n", ch->mr_idx + 1, channel + 'a', reg); in io_write()
352 DPRINTF("Write CSR%c: 0x%x\n", channel + 'a', reg); in io_write()
364 DPRINTF("Write THR%c (0x%x)\n", channel + 'a', reg); in io_write()
369 DPRINTF("Write THR%c (0x%x), Tx disabled\n", channel + 'a', reg); in io_write()
375 DPRINTF("Write ACR%c 0x%x\n", block + 'A', val); in io_write()
379 DPRINTF("Write IMR%c 0x%x\n", block + 'A', val); in io_write()
385 DPRINTF("Write OPCR%c 0x%x\n", block + 'A', val); in io_write()
389 DPRINTF("Write unknown/unsupported register 0x%02x %u\n", offset, val); in io_write()
405 DPRINTF("Attempt to read unavailable PROM data at 0x%x\n", addr); in id_read()
415 DPRINTF("Write IRQ vector: %u\n", (unsigned) val); in id_write()
418 DPRINTF("Attempt to write 0x%x to 0x%x\n", val, addr); in id_write()
427 DPRINTF("Attempt to read from 0x%x\n", addr); in int_read()
438 DPRINTF("Attempt to write 0x%x to 0x%x\n", val, addr); in int_write()
443 DPRINTF("Attempt to read from 0x%x\n", addr); in mem_read16()
449 DPRINTF("Attempt to write 0x%x to 0x%x\n", val, addr); in mem_write16()
454 DPRINTF("Attempt to read from 0x%x\n", addr); in mem_read8()
462 DPRINTF("Write IRQ vector: %u\n", (unsigned) val); in mem_write8()
465 DPRINTF("Attempt to write 0x%x to 0x%x\n", val, addr); in mem_write8()
512 DPRINTF("Device %s opened\n", ch->dev->label); in hostdev_event()
516 DPRINTF("Device %s received break\n", ch->dev->label); in hostdev_event()
536 DPRINTF("Device %s received event %d\n", ch->dev->label, event); in hostdev_event()
554 DPRINTF("Redirecting channel %u to %s\n", i, ch->dev->label); in ipoctal_realize()
556 DPRINTF("Could not redirect channel %u, no chardev set\n", i); in ipoctal_realize()