Searched refs:aic79xx (Results 1 - 9 of 9) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | Makefile | 4 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Makefile#8 $ 11 obj-$(CONFIG_SCSI_AIC79XX) += aic79xx.o 27 aic79xx-y += aic79xx_core.o \ 29 aic79xx-$(CONFIG_AIC79XX_REG_PRETTY_PRINT) += aic79xx_reg_print.o 32 aic79xx-y += aic79xx_osm.o \ 48 $(addprefix $(obj)/,$(aic79xx-y)): $(obj)/aic79xx_seq.h $(obj)/aic79xx_reg.h 67 aic79xx-gen-$(CONFIG_AIC79XX_BUILD_FIRMWARE) := $(obj)/aic79xx_reg.h 68 aic79xx-gen-$(CONFIG_AIC79XX_REG_PRETTY_PRINT) += $(obj)/aic79xx_reg_print.c 74 $(obj)/aic79xx_seq.h: $(src)/aic79xx.seq $(src)/aic79xx.reg $(obj)/aicasm/aicasm 77 $(src)/aic79xx.seq 79 $(aic79xx-gen-y): $(obj)/aic79xx_seq.h
|
H A D | aic79xx_osm_pci.c | 151 printk(KERN_ERR "aic79xx: no multichannel peer found!\n"); ahd_linux_pci_inherit_flags() 228 .name = "aic79xx", 263 if (!request_region(*base, 256, "aic79xx")) ahd_linux_pci_reserve_io_regions() 265 if (!request_region(*base2, 256, "aic79xx")) { ahd_linux_pci_reserve_io_regions() 293 if (!request_mem_region(start, 0x1000, "aic79xx")) ahd_linux_pci_reserve_mem_region() 335 printk("aic79xx: PCI Device %d:%d:%d " ahd_pci_map_registers() 348 printk("aic79xx: PCI%d:%d:%d MEM region 0x%llx " ahd_pci_map_registers() 367 printk("aic79xx: PCI%d:%d:%d IO regions 0x%llx and " ahd_pci_map_registers() 386 IRQF_SHARED, "aic79xx", ahd); ahd_pci_map_int()
|
H A D | aic79xx_proc.c | 247 printk("aic79xx: Unable to allocate serial " ahd_proc_write_seeprom() 252 printk("aic79xx: Writing Serial EEPROM\n"); ahd_proc_write_seeprom()
|
H A D | aic79xx_osm.c | 78 * append="aic79xx=verbose,tag_info:{{32,32,32,32},{32,32,32,32}}" 107 * the devices on the first probed aic79xx adapter. 300 * impossible to use aic79xx Rev B chip in 320 speeds. The following 317 static char *aic79xx = NULL; variable 323 module_param(aic79xx, charp, 0444); 324 MODULE_PARM_DESC(aic79xx, 349 " options aic79xx 'aic79xx=verbose.tag_info:{{}.{}.{..10}}.seltime:1'\n" 907 .name = "aic79xx", 908 .proc_name = "aic79xx", 1141 * ie. aic79xx=stpwlev:1,extended 1220 __setup("aic79xx=", aic79xx_setup); 1266 printk(KERN_WARNING "aic79xx: scsi_add_host failed\n"); ahd_linux_register_host() 1506 "aic79xx: WARNING: Insufficient tag_info instances\n" ahd_linux_user_tagdepth() 1507 "aic79xx: for installed controllers. Using defaults\n" ahd_linux_user_tagdepth() 1508 "aic79xx: Please update the aic79xx_tag_info array in\n" ahd_linux_user_tagdepth() 1509 "aic79xx: the aic79xx_osm.c source file.\n"); ahd_linux_user_tagdepth() 2861 if (aic79xx) ahd_linux_init() 2862 aic79xx_setup(aic79xx); ahd_linux_init()
|
H A D | aic79xx.h | 40 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.h#109 $ 311 * in some situations. Some aic79xx chip revs. are more 491 /*18*/ uint8_t control; /* See SCB_CONTROL in aic79xx.reg for details */
|
H A D | aic79xx_osm.h | 220 #include "aic79xx.h"
|
H A D | aic79xx_core.c | 40 * $Id: //depot/aic7xxx/aic7xxx/aic79xx.c#250 $ 7621 printk("aic79xx: failed to set the SLOWCRC bit\n"); ahd_chip_init() 7623 printk("aic79xx: SLOWCRC bit set\n"); ahd_chip_init()
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | pci-dma.c | 76 mode that is as efficient as 32bit (aic79xx). Don't force iommu_dma_supported()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | pci-dma.c | 239 mode that is as efficient as 32bit (aic79xx). Don't force dma_supported()
|
Completed in 203 milliseconds