Home
last modified time | relevance | path

Searched defs:ahc (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c276 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 Daic7xxx_pci.c705 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 Daic7770.c104 aic7770_config(struct ahc_softc *ahc, struct aic7770_identity *entry, u_int io) in aic7770_config()
241 aic7770_chip_init(struct ahc_softc *ahc) in aic7770_chip_init()
254 aha2840_load_seeprom(struct ahc_softc *ahc) in aha2840_load_seeprom()
340 ahc_aic7770_VL_setup(struct ahc_softc *ahc) in ahc_aic7770_VL_setup()
350 ahc_aic7770_EISA_setup(struct ahc_softc *ahc) in ahc_aic7770_EISA_setup()
360 ahc_aic7770_setup(struct ahc_softc *ahc) in ahc_aic7770_setup()
H A Daic7xxx_proc.c134 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 Daic7xxx_osm.h217 #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 Daic7xxx_inline.h60 static inline char *ahc_name(struct ahc_softc *ahc) in ahc_name()
H A Daic7xxx.h68 #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