Home
last modified time | relevance | path

Searched refs:aic79xx (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/scsi/aic7xxx/
DMakefile12 obj-$(CONFIG_SCSI_AIC79XX) += aic79xx.o
28 aic79xx-y += aic79xx_core.o \
30 aic79xx-$(CONFIG_AIC79XX_REG_PRETTY_PRINT) += aic79xx_reg_print.o
33 aic79xx-y += aic79xx_osm.o \
49 $(addprefix $(obj)/,$(aic79xx-y)): $(obj)/aic79xx_seq.h $(obj)/aic79xx_reg.h
69 aic79xx-gen-$(CONFIG_AIC79XX_BUILD_FIRMWARE) := $(obj)/aic79xx_reg.h
70 aic79xx-gen-$(CONFIG_AIC79XX_REG_PRETTY_PRINT) += $(obj)/aic79xx_reg_print.c
76 $(obj)/aic79xx_seq.h: $(src)/aic79xx.seq $(src)/aic79xx.reg $(obj)/aicasm/aicasm
79 $(srctree)/$(src)/aic79xx.seq
81 $(aic79xx-gen-y): $(objtree)/$(obj)/aic79xx_seq.h
DKconfig.aic79xx3 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic79xx#4 $
34 "tag_info" option. See Documentation/scsi/aic79xx.txt for details.
52 source to the aic79xx driver and wish to have the generated firmware
64 Compile in aic79xx debugging code that can be useful in diagnosing
74 are defined in the drivers/scsi/aic7xxx/aic79xx.h - search for the
DKconfig.aic7xxx3 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic7xxx#7 $
Daic79xx_osm.c317 static char *aic79xx = NULL; variable
323 module_param(aic79xx, charp, 0444);
324 MODULE_PARM_DESC(aic79xx,
2860 if (aic79xx) in ahd_linux_init()
2861 aic79xx_setup(aic79xx); in ahd_linux_init()
Daic79xx_reg_print.c_shipped5 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $
6 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#77 $
Daic79xx_seq.h_shipped5 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $
6 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#77 $
Daic79xx_reg.h_shipped5 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $
6 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#77 $
Daic79xx.reg42 VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#77 $"
46 * firmware for the aic79xx family of SCSI host adapters as well as to generate
Daic79xx.seq43 VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $"
47 #include "aic79xx.reg"
/Linux-v4.19/Documentation/scsi/
Dscsi-parameters.txt27 aic79xx= [HW,SCSI]
28 See Documentation/scsi/aic79xx.txt.
Daic79xx.txt219 line containing 'options aic79xx aic79xx=[command[,command...]]' where
231 be found in drivers/scsi/aic7xxx/aic79xx.h under
381 Example: 'options aic79xx aic79xx=verbose,rd_strm:{{0x0041}}'
D00-INDEX43 aic79xx.txt
/Linux-v4.19/drivers/scsi/
DKconfig469 source "drivers/scsi/aic7xxx/Kconfig.aic79xx"