Home
last modified time | relevance | path

Searched refs:DEVPRINTF (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cardbus/
H A Dcardbus_cis.c60 #define DEVPRINTF(x) if (cardbus_cis_debug) device_printf x macro
457 DEVPRINTF((cbdev, "CIS in PCI config space\n")); in cardbus_read_tuple_init()
467 DEVPRINTF((cbdev, "CIS in BAR %#x\n", *rid)); in cardbus_read_tuple_init()
471 DEVPRINTF((cbdev, "CIS in option rom\n")); in cardbus_read_tuple_init()
487 DEVPRINTF((cbdev, "CIS Mapped to %#jx\n", in cardbus_read_tuple_init()
555 DEVPRINTF((cbdev, "CIS offset is %#x\n", *start)); in cardbus_read_tuple_init()
594 DEVPRINTF((cbdev, "Warning: CIS pointer is 0: (no CIS)\n")); in cardbus_parse_cis()
598 DEVPRINTF((cbdev, "CIS pointer is %#x\n", start)); in cardbus_parse_cis()
H A Dcardbus.c69 #define DEVPRINTF(x) if (cardbus_debug) device_printf x macro
213 DEVPRINTF((cbdev, "Cannot add child!\n")); in cardbus_attach_card()
222 DEVPRINTF((cbdev, "Warning: Bogus CIS ignored\n")); in cardbus_attach_card()
/freebsd/sys/dev/exca/
H A Dexca.c81 #define DEVPRINTF(dev, fmt, args...) device_printf((dev), (fmt), ## args) macro
84 #define DEVPRINTF(dev, fmt, args...) macro
573 DEVPRINTF(sc->dev, "exca_wait_ready: status 0x%02x\n", in exca_wait_ready()
619 DEVPRINTF(sc->dev, "card type is io\n"); in exca_reset()
648 DEVPRINTF(brdev, "WARNING: cannot add pccard bus.\n"); in exca_init()
650 DEVPRINTF(brdev, "WARNING: cannot attach pccard bus.\n"); in exca_init()
670 DEVPRINTF(exca->dev, "Ident is %x\n", c); in exca_valid_slot()
/freebsd/sys/dev/pccbb/
H A Dpccbb_pci.c110 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro
313 DEVPRINTF((brdev, "Found memory at %jx\n", in cbb_pci_attach()
320 DEVPRINTF((brdev, "WARNING: cannot add cardbus bus.\n")); in cbb_pci_attach()
322 DEVPRINTF((brdev, "WARNING: cannot attach cardbus bus!\n")); in cbb_pci_attach()
361 DEVPRINTF((brdev, "Secondary bus is %d\n", sc->bus.sec)); in cbb_pci_attach()
367 DEVPRINTF((brdev, "Setting primary bus to %d\n", in cbb_pci_attach()
373 DEVPRINTF((brdev, "Secondary bus set to %d subbus %d\n", in cbb_pci_attach()
H A Dpccbb.c110 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro
338 DEVPRINTF((sc->dev, "Waiting for thread to die\n")); in cbb_detach()
479 DEVPRINTF((sc->dev, in cbb_event_thread()
522 DEVPRINTF((sc->dev, "Thread terminating\n")); in cbb_event_thread()
540 DEVPRINTF((sc->dev, "card inserted: event=0x%08x, state=%08x\n", in cbb_insert()
752 DEVPRINTF((sc->dev, "cbb_power: %dV\n", volts)); in cbb_power()
1055 DEVPRINTF((brdev, in cbb_cardbus_io_open()
1076 DEVPRINTF((brdev, in cbb_cardbus_mem_open()
/freebsd/sys/dev/usb/net/
H A Dif_ure.c84 #define DEVPRINTF(...) DEVPRINTFN(1, __VA_ARGS__) macro
86 #define DEVPRINTF(...) do { } while (0) macro