Searched refs:DEVPRINTF (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/cardbus/ |
H A D | cardbus_cis.c | 60 #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 D | cardbus.c | 69 #define DEVPRINTF(x) if (cardbus_debug) device_printf x macro 203 DEVPRINTF((cbdev, "Cannot add child!\n")); in cardbus_attach_card() 212 DEVPRINTF((cbdev, "Warning: Bogus CIS ignored\n")); in cardbus_attach_card()
|
/freebsd/sys/dev/exca/ |
H A D | exca.c | 81 #define DEVPRINTF(dev, fmt, args...) device_printf((dev), (fmt), ## args) macro 84 #define DEVPRINTF(dev, fmt, args...) macro 575 DEVPRINTF(sc->dev, "exca_wait_ready: status 0x%02x\n", in exca_wait_ready() 621 DEVPRINTF(sc->dev, "card type is io\n"); in exca_reset() 650 DEVPRINTF(brdev, "WARNING: cannot add pccard bus.\n"); in exca_init() 652 DEVPRINTF(brdev, "WARNING: cannot attach pccard bus.\n"); 672 DEVPRINTF(exca->dev, "Ident is %x\n", c); in exca_valid_slot()
|
/freebsd/sys/dev/pccbb/ |
H A D | pccbb.c | 110 #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()
|
H A D | pccbb_pci.c | 110 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro 304 DEVPRINTF((brdev, "Found memory at %jx\n", in cbb_pci_attach() 311 DEVPRINTF((brdev, "WARNING: cannot add cardbus bus.\n")); in cbb_pci_attach() 313 DEVPRINTF((brdev, "WARNING: cannot attach cardbus bus!\n")); in cbb_pci_attach()
|
/freebsd/sys/dev/usb/net/ |
H A D | if_ure.c | 84 #define DEVPRINTF(...) DEVPRINTFN(1, __VA_ARGS__) macro 86 #define DEVPRINTF(...) do { } while (0) macro
|