Lines Matching refs:DPRINTF
46 DPRINTF(("divas hw: type not PCI (%d)", cfg->bus_type)); in UxCardHandleGet()
57 DPRINTF(("divas hw: card_pool exhausted")); in UxCardHandleGet()
180 DPRINTF(("divas: Trying to attach to mem %d", id)); in UxCardMemAttach()
185 DPRINTF(("divas: Tried to attach to unknown card")); in UxCardMemAttach()
265 DPRINTF(("divas hw: read 0x%02x from 0x%x (memory mapped)", b & 0xff, a)); in UxCardMemIn()
282 DPRINTF(("divas hw: read 0x%04x from 0x%x (memory mapped)", w & 0xffff, a)); in UxCardMemInW()
299 DPRINTF(("divas hw: read 0x%08x from 0x%x (memory mapped)", dw, a)); in UxCardMemInD()
320 DPRINTF(("divas hw: read %02x %02x %02x %02x %02x %02x %02x %02x from 0x%x (memory mapped)", in UxCardMemInBuffer()
337 DPRINTF(("divas hw: wrote 0x%02x to 0x%x (memory mapped)", data & 0xff, a)); in UxCardMemOut()
353 DPRINTF(("divas hw: wrote 0x%04x to 0x%x (memory mapped)", data & 0xffff, a)); in UxCardMemOutW()
368 DPRINTF(("divas hw: wrote 0x%08x to 0x%x (memory mapped)", data, a)); in UxCardMemOutD()
390 DPRINTF(("divas hw: wrote %02x %02x %02x %02x %02x %02x %02x %02x to 0x%x (memory mapped)", in UxCardMemOutBuffer()
415 DPRINTF(("divas hw: read 0x%02x from 0x%x (I/O mapped)", in UxCardIoIn()
433 DPRINTF(("divas hw: read 0x%04x from 0x%x (I/O mapped)", in UxCardIoInW()
451 DPRINTF(("divas hw: read 0x%08x from 0x%x (I/O mapped)", in UxCardIoInD()
485 DPRINTF(("divas hw: read %02x %02x %02x %02x %02x %02x %02x %02x from 0x%x (I/O mapped)", in UxCardIoInBuffer()
500 DPRINTF(("divas hw: wrote 0x%02x to 0x%x (I/O mapped)", in UxCardIoOut()
515 DPRINTF(("divas hw: wrote 0x%04x to 0x%x (I/O mapped)", in UxCardIoOutW()
530 DPRINTF(("divas hw: wrote 0x%08x to 0x%x (I/O mapped)", data, address)); in UxCardIoOutD()
567 DPRINTF(("divas hw: wrote %02x %02x %02x %02x %02x %02x %02x %02x to 0x%x (I/O mapped)", in UxCardIoOutBuffer()
596 DPRINTF(("divas: ISR couldn't locate card")); in Divasintr()