Searched refs:ahc_softc (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/scsi/aic7xxx/ |
A D | aic7xxx_inline.h | 49 int ahc_is_paused(struct ahc_softc *ahc); 50 void ahc_pause(struct ahc_softc *ahc); 51 void ahc_unpause(struct ahc_softc *ahc); 54 void ahc_sync_sglist(struct ahc_softc *ahc, 68 ahc_fetch_transinfo(struct ahc_softc *ahc, 73 ahc_inw(struct ahc_softc *ahc, u_int port); 77 ahc_inl(struct ahc_softc *ahc, u_int port); 81 ahc_inq(struct ahc_softc *ahc, u_int port); 85 ahc_get_scb(struct ahc_softc *ahc); 91 ahc_get_sense_buf(struct ahc_softc *ahc, [all …]
|
A D | aic7xxx_osm.h | 105 struct ahc_softc; 370 uint8_t ahc_inb(struct ahc_softc * ahc, long port); 372 void ahc_outsb(struct ahc_softc * ahc, long port, 374 void ahc_insb(struct ahc_softc * ahc, long port, 378 int ahc_linux_register_host(struct ahc_softc *, 385 ahc_lockinit(struct ahc_softc *ahc) in ahc_lockinit() 451 int aic7770_map_registers(struct ahc_softc *ahc, 467 int ahc_pci_map_int(struct ahc_softc *ahc); 506 ahc_flush_device_writes(struct ahc_softc *ahc) in ahc_flush_device_writes() 644 void ahc_platform_free(struct ahc_softc *ahc); [all …]
|
A D | aic7xxx.h | 569 struct ahc_softc *ahc_softc; member 901 struct ahc_softc { struct 1132 int ahc_pci_config(struct ahc_softc *, 1139 int aic7770_config(struct ahc_softc *ahc, 1144 int ahc_probe_scbs(struct ahc_softc *); 1153 int ahc_softc_init(struct ahc_softc *); 1155 int ahc_chip_init(struct ahc_softc *ahc); 1156 int ahc_init(struct ahc_softc *ahc); 1161 void ahc_set_unit(struct ahc_softc *, int); 1163 void ahc_free(struct ahc_softc *ahc); [all …]
|
A D | aic7xxx_osm.c | 501 struct ahc_softc *ahc; in ahc_linux_info() 523 struct ahc_softc *ahc; in ahc_linux_queue_lck() 757 struct ahc_softc *ahc; in ahc_linux_bus_reset() 1378 struct ahc_softc *ahc = *((struct ahc_softc **)sdev->host->hostdata); in ahc_linux_device_queue_depth() 2314 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata); in ahc_linux_set_width() 2328 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata); in ahc_linux_set_period() 2373 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata); in ahc_linux_set_offset() 2402 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata); in ahc_linux_set_dt() 2441 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata); 2470 struct ahc_softc *ahc = *((struct ahc_softc **)shost->hostdata); [all …]
|
A D | aic7xxx_pci.c | 1899 read_brdctl(struct ahc_softc *ahc) in read_brdctl() 1921 ahc_pci_intr(struct ahc_softc *ahc) in ahc_pci_intr() 1987 ahc_pci_chip_init(struct ahc_softc *ahc) in ahc_pci_chip_init() 2012 ahc_pci_resume(struct ahc_softc *ahc) in ahc_pci_resume() 2044 ahc_aic785X_setup(struct ahc_softc *ahc) in ahc_aic785X_setup() 2062 ahc_aic7860_setup(struct ahc_softc *ahc) in ahc_aic7860_setup() 2080 ahc_apa1480_setup(struct ahc_softc *ahc) in ahc_apa1480_setup() 2092 ahc_aic7870_setup(struct ahc_softc *ahc) in ahc_aic7870_setup() 2114 ahc_aha394X_setup(struct ahc_softc *ahc) in ahc_aha394X_setup() 2135 ahc_aha398X_setup(struct ahc_softc *ahc) in ahc_aha398X_setup() [all …]
|
A D | aic7xxx_core.c | 332 ahc_pause(struct ahc_softc *ahc) in ahc_pause() 357 ahc_unpause(struct ahc_softc *ahc) in ahc_unpause() 520 ahc_get_scb(struct ahc_softc *ahc) in ahc_get_scb() 723 ahc_intr(struct ahc_softc *ahc) in ahc_intr() 4378 struct ahc_softc * 4381 struct ahc_softc *ahc; in ahc_alloc() 4458 ahc_free(struct ahc_softc *ahc) in ahc_free() 4524 struct ahc_softc *ahc; in ahc_shutdown() 4527 ahc = (struct ahc_softc *)arg; in ahc_shutdown() 4984 next_scb->ahc_softc = ahc; in ahc_alloc_scbs() [all …]
|
A D | aic7xxx_osm_pci.c | 127 struct ahc_softc *ahc = dev_get_drvdata(dev); in ahc_linux_pci_dev_suspend() 135 struct ahc_softc *ahc = dev_get_drvdata(dev); in ahc_linux_pci_dev_resume() 145 struct ahc_softc *ahc = pci_get_drvdata(pdev); in ahc_linux_pci_dev_remove() 158 ahc_linux_pci_inherit_flags(struct ahc_softc *ahc) in ahc_linux_pci_inherit_flags() 165 struct ahc_softc *master = pci_get_drvdata(master_pdev); in ahc_linux_pci_inherit_flags() 183 struct ahc_softc *ahc; in ahc_linux_pci_dev_probe() 323 ahc_linux_pci_reserve_io_region(struct ahc_softc *ahc, resource_size_t *base) in ahc_linux_pci_reserve_io_region() 337 ahc_linux_pci_reserve_mem_region(struct ahc_softc *ahc, in ahc_linux_pci_reserve_mem_region() 363 ahc_pci_map_registers(struct ahc_softc *ahc) in ahc_pci_map_registers() 436 ahc_pci_map_int(struct ahc_softc *ahc) in ahc_pci_map_int()
|
A D | aic7770.c | 56 static int aic7770_chip_init(struct ahc_softc *ahc); 57 static int aha2840_load_seeprom(struct ahc_softc *ahc); 119 aic7770_config(struct ahc_softc *ahc, struct aic7770_identity *entry, u_int io) in aic7770_config() 256 aic7770_chip_init(struct ahc_softc *ahc) in aic7770_chip_init() 269 aha2840_load_seeprom(struct ahc_softc *ahc) in aha2840_load_seeprom() 355 ahc_aic7770_VL_setup(struct ahc_softc *ahc) in ahc_aic7770_VL_setup() 365 ahc_aic7770_EISA_setup(struct ahc_softc *ahc) in ahc_aic7770_EISA_setup() 375 ahc_aic7770_setup(struct ahc_softc *ahc) in ahc_aic7770_setup()
|
A D | aic7770_osm.c | 48 aic7770_map_registers(struct ahc_softc *ahc, u_int port) in aic7770_map_registers() 61 aic7770_map_int(struct ahc_softc *ahc, u_int irq) in aic7770_map_int() 82 struct ahc_softc *ahc; in aic7770_probe() 112 struct ahc_softc *ahc = dev_get_drvdata(dev); in aic7770_remove()
|
A D | aic7xxx_proc.c | 46 static void ahc_dump_target_state(struct ahc_softc *ahc, 134 ahc_dump_target_state(struct ahc_softc *ahc, struct seq_file *m, in ahc_dump_target_state() 190 struct ahc_softc *ahc = *(struct ahc_softc **)shost->hostdata; in ahc_proc_write_seeprom() 292 struct ahc_softc *ahc = *(struct ahc_softc **)shost->hostdata; in ahc_linux_show_info()
|
A D | aic7xxx_seq.h_shipped | 895 ahc_patch23_func(struct ahc_softc *ahc) 1007 ahc_patch9_func(struct ahc_softc *ahc) 1015 ahc_patch8_func(struct ahc_softc *ahc) 1023 ahc_patch7_func(struct ahc_softc *ahc) 1031 ahc_patch6_func(struct ahc_softc *ahc) 1039 ahc_patch5_func(struct ahc_softc *ahc) 1047 ahc_patch4_func(struct ahc_softc *ahc) 1055 ahc_patch3_func(struct ahc_softc *ahc) 1063 ahc_patch2_func(struct ahc_softc *ahc) 1071 ahc_patch1_func(struct ahc_softc *ahc) [all …]
|
A D | aic7xxx_93cx6.h | 54 struct ahc_softc *sd_ahc;
|
A D | aic7xxx.seq | 44 PATCH_ARG_LIST = "struct ahc_softc *ahc"
|
Completed in 37 milliseconds