Searched refs:dma_setup (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dmvme147.c31 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) function
85 wd33c93_init(mvme147_host, regs, dma_setup, dma_stop, WD33C93_FS_8_10);
H A Dblz1230.c88 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write);
145 esp->dma_setup = &dma_setup;
300 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write) function
H A Dblz2060.c84 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write);
118 esp->dma_setup = &dma_setup;
252 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write) function
H A Dcyberstorm.c92 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write);
144 esp->dma_setup = &dma_setup;
307 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write) function
H A DcyberstormII.c75 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write);
126 esp->dma_setup = &dma_setup;
260 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write) function
H A Dfastlane.c94 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write);
156 esp->dma_setup = &dma_setup;
365 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write) function
H A Dmca_53c9x.c88 static void dma_setup(struct NCR_ESP *, __u32, int, int);
237 esp->dma_setup = &dma_setup;
420 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write) function
H A Dsun3x_esp.c40 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write);
71 esp->dma_setup = &dma_setup;
300 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write) function
306 // printk("dma_setup %c addr %08x cnt %08x\n",
H A Dmac_esp.c61 static void dma_setup(struct NCR_ESP * esp, __u32 addr, int count, int write);
415 esp->dma_setup = &dma_setup_quick;
417 esp->dma_setup = &dma_setup;
677 static void dma_setup(struct NCR_ESP * esp, __u32 addr, int count, int write) function
681 printk("mac_esp: dma_setup\n");
H A Doktagon_esp.c62 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write);
159 esp->dma_setup = &dma_setup;
463 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write) function
H A Dsgiwd93.c94 static int dma_setup(struct scsi_cmnd *cmd, int datainp) function
101 pr_debug("dma_setup: datainp<%d> hcp<%p> ", datainp, hcp);
249 wd33c93_init(host, regs, dma_setup, dma_stop, WD33C93_FS_MHZ(20));
H A Da2091.c42 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) function
199 wd33c93_init(instance, regs, dma_setup, dma_stop, WD33C93_FS_8_10);
H A Da3000.c46 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) function
191 wd33c93_init(a3000_host, regs, dma_setup, dma_stop, WD33C93_FS_12_15);
H A Ddec_esp.c66 static void dma_setup(struct NCR_ESP *esp, u32 addr, int count, int write);
142 esp->dma_setup = &dma_setup;
280 esp->dma_setup = &pmaz_dma_setup;
524 static void dma_setup(struct NCR_ESP *esp, u32 addr, int count, int write) function
H A Dgvp11.c49 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) function
326 wd33c93_init(instance, regs, dma_setup, dma_stop,
H A Dwd33c93.h235 dma_setup_t dma_setup; member in struct:WD33C93_hostdata
H A DNCR53C9x.h424 void (*dma_setup)(struct NCR_ESP *, __u32, int, int); member in struct:NCR_ESP
H A Dwd33c93.c647 if (hostdata->dma_setup(cmd,
745 if (hostdata->no_dma || hostdata->dma_setup(cmd, data_in_dir)) {
1934 hostdata->dma_setup = setup;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/pci/
H A Dns87415.c263 hwif->dma_setup = &ns87415_ide_dma_setup;
H A Dtrm290.c288 hwif->dma_setup = &trm290_ide_dma_setup;
H A Dalim15x3.c672 hwif->dma_setup = &ali15x3_dma_setup;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/
H A Dide-dma.c1005 if (!hwif->dma_setup)
1006 hwif->dma_setup = &ide_dma_setup;
H A Dide-taskfile.c148 if (!hwif->dma_setup(drive)) {
847 hwif->dma_setup(drive);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/arm/
H A Dicside.c488 hwif->dma_setup = icside_dma_setup;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ide/mips/
H A Dau1xxx-ide.c728 hwif->dma_setup = &auide_dma_setup;

Completed in 306 milliseconds

12