Searched refs:DEVPRINTF (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/sys/dev/xe/
H A Dif_xe_pccard.c70 #define DEVPRINTF(level, arg) if (xe_debug >= (level)) device_printf arg macro
73 #define DEVPRINTF(level, arg) macro
139 DEVPRINTF(2, (dev, "cemfix\n"));
141 DEVPRINTF(1, (dev, "CEM I/O port 0x%0lx, size 0x%0lx\n",
249 DEVPRINTF(2, (dev, "pccard_attach\n"));
259 DEVPRINTF(1, (dev, "vendor = 0x%04x\n", vendor));
260 DEVPRINTF(1, (dev, "product = 0x%04x\n", product));
261 DEVPRINTF(1, (dev, "prodext = 0x%02x\n", prodext));
262 DEVPRINTF(1, (dev, "vendor_str = %s\n", vendor_str));
263 DEVPRINTF(
[all...]
H A Dif_xe.c210 #define DEVPRINTF(level, arg) if (xe_debug >= (level)) device_printf arg macro
217 #define DEVPRINTF(level, arg) macro
234 DEVPRINTF(2, (dev, "attach\n"));
296 DEVPRINTF(1, (dev,
302 DEVPRINTF(1, (dev, "CE2 version = 0x%02x\n", XE_INB(XE_REV)));
343 DEVPRINTF(2, (scp->dev, "init\n"));
473 DEVPRINTF(3, (scp->dev, "start\n"));
529 DEVPRINTF(2, (scp->dev, "ioctl: SIOCSIFFLAGS: 0x%04x\n",
554 DEVPRINTF(2, (scp->dev, "ioctl: SIOC{ADD,DEL}MULTI\n"));
566 DEVPRINTF(
[all...]
/freebsd-10-stable/sys/dev/cardbus/
H A Dcardbus_cis.c60 #define DEVPRINTF(x) if (cardbus_cis_debug) device_printf x macro
458 DEVPRINTF((cbdev, "CIS in PCI config space\n"));
468 DEVPRINTF((cbdev, "CIS in BAR %#x\n", *rid));
472 DEVPRINTF((cbdev, "CIS in option rom\n"));
488 DEVPRINTF((cbdev, "CIS Mapped to %#lx\n", rman_get_start(res)));
555 DEVPRINTF((cbdev, "CIS offset is %#x\n", *start));
594 DEVPRINTF((cbdev, "Warning: CIS pointer is 0: (no CIS)\n"));
597 DEVPRINTF((cbdev, "CIS pointer is %#x\n", start));
H A Dcardbus.c72 #define DEVPRINTF(x) if (cardbus_debug) device_printf x macro
203 DEVPRINTF((cbdev, "Cannot add child!\n"));
212 DEVPRINTF((cbdev, "Warning: Bogus CIS ignored\n"));
/freebsd-10-stable/sys/dev/pccard/
H A Dpccard.c77 #define DEVPRINTF(arg) if (pccard_debug) device_printf arg macro
82 #define DEVPRINTF(arg) macro
197 DEVPRINTF((dev, "chip_socket_enable\n"));
200 DEVPRINTF((dev, "read_cis\n"));
203 DEVPRINTF((dev, "check_cis_quirks\n"));
223 DEVPRINTF((dev, "functions scanning\n"));
236 DEVPRINTF((dev, "Card has %d functions. pccard_mfc is %d\n", i + 1,
300 DEVPRINTF((sc->dev, "function %d CCR at %d offset %#x "
512 DEVPRINTF((bus, "I/O rid %d start %#lx end %#lx\n",
519 DEVPRINTF((bu
[all...]
H A Dpccard_cis.c58 #define DEVPRINTF(arg) do { if (pccard_cis_debug) device_printf arg; } while (0) macro
61 #define DEVPRINTF(arg) macro
166 DEVPRINTF((dev, "CIS tuple chain:\n"));
/freebsd-10-stable/sys/dev/pccbb/
H A Dpccbb_pci.c112 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro
342 DEVPRINTF((brdev, "Found memory at %08lx\n",
383 DEVPRINTF((brdev, "Secondary bus is %d\n", sc->bus.sec));
389 DEVPRINTF((brdev, "Setting primary bus to %d\n",
395 DEVPRINTF((brdev, "Secondary bus set to %d subbus %d\n",
405 DEVPRINTF((brdev, "WARNING: cannot add cardbus bus.\n"));
407 DEVPRINTF((brdev, "WARNING: cannot attach cardbus bus!\n"));
411 DEVPRINTF((brdev, "WARNING: cannot add pccard bus.\n"));
413 DEVPRINTF((brdev, "WARNING: cannot attach pccard bus.\n"));
915 DEVPRINTF((brde
[all...]
H A Dpccbb.c116 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro
347 DEVPRINTF((sc->dev, "Waiting for thread to die\n"));
497 DEVPRINTF((sc->dev,
541 DEVPRINTF((sc->dev, "Thread terminating\n"));
559 DEVPRINTF((sc->dev, "card inserted: event=0x%08x, state=%08x\n",
780 DEVPRINTF((sc->dev, "cbb_power: %dV\n", volts));
1054 DEVPRINTF((brdev,
1075 DEVPRINTF((brdev,
H A Dpccbb_isa.c107 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro
/freebsd-10-stable/sys/dev/exca/
H A Dexca.c82 #define DEVPRINTF(dev, fmt, args...) device_printf((dev), (fmt), ## args) macro
85 #define DEVPRINTF(dev, fmt, args...) macro
576 DEVPRINTF(sc->dev, "exca_wait_ready: status 0x%02x\n",
622 DEVPRINTF(sc->dev, "card type is io\n");
668 DEVPRINTF(exca->dev, "Ident is %x\n", c);

Completed in 275 milliseconds