HomeSort by: relevance | last modified time | path
    Searched defs:NTWO_DPRINTF (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/isa/
if_ntwoc_isa.c 62 #define NTWO_DPRINTF(x) printf x
64 #define NTWO_DPRINTF(x)
721 NTWO_DPRINTF(("port == %d, state == %d, old mcr: 0x%02x\n",
736 NTWO_DPRINTF(("new mcr: 0x%02x\n", mcr));
749 NTWO_DPRINTF(("clock: port == %d, enable == %d, old mcr: 0x%02x\n",
764 NTWO_DPRINTF(("clock: new mcr: 0x%02x\n", mcr));
  /src/sys/dev/pci/
if_ntwoc_pci.c 68 #define NTWO_DPRINTF(x) printf x
70 #define NTWO_DPRINTF(x)
294 NTWO_DPRINTF(("%s: frontend_cr = 0x%04x\n",
501 NTWO_DPRINTF(("dtr: port == %d, state == %d, old fecr: 0x%04x\n",
516 NTWO_DPRINTF(("new fecr: 0x%04x\n", fecr));
531 NTWO_DPRINTF(("clk: port == %d, enable == %d, old fecr: 0x%04x\n",
546 NTWO_DPRINTF(("new fecr: 0x%04x\n", fecr));
568 NTWO_DPRINTF(("sizeof sca_desc_t: %d bytes\n", sizeof (sca_desc_t)));
599 NTWO_DPRINTF(("DMA memory allocated: %d bytes\n", allocsize));
606 NTWO_DPRINTF(("DMA memory mapped\n"))
    [all...]

Completed in 18 milliseconds