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

/freebsd-11-stable/sys/dev/xe/
H A Dif_xe_pccard.c72 #define DEVPRINTF(level, arg) if (xe_debug >= (level)) device_printf arg macro
75 #define DEVPRINTF(level, arg) macro
141 DEVPRINTF(2, (dev, "cemfix\n"));
143 DEVPRINTF(1, (dev, "CEM I/O port 0x%0jx, size 0x%0jx\n",
251 DEVPRINTF(2, (dev, "pccard_attach\n"));
261 DEVPRINTF(1, (dev, "vendor = 0x%04x\n", vendor));
262 DEVPRINTF(1, (dev, "product = 0x%04x\n", product));
263 DEVPRINTF(1, (dev, "prodext = 0x%02x\n", prodext));
264 DEVPRINTF(1, (dev, "vendor_str = %s\n", vendor_str));
265 DEVPRINTF(
[all...]
H A Dif_xe.c212 #define DEVPRINTF(level, arg) if (xe_debug >= (level)) device_printf arg macro
219 #define DEVPRINTF(level, arg) macro
236 DEVPRINTF(2, (dev, "attach\n"));
298 DEVPRINTF(1, (dev,
304 DEVPRINTF(1, (dev, "CE2 version = 0x%02x\n", XE_INB(XE_REV)));
347 DEVPRINTF(2, (scp->dev, "init\n"));
477 DEVPRINTF(3, (scp->dev, "start\n"));
533 DEVPRINTF(2, (scp->dev, "ioctl: SIOCSIFFLAGS: 0x%04x\n",
558 DEVPRINTF(2, (scp->dev, "ioctl: SIOC{ADD,DEL}MULTI\n"));
570 DEVPRINTF(
[all...]
/freebsd-11-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 %#jx\n",
556 DEVPRINTF((cbdev, "CIS offset is %#x\n", *start));
595 DEVPRINTF((cbdev, "Warning: CIS pointer is 0: (no CIS)\n"));
598 DEVPRINTF((cbdev, "CIS pointer is %#x\n", start));
H A Dcardbus.c68 #define DEVPRINTF(x) if (cardbus_debug) device_printf x macro
211 DEVPRINTF((cbdev, "Cannot add child!\n"));
220 DEVPRINTF((cbdev, "Warning: Bogus CIS ignored\n"));
/freebsd-11-stable/sys/dev/pccard/
H A Dpccard.c75 #define DEVPRINTF(arg) if (pccard_debug) device_printf arg macro
80 #define DEVPRINTF(arg) macro
195 DEVPRINTF((dev, "chip_socket_enable\n"));
198 DEVPRINTF((dev, "read_cis\n"));
201 DEVPRINTF((dev, "check_cis_quirks\n"));
221 DEVPRINTF((dev, "functions scanning\n"));
234 DEVPRINTF((dev, "Card has %d functions. pccard_mfc is %d\n", i + 1,
298 DEVPRINTF((sc->dev, "function %d CCR at %d offset %#x "
510 DEVPRINTF((bus, "I/O rid %d start %#jx end %#jx\n",
517 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-11-stable/sys/dev/pccbb/
H A Dpccbb_pci.c112 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro
316 DEVPRINTF((brdev, "Found memory at %jx\n",
357 DEVPRINTF((brdev, "Secondary bus is %d\n", sc->bus.sec));
363 DEVPRINTF((brdev, "Setting primary bus to %d\n",
369 DEVPRINTF((brdev, "Secondary bus set to %d subbus %d\n",
379 DEVPRINTF((brdev, "WARNING: cannot add cardbus bus.\n"));
381 DEVPRINTF((brdev, "WARNING: cannot attach cardbus bus!\n"));
385 DEVPRINTF((brdev, "WARNING: cannot add pccard bus.\n"));
387 DEVPRINTF((brdev, "WARNING: cannot attach pccard bus.\n"));
H A Dpccbb.c115 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro
342 DEVPRINTF((sc->dev, "Waiting for thread to die\n"));
492 DEVPRINTF((sc->dev,
536 DEVPRINTF((sc->dev, "Thread terminating\n"));
554 DEVPRINTF((sc->dev, "card inserted: event=0x%08x, state=%08x\n",
775 DEVPRINTF((sc->dev, "cbb_power: %dV\n", volts));
1080 DEVPRINTF((brdev,
1101 DEVPRINTF((brdev,
H A Dpccbb_isa.c105 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro
/freebsd-11-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 105 milliseconds