/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 276 ahc_freeze_untagged_queues(struct ahc_softc *ahc) in ahc_freeze_untagged_queues() 289 ahc_release_untagged_queues(struct ahc_softc *ahc) in ahc_release_untagged_queues() 308 ahc_pause_bug_fix(struct ahc_softc *ahc) in ahc_pause_bug_fix() 319 ahc_is_paused(struct ahc_softc *ahc) in ahc_is_paused() 332 ahc_pause(struct ahc_softc *ahc) in ahc_pause() 357 ahc_unpause(struct ahc_softc *ahc) in ahc_unpause() 388 ahc_hscb_busaddr(struct ahc_softc *ahc, u_int index) in ahc_hscb_busaddr() 395 ahc_sync_scb(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_scb() 404 ahc_sync_sglist(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_sglist() 417 ahc_targetcmd_offset(struct ahc_softc *ahc, u_int index) in ahc_targetcmd_offset() [all …]
|
H A D | aic7xxx_pci.c | 705 ahc_pci_config(struct ahc_softc *ahc, const struct ahc_pci_identity *entry) in ahc_pci_config() 969 ahc_ext_scbram_present(struct ahc_softc *ahc) in ahc_ext_scbram_present() 1005 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, in ahc_scbram_config() 1063 ahc_probe_ext_scbram(struct ahc_softc *ahc) in ahc_probe_ext_scbram() 1164 ahc_pci_test_register_access(struct ahc_softc *ahc) in ahc_pci_test_register_access() 1253 check_extport(struct ahc_softc *ahc, u_int *sxfrctl1) in check_extport() 1402 ahc_parse_pci_eeprom(struct ahc_softc *ahc, struct seeprom_config *sc) in ahc_parse_pci_eeprom() 1520 configure_termination(struct ahc_softc *ahc, in configure_termination() 1746 ahc_new_term_detect(struct ahc_softc *ahc, int *enableSEC_low, in ahc_new_term_detect() 1768 aic787X_cable_detect(struct ahc_softc *ahc, int *internal50_present, in aic787X_cable_detect() [all …]
|
H A D | aic7xxx_osm.c | 254 ahc_print_path(struct ahc_softc *ahc, struct scb *scb) in ahc_print_path() 401 ahc_inb(struct ahc_softc * ahc, long port) in ahc_inb() 415 ahc_outb(struct ahc_softc * ahc, long port, uint8_t val) in ahc_outb() 426 ahc_outsb(struct ahc_softc * ahc, long port, uint8_t *array, int count) in ahc_outsb() 440 ahc_insb(struct ahc_softc * ahc, long port, uint8_t *array, int count) in ahc_insb() 461 ahc_linux_unmap_scb(struct ahc_softc *ahc, struct scb *scb) in ahc_linux_unmap_scb() 472 ahc_linux_map_seg(struct ahc_softc *ahc, struct scb *scb, in ahc_linux_map_seg() 502 struct ahc_softc *ahc; in ahc_linux_info() local 524 struct ahc_softc *ahc; in ahc_linux_queue_lck() local 546 struct ahc_softc *ahc = in DEF_SCSI_QCMD() local [all …]
|
H A D | aic7xxx_osm_pci.c | 127 struct ahc_softc *ahc = dev_get_drvdata(dev); in ahc_linux_pci_dev_suspend() local 135 struct ahc_softc *ahc = dev_get_drvdata(dev); in ahc_linux_pci_dev_resume() local 145 struct ahc_softc *ahc = pci_get_drvdata(pdev); in ahc_linux_pci_dev_remove() local 158 ahc_linux_pci_inherit_flags(struct ahc_softc *ahc) in ahc_linux_pci_inherit_flags() 183 struct ahc_softc *ahc; in ahc_linux_pci_dev_probe() local 322 ahc_linux_pci_reserve_io_region(struct ahc_softc *ahc, resource_size_t *base) in ahc_linux_pci_reserve_io_region() 336 ahc_linux_pci_reserve_mem_region(struct ahc_softc *ahc, in ahc_linux_pci_reserve_mem_region() 362 ahc_pci_map_registers(struct ahc_softc *ahc) in ahc_pci_map_registers() 435 ahc_pci_map_int(struct ahc_softc *ahc) in ahc_pci_map_int()
|
H A D | aic7770.c | 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()
|
H 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() local 112 struct ahc_softc *ahc = dev_get_drvdata(dev); in aic7770_remove() local
|
H A D | aic7xxx_osm.h | 217 #define ahc_dmamap_sync(ahc, dma_tag, dmamap, offset, len, op) argument 385 ahc_lockinit(struct ahc_softc *ahc) in ahc_lockinit() 391 ahc_lock(struct ahc_softc *ahc, unsigned long *flags) in ahc_lock() 397 ahc_unlock(struct ahc_softc *ahc, unsigned long *flags) in ahc_unlock() 504 ahc_flush_device_writes(struct ahc_softc *ahc) in ahc_flush_device_writes() 624 ahc_get_sense_bufsize(struct ahc_softc *ahc, struct scb *scb) in ahc_get_sense_bufsize() 630 ahc_notify_xfer_settings_change(struct ahc_softc *ahc, in ahc_notify_xfer_settings_change() 637 ahc_platform_scb_free(struct ahc_softc *ahc, struct scb *scb) in ahc_platform_scb_free()
|
H A D | aic7xxx_proc.c | 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() local 292 struct ahc_softc *ahc = *(struct ahc_softc **)shost->hostdata; in ahc_linux_show_info() local
|
H A D | aic7xxx_inline.h | 60 static inline char *ahc_name(struct ahc_softc *ahc) in ahc_name()
|
H A D | aic7xxx.h | 68 #define SCSIID_TARGET(ahc, scsiid) \ argument 73 #define SCSIID_CHANNEL(ahc, scsiid) \ argument 77 #define SCB_IS_SCSIBUS_B(ahc, scb) \ argument 81 #define SCB_GET_TARGET(ahc, scb) \ argument 83 #define SCB_GET_CHANNEL(ahc, scb) \ argument 87 #define SCB_GET_TARGET_OFFSET(ahc, scb) \ argument 89 #define SCB_GET_TARGET_MASK(ahc, scb) \ argument
|