Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A 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 \
48 $(addprefix $(obj)/,$(aic79xx-y)): $(obj)/aic79xx_seq.h $(obj)/aic79xx_reg.h
68 aic79xx-gen-$(CONFIG_AIC79XX_BUILD_FIRMWARE) := $(obj)/aic79xx_reg.h
69 aic79xx-gen-$(CONFIG_AIC79XX_REG_PRETTY_PRINT) += $(obj)/aic79xx_reg_print.c
75 $(obj)/aic79xx_seq.h: $(src)/aic79xx.seq $(src)/aic79xx.reg $(obj)/aicasm/aicasm
78 $(srctree)/$(src)/aic79xx.seq
80 $(aic79xx-gen-y): $(objtree)/$(obj)/aic79xx_seq.h
H A DKconfig.aic79xx4 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic79xx#4 $
35 "tag_info" option. See Documentation/scsi/aic79xx.rst for details.
53 source to the aic79xx driver and wish to have the generated firmware
65 Compile in aic79xx debugging code that can be useful in diagnosing
75 are defined in the drivers/scsi/aic7xxx/aic79xx.h - search for the
H A DKconfig.aic7xxx4 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic7xxx#7 $
H A Daic79xx_osm.c317 static char *aic79xx = NULL; variable
323 module_param(aic79xx, charp, 0444);
324 MODULE_PARM_DESC(aic79xx,
2826 if (aic79xx) in ahd_linux_init()
2827 aic79xx_setup(aic79xx); in ahd_linux_init()
H A Daic79xx_reg_print.c_shipped5 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $
6 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#77 $
H A Daic79xx_seq.h_shipped5 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $
6 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#77 $
H A Daic79xx_reg.h_shipped5 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $
6 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#77 $
H A 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
H A Daic79xx.seq43 VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#120 $"
47 #include "aic79xx.reg"
/openbmc/linux/Documentation/scsi/
H A Dindex.rst46 aic79xx
H A Dscsi-parameters.rst31 aic79xx= [HW,SCSI]
32 See Documentation/scsi/aic79xx.rst.
H A Daic79xx.rst233 line containing ``options aic79xx aic79xx=[command[,command...]]`` where
245 be found in drivers/scsi/aic7xxx/aic79xx.h under
468 options aic79xx aic79xx=verbose,rd_strm:{{0x0041}}
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt588 aic79xx.h: 46803
596 aic79xx.reg: 73912
599 aic79xx.seq: 72735
601 aic79xx.txt: 24091
/openbmc/linux/drivers/scsi/
H A DKconfig448 source "drivers/scsi/aic7xxx/Kconfig.aic79xx"