Home
last modified time | relevance | path

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

/drivers/scsi/aic7xxx/
Daic7xxx_core.c283 ahc_freeze_untagged_queues(struct ahc_softc *ahc) in ahc_freeze_untagged_queues()
296 ahc_release_untagged_queues(struct ahc_softc *ahc) in ahc_release_untagged_queues()
315 ahc_pause_bug_fix(struct ahc_softc *ahc) in ahc_pause_bug_fix()
326 ahc_is_paused(struct ahc_softc *ahc) in ahc_is_paused()
339 ahc_pause(struct ahc_softc *ahc) in ahc_pause()
364 ahc_unpause(struct ahc_softc *ahc) in ahc_unpause()
395 ahc_hscb_busaddr(struct ahc_softc *ahc, u_int index) in ahc_hscb_busaddr()
402 ahc_sync_scb(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_scb()
411 ahc_sync_sglist(struct ahc_softc *ahc, struct scb *scb, int op) in ahc_sync_sglist()
424 ahc_targetcmd_offset(struct ahc_softc *ahc, u_int index) in ahc_targetcmd_offset()
[all …]
Daic7xxx_pci.c712 ahc_pci_config(struct ahc_softc *ahc, const struct ahc_pci_identity *entry) in ahc_pci_config()
976 ahc_ext_scbram_present(struct ahc_softc *ahc) in ahc_ext_scbram_present()
1012 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, in ahc_scbram_config()
1070 ahc_probe_ext_scbram(struct ahc_softc *ahc) in ahc_probe_ext_scbram()
1171 ahc_pci_test_register_access(struct ahc_softc *ahc) in ahc_pci_test_register_access()
1260 check_extport(struct ahc_softc *ahc, u_int *sxfrctl1) in check_extport()
1409 ahc_parse_pci_eeprom(struct ahc_softc *ahc, struct seeprom_config *sc) in ahc_parse_pci_eeprom()
1527 configure_termination(struct ahc_softc *ahc, in configure_termination()
1753 ahc_new_term_detect(struct ahc_softc *ahc, int *enableSEC_low, in ahc_new_term_detect()
1775 aic787X_cable_detect(struct ahc_softc *ahc, int *internal50_present, in aic787X_cable_detect()
[all …]
Daic7xxx_osm.c253 ahc_print_path(struct ahc_softc *ahc, struct scb *scb) in ahc_print_path()
399 ahc_inb(struct ahc_softc * ahc, long port) in ahc_inb()
413 ahc_outb(struct ahc_softc * ahc, long port, uint8_t val) in ahc_outb()
424 ahc_outsb(struct ahc_softc * ahc, long port, uint8_t *array, int count) in ahc_outsb()
438 ahc_insb(struct ahc_softc * ahc, long port, uint8_t *array, int count) in ahc_insb()
459 ahc_linux_unmap_scb(struct ahc_softc *ahc, struct scb *scb) in ahc_linux_unmap_scb()
470 ahc_linux_map_seg(struct ahc_softc *ahc, struct scb *scb, in ahc_linux_map_seg()
500 struct ahc_softc *ahc; in ahc_linux_info() local
523 struct ahc_softc *ahc; in ahc_linux_queue_lck() local
546 struct ahc_softc *ahc = in DEF_SCSI_QCMD() local
[all …]
Daic7xxx_osm_pci.c128 struct ahc_softc *ahc = pci_get_drvdata(pdev); in ahc_linux_pci_dev_suspend() local
146 struct ahc_softc *ahc = pci_get_drvdata(pdev); in ahc_linux_pci_dev_resume() local
169 struct ahc_softc *ahc = pci_get_drvdata(pdev); in ahc_linux_pci_dev_remove() local
182 ahc_linux_pci_inherit_flags(struct ahc_softc *ahc) in ahc_linux_pci_inherit_flags()
207 struct ahc_softc *ahc; in ahc_linux_pci_dev_probe() local
346 ahc_linux_pci_reserve_io_region(struct ahc_softc *ahc, resource_size_t *base) in ahc_linux_pci_reserve_io_region()
360 ahc_linux_pci_reserve_mem_region(struct ahc_softc *ahc, in ahc_linux_pci_reserve_mem_region()
386 ahc_pci_map_registers(struct ahc_softc *ahc) in ahc_pci_map_registers()
459 ahc_pci_map_int(struct ahc_softc *ahc) in ahc_pci_map_int()
Daic7770.c125 aic7770_config(struct ahc_softc *ahc, struct aic7770_identity *entry, u_int io) in aic7770_config()
262 aic7770_chip_init(struct ahc_softc *ahc) in aic7770_chip_init()
275 aha2840_load_seeprom(struct ahc_softc *ahc) in aha2840_load_seeprom()
361 ahc_aic7770_VL_setup(struct ahc_softc *ahc) in ahc_aic7770_VL_setup()
371 ahc_aic7770_EISA_setup(struct ahc_softc *ahc) in ahc_aic7770_EISA_setup()
381 ahc_aic7770_setup(struct ahc_softc *ahc) in ahc_aic7770_setup()
Daic7770_osm.c48 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
111 struct ahc_softc *ahc = dev_get_drvdata(dev); in aic7770_remove() local
Daic7xxx_osm.h222 #define ahc_dmamap_sync(ahc, dma_tag, dmamap, offset, len, op) argument
390 ahc_lockinit(struct ahc_softc *ahc) in ahc_lockinit()
396 ahc_lock(struct ahc_softc *ahc, unsigned long *flags) in ahc_lock()
402 ahc_unlock(struct ahc_softc *ahc, unsigned long *flags) in ahc_unlock()
511 ahc_flush_device_writes(struct ahc_softc *ahc) in ahc_flush_device_writes()
654 ahc_get_sense_bufsize(struct ahc_softc *ahc, struct scb *scb) in ahc_get_sense_bufsize()
660 ahc_notify_xfer_settings_change(struct ahc_softc *ahc, in ahc_notify_xfer_settings_change()
667 ahc_platform_scb_free(struct ahc_softc *ahc, struct scb *scb) in ahc_platform_scb_free()
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
291 struct ahc_softc *ahc = *(struct ahc_softc **)shost->hostdata; in ahc_linux_show_info() local
Daic7xxx_inline.h60 static inline char *ahc_name(struct ahc_softc *ahc) in ahc_name()
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