Searched refs:dma_init_read (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dblz1230.c82 static void dma_init_read(struct NCR_ESP *esp, __u32 addr, int length);
139 esp->dma_init_read = &dma_init_read;
226 void dma_init_read(struct NCR_ESP *esp, __u32 addr, int length) function
306 dma_init_read(esp, addr, count);
H A Dblz2060.c76 static void dma_init_read(struct NCR_ESP *esp, __u32 addr, int length);
112 esp->dma_init_read = &dma_init_read;
191 static void dma_init_read(struct NCR_ESP *esp, __u32 addr, int length) function
258 dma_init_read(esp, addr, count);
H A Dcyberstorm.c84 static void dma_init_read(struct NCR_ESP *esp, __u32 addr, int length);
138 esp->dma_init_read = &dma_init_read;
224 static void dma_init_read(struct NCR_ESP *esp, __u32 addr, int length) function
313 dma_init_read(esp, addr, count);
H A DcyberstormII.c67 static void dma_init_read(struct NCR_ESP *esp, __u32 addr, int length);
120 esp->dma_init_read = &dma_init_read;
201 static void dma_init_read(struct NCR_ESP *esp, __u32 addr, int length) function
266 dma_init_read(esp, addr, count);
H A Dfastlane.c85 static void dma_init_read(struct NCR_ESP *esp, __u32 addr, int length);
150 esp->dma_init_read = &dma_init_read;
265 static void dma_init_read(struct NCR_ESP *esp, __u32 addr, int length) function
371 dma_init_read(esp, addr, count);
H A Dmca_53c9x.c82 static void dma_init_read(struct NCR_ESP *, __u32, int);
231 esp->dma_init_read = &dma_init_read;
340 static void dma_init_read(struct NCR_ESP *esp, __u32 addr, int length) function
425 dma_init_read(esp, addr, count);
H A Dsun3x_esp.c32 static void dma_init_read(struct NCR_ESP *esp, __u32 vaddress, int length);
65 esp->dma_init_read = &dma_init_read;
228 static void dma_init_read(struct NCR_ESP *esp, __u32 vaddress, int length) function
H A Doktagon_esp.c54 static void dma_init_read(struct NCR_ESP *esp, __u32 vaddress, int length);
153 esp->dma_init_read = &dma_init_read;
405 static void dma_init_read(struct NCR_ESP *esp, __u32 vaddress, int length) function
411 panic("dma_init_read while dma process is initialized/running!\n");
469 dma_init_read(esp, addr, count);
H A Ddec_esp.c60 static void dma_init_read(struct NCR_ESP *esp, u32 vaddress, int length);
136 esp->dma_init_read = &dma_init_read;
274 esp->dma_init_read = &pmaz_dma_init_read;
436 static void dma_init_read(struct NCR_ESP *esp, u32 vaddress, int length) function
531 dma_init_read(esp, addr, count);
H A Dmac_esp.c52 static void dma_init_read(struct NCR_ESP * esp, char * vaddress, int length);
390 esp->dma_init_read = NULL;
594 static void dma_init_read(struct NCR_ESP * esp, char * vaddress, int length) function
596 printk("mac_esp: dma_init_read\n");
685 dma_init_read(esp, (char *) addr, count);
H A DNCR53C9x.h418 void (*dma_init_read)(struct NCR_ESP *, __u32, int); member in struct:NCR_ESP
H A DNCR53C9x.c2400 esp->dma_init_read(esp, esp->esp_command_dvma, 2);

Completed in 95 milliseconds