Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_core.c283 if ((ahd_debug & AHD_SHOW_MODEPTR) != 0) in ahd_set_modes()
301 if ((ahd_debug & AHD_SHOW_MODEPTR) != 0) in ahd_update_modes()
1168 if ((ahd_debug & AHD_SHOW_FIFOS) != 0) in ahd_clear_fifo()
1794 if ((ahd_debug & AHD_SHOW_MISC) != 0) in ahd_handle_seqint()
2604 if ((ahd_debug & AHD_SHOW_MISC) != 0) in ahd_handle_scsiint()
3560 uint32_t ahd_debug = AHD_DEBUG_OPTS; variable
6570 if ((ahd_debug & AHD_SHOW_MISC) != 0) in ahd_setup_iocell_workaround()
6837 if (ahd_debug & AHD_SHOW_MEMORY) in ahd_alloc_scbs()
6873 if (ahd_debug & AHD_SHOW_MEMORY) in ahd_alloc_scbs()
8938 if (ahd_debug & AHD_SHOW_SENSE) { in ahd_handle_scsi_status()
[all …]
H A Daic79xx_osm.c1137 { "debug", &ahd_debug }, in aic79xx_setup()
1928 if (ahd_debug & AHD_SHOW_SENSE) { in ahd_linux_handle_scsi_status()
2383 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_period()
2436 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_offset()
2472 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_dt()
2514 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_qas()
2553 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_iu()
2593 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_rd_strm()
2629 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_wr_flow()
2673 if ((ahd_debug & AHD_SHOW_DV) != 0) in ahd_linux_set_rti()
[all …]
H A DKconfig.aic79xx76 variable ahd_debug in that file to find them.
H A Daic79xx.h91 ((ahd_debug & AHD_SHOW_MASKED_ERRORS) == 0 \
1435 extern uint32_t ahd_debug;
H A Daic79xx_pci.c604 && (ahd_debug & AHD_DUMP_SEEPROM) != 0) { in ahd_check_extport()