| /freebsd-13.1/sys/dev/pccard/ |
| H A D | pccard.c | 80 #define DEVPRINTF(arg) if (pccard_debug) device_printf arg macro 85 #define DEVPRINTF(arg) macro 199 DEVPRINTF((dev, "chip_socket_enable\n")); in pccard_attach_card() 202 DEVPRINTF((dev, "read_cis\n")); in pccard_attach_card() 205 DEVPRINTF((dev, "check_cis_quirks\n")); in pccard_attach_card() 225 DEVPRINTF((dev, "functions scanning\n")); in pccard_attach_card() 516 DEVPRINTF((bus, "I/O rid %d start %#jx end %#jx\n", in pccard_function_init() 523 DEVPRINTF((bus, "I/O rid %d failed\n", i)); in pccard_function_init() 548 DEVPRINTF((bus, "Memory rid %d failed\n", i)); in pccard_function_init() 568 DEVPRINTF((bus, "IRQ rid %d failed\n", rid)); in pccard_function_init() [all …]
|
| H A D | pccard_cis.c | 60 #define DEVPRINTF(arg) do { if (pccard_cis_debug) device_printf arg; } while (0) macro 63 #define DEVPRINTF(arg) macro 168 DEVPRINTF((dev, "CIS tuple chain:\n")); in pccard_scan_cis()
|
| /freebsd-13.1/sys/dev/cardbus/ |
| H A D | cardbus_cis.c | 62 #define DEVPRINTF(x) if (cardbus_cis_debug) device_printf x macro 459 DEVPRINTF((cbdev, "CIS in PCI config space\n")); in cardbus_read_tuple_init() 469 DEVPRINTF((cbdev, "CIS in BAR %#x\n", *rid)); in cardbus_read_tuple_init() 473 DEVPRINTF((cbdev, "CIS in option rom\n")); in cardbus_read_tuple_init() 489 DEVPRINTF((cbdev, "CIS Mapped to %#jx\n", in cardbus_read_tuple_init() 557 DEVPRINTF((cbdev, "CIS offset is %#x\n", *start)); in cardbus_read_tuple_init() 596 DEVPRINTF((cbdev, "Warning: CIS pointer is 0: (no CIS)\n")); in cardbus_parse_cis() 600 DEVPRINTF((cbdev, "CIS pointer is %#x\n", start)); in cardbus_parse_cis()
|
| H A D | cardbus.c | 72 #define DEVPRINTF(x) if (cardbus_debug) device_printf x macro 216 DEVPRINTF((cbdev, "Cannot add child!\n")); in cardbus_attach_card() 225 DEVPRINTF((cbdev, "Warning: Bogus CIS ignored\n")); in cardbus_attach_card()
|
| /freebsd-13.1/sys/dev/exca/ |
| H A D | exca.c | 84 #define DEVPRINTF(dev, fmt, args...) device_printf((dev), (fmt), ## args) macro 87 #define DEVPRINTF(dev, fmt, args...) macro 576 DEVPRINTF(sc->dev, "exca_wait_ready: status 0x%02x\n", in exca_wait_ready() 622 DEVPRINTF(sc->dev, "card type is io\n"); in exca_reset() 651 DEVPRINTF(brdev, "WARNING: cannot add pccard bus.\n"); in exca_init() 653 DEVPRINTF(brdev, "WARNING: cannot attach pccard bus.\n"); in exca_init() 673 DEVPRINTF(exca->dev, "Ident is %x\n", c); in exca_valid_slot()
|
| /freebsd-13.1/sys/dev/pccbb/ |
| H A D | pccbb_pci.c | 113 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro 316 DEVPRINTF((brdev, "Found memory at %jx\n", in cbb_pci_attach() 323 DEVPRINTF((brdev, "WARNING: cannot add cardbus bus.\n")); in cbb_pci_attach() 325 DEVPRINTF((brdev, "WARNING: cannot attach cardbus bus!\n")); in cbb_pci_attach() 364 DEVPRINTF((brdev, "Secondary bus is %d\n", sc->bus.sec)); in cbb_pci_attach() 370 DEVPRINTF((brdev, "Setting primary bus to %d\n", in cbb_pci_attach() 376 DEVPRINTF((brdev, "Secondary bus set to %d subbus %d\n", in cbb_pci_attach()
|
| H A D | pccbb.c | 113 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro 343 DEVPRINTF((sc->dev, "Waiting for thread to die\n")); in cbb_detach() 484 DEVPRINTF((sc->dev, in cbb_event_thread() 527 DEVPRINTF((sc->dev, "Thread terminating\n")); in cbb_event_thread() 545 DEVPRINTF((sc->dev, "card inserted: event=0x%08x, state=%08x\n", in cbb_insert() 757 DEVPRINTF((sc->dev, "cbb_power: %dV\n", volts)); in cbb_power() 1060 DEVPRINTF((brdev, in cbb_cardbus_io_open() 1081 DEVPRINTF((brdev, in cbb_cardbus_mem_open()
|
| /freebsd-13.1/sys/dev/usb/net/ |
| H A D | if_ure.c | 87 #define DEVPRINTF(...) DEVPRINTFN(1, __VA_ARGS__) macro 89 #define DEVPRINTF(...) do { } while (0) macro
|