• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/

Lines Matching defs:ahc

83 #define AIC_LIB_PREFIX ahc
199 int ahc_dmamap_load(struct ahc_softc *ahc, bus_dma_tag_t /*dmat*/,
214 #define ahc_dmamap_sync(ahc, dma_tag, dmamap, offset, len, op)
367 uint8_t ahc_inb(struct ahc_softc * ahc, long port);
368 void ahc_outb(struct ahc_softc * ahc, long port, uint8_t val);
369 void ahc_outsb(struct ahc_softc * ahc, long port,
371 void ahc_insb(struct ahc_softc * ahc, long port,
390 ahc_lockinit(struct ahc_softc *ahc)
392 spin_lock_init(&ahc->platform_data->spin_lock);
396 ahc_lock(struct ahc_softc *ahc, unsigned long *flags)
398 spin_lock_irqsave(&ahc->platform_data->spin_lock, *flags);
402 ahc_unlock(struct ahc_softc *ahc, unsigned long *flags)
404 spin_unlock_irqrestore(&ahc->platform_data->spin_lock, *flags);
456 int aic7770_map_registers(struct ahc_softc *ahc,
458 int aic7770_map_int(struct ahc_softc *ahc, u_int irq);
471 int ahc_pci_map_registers(struct ahc_softc *ahc);
472 int ahc_pci_map_int(struct ahc_softc *ahc);
511 ahc_flush_device_writes(struct ahc_softc *ahc)
513 ahc_inb(ahc, INTSTAT);
542 static inline void ahc_platform_scb_free(struct ahc_softc *ahc,
653 ahc_get_sense_bufsize(struct ahc_softc *ahc, struct scb *scb)
659 ahc_notify_xfer_settings_change(struct ahc_softc *ahc,
666 ahc_platform_scb_free(struct ahc_softc *ahc, struct scb *scb)
670 int ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg);
671 void ahc_platform_free(struct ahc_softc *ahc);
672 void ahc_platform_freeze_devq(struct ahc_softc *ahc, struct scb *scb);
683 void ahc_platform_set_tags(struct ahc_softc *ahc, struct scsi_device *sdev,
685 int ahc_platform_abort_scbs(struct ahc_softc *ahc, int target,
690 void ahc_platform_flushwork(struct ahc_softc *ahc);
695 void ahc_platform_dump_card_state(struct ahc_softc *ahc);