Home
last modified time | relevance | path

Searched refs:ahd_debug (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Daic79xx.c370 if ((ahd_debug & AHD_SHOW_FIFOS) != 0) in ahd_clear_fifo()
899 if ((ahd_debug & AHD_SHOW_MISC) != 0) in ahd_handle_seqint()
953 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) in ahd_handle_seqint()
959 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) in ahd_handle_seqint()
1106 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) { in ahd_handle_seqint()
1123 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) { in ahd_handle_seqint()
1159 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) { in ahd_handle_seqint()
1332 if ((ahd_debug & AHD_SHOW_RECOVERY) != 0) { in ahd_handle_seqint()
1599 if ((ahd_debug & AHD_SHOW_SELTO) != 0) { in ahd_handle_scsiint()
1698 if ((ahd_debug & AHD_SHOW_MISC) != 0) in ahd_handle_scsiint()
[all …]
H A Daic79xx_inline.h110 if ((ahd_debug & AHD_SHOW_MODEPTR) != 0) in ahd_set_modes()
128 if ((ahd_debug & AHD_SHOW_MODEPTR) != 0) in ahd_update_modes()
789 if ((ahd_debug & AHD_SHOW_QUEUE) != 0) { in ahd_queue_scb()
H A Daic79xxvar.h107 ((ahd_debug & AHD_SHOW_MASKED_ERRORS) == 0 \
1483 extern uint32_t ahd_debug;
/netbsd-src/sys/dev/pci/
H A Dahd_pci.c769 if ((have_seeprom != 0) && (ahd_debug & AHD_DUMP_SEEPROM) != 0) { in ahd_check_extport()