| /freebsd-12.1/sys/dev/xe/ |
| H A D | if_xe_pccard.c | 77 #define DEVPRINTF(level, arg) macro 143 DEVPRINTF(2, (dev, "cemfix\n")); in xe_cemfix() 253 DEVPRINTF(2, (dev, "pccard_attach\n")); in xe_pccard_attach() 263 DEVPRINTF(1, (dev, "vendor = 0x%04x\n", vendor)); in xe_pccard_attach() 264 DEVPRINTF(1, (dev, "product = 0x%04x\n", product)); in xe_pccard_attach() 265 DEVPRINTF(1, (dev, "prodext = 0x%02x\n", prodext)); in xe_pccard_attach() 266 DEVPRINTF(1, (dev, "vendor_str = %s\n", vendor_str)); in xe_pccard_attach() 268 DEVPRINTF(1, (dev, "cis3_str = %s\n", cis3_str)); in xe_pccard_attach() 269 DEVPRINTF(1, (dev, "cis4_str = %s\n", cis4_str)); in xe_pccard_attach() 330 DEVPRINTF(2, (dev, "pccard_detach\n")); in xe_pccard_detach() [all …]
|
| H A D | if_xe.c | 221 #define DEVPRINTF(level, arg) macro 300 DEVPRINTF(1, (dev, in xe_attach() 877 DEVPRINTF(3, (scp->dev, in xe_intr() 892 DEVPRINTF(3, (scp->dev, in xe_intr() 1042 DEVPRINTF(2, (scp->dev, in xe_setmedia() 1054 DEVPRINTF(2, (scp->dev, in xe_setmedia() 1079 DEVPRINTF(2, (scp->dev, in xe_setmedia() 1128 DEVPRINTF(2, (scp->dev, in xe_setmedia() 1506 DEVPRINTF(3, (scp->dev, in xe_set_addr() 1550 DEVPRINTF(3, (scp->dev, in xe_mchash() [all …]
|
| /freebsd-12.1/sys/dev/pccard/ |
| H A D | pccard.c | 78 #define DEVPRINTF(arg) if (pccard_debug) device_printf arg macro 83 #define DEVPRINTF(arg) macro 198 DEVPRINTF((dev, "chip_socket_enable\n")); in pccard_attach_card() 201 DEVPRINTF((dev, "read_cis\n")); in pccard_attach_card() 204 DEVPRINTF((dev, "check_cis_quirks\n")); in pccard_attach_card() 224 DEVPRINTF((dev, "functions scanning\n")); in pccard_attach_card() 515 DEVPRINTF((bus, "I/O rid %d start %#jx end %#jx\n", in pccard_function_init() 522 DEVPRINTF((bus, "I/O rid %d failed\n", i)); in pccard_function_init() 547 DEVPRINTF((bus, "Memory rid %d failed\n", i)); in pccard_function_init() 567 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-12.1/sys/dev/cardbus/ |
| H A D | cardbus_cis.c | 62 #define DEVPRINTF(x) if (cardbus_cis_debug) device_printf x macro 460 DEVPRINTF((cbdev, "CIS in PCI config space\n")); in cardbus_read_tuple_init() 470 DEVPRINTF((cbdev, "CIS in BAR %#x\n", *rid)); in cardbus_read_tuple_init() 474 DEVPRINTF((cbdev, "CIS in option rom\n")); in cardbus_read_tuple_init() 490 DEVPRINTF((cbdev, "CIS Mapped to %#jx\n", in cardbus_read_tuple_init() 558 DEVPRINTF((cbdev, "CIS offset is %#x\n", *start)); in cardbus_read_tuple_init() 597 DEVPRINTF((cbdev, "Warning: CIS pointer is 0: (no CIS)\n")); in cardbus_parse_cis() 601 DEVPRINTF((cbdev, "CIS pointer is %#x\n", start)); in cardbus_parse_cis()
|
| H A D | cardbus.c | 70 #define DEVPRINTF(x) if (cardbus_debug) device_printf x macro 214 DEVPRINTF((cbdev, "Cannot add child!\n")); in cardbus_attach_card() 223 DEVPRINTF((cbdev, "Warning: Bogus CIS ignored\n")); in cardbus_attach_card()
|
| /freebsd-12.1/sys/dev/pccbb/ |
| H A D | pccbb_pci.c | 114 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro 318 DEVPRINTF((brdev, "Found memory at %jx\n", in cbb_pci_attach() 359 DEVPRINTF((brdev, "Secondary bus is %d\n", sc->bus.sec)); in cbb_pci_attach() 365 DEVPRINTF((brdev, "Setting primary bus to %d\n", in cbb_pci_attach() 371 DEVPRINTF((brdev, "Secondary bus set to %d subbus %d\n", in cbb_pci_attach() 381 DEVPRINTF((brdev, "WARNING: cannot add cardbus bus.\n")); in cbb_pci_attach() 383 DEVPRINTF((brdev, "WARNING: cannot attach cardbus bus!\n")); in cbb_pci_attach() 387 DEVPRINTF((brdev, "WARNING: cannot add pccard bus.\n")); in cbb_pci_attach() 389 DEVPRINTF((brdev, "WARNING: cannot attach pccard bus.\n")); in cbb_pci_attach()
|
| H A D | pccbb.c | 117 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro 344 DEVPRINTF((sc->dev, "Waiting for thread to die\n")); in cbb_detach() 486 DEVPRINTF((sc->dev, in cbb_event_thread() 529 DEVPRINTF((sc->dev, "Thread terminating\n")); in cbb_event_thread() 547 DEVPRINTF((sc->dev, "card inserted: event=0x%08x, state=%08x\n", in cbb_insert() 768 DEVPRINTF((sc->dev, "cbb_power: %dV\n", volts)); in cbb_power() 1073 DEVPRINTF((brdev, in cbb_cardbus_io_open() 1094 DEVPRINTF((brdev, in cbb_cardbus_mem_open()
|
| H A D | pccbb_isa.c | 107 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro
|
| /freebsd-12.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() 668 DEVPRINTF(exca->dev, "Ident is %x\n", c); in exca_valid_slot()
|