Searched refs:dma_init_write (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.c83 static void dma_init_write(struct NCR_ESP *esp, __u32 addr, int length);
140 esp->dma_init_write = &dma_init_write;
253 void dma_init_write(struct NCR_ESP *esp, __u32 addr, int length) function
308 dma_init_write(esp, addr, count);
H A Dblz2060.c77 static void dma_init_write(struct NCR_ESP *esp, __u32 addr, int length);
113 esp->dma_init_write = &dma_init_write;
206 static void dma_init_write(struct NCR_ESP *esp, __u32 addr, int length) function
260 dma_init_write(esp, addr, count);
H A Dcyberstorm.c85 static void dma_init_write(struct NCR_ESP *esp, __u32 addr, int length);
139 esp->dma_init_write = &dma_init_write;
253 static void dma_init_write(struct NCR_ESP *esp, __u32 addr, int length) function
315 dma_init_write(esp, addr, count);
H A DcyberstormII.c68 static void dma_init_write(struct NCR_ESP *esp, __u32 addr, int length);
121 esp->dma_init_write = &dma_init_write;
215 static void dma_init_write(struct NCR_ESP *esp, __u32 addr, int length) function
268 dma_init_write(esp, addr, count);
H A Dfastlane.c86 static void dma_init_write(struct NCR_ESP *esp, __u32 vaddr, int length);
151 esp->dma_init_write = &dma_init_write;
284 static void dma_init_write(struct NCR_ESP *esp, __u32 addr, int length) function
373 dma_init_write(esp, addr, count);
H A Dmca_53c9x.c83 static void dma_init_write(struct NCR_ESP *, __u32, int);
232 esp->dma_init_write = &dma_init_write;
358 static void dma_init_write(struct NCR_ESP *esp, __u32 addr, int length) function
423 dma_init_write(esp, addr, count);
H A Dsun3x_esp.c33 static void dma_init_write(struct NCR_ESP *esp, __u32 vaddress, int length);
66 esp->dma_init_write = &dma_init_write;
237 static void dma_init_write(struct NCR_ESP *esp, __u32 vaddress, int length) function
H A Doktagon_esp.c55 static void dma_init_write(struct NCR_ESP *esp, __u32 vaddress, int length);
154 esp->dma_init_write = &dma_init_write;
420 static void dma_init_write(struct NCR_ESP *esp, __u32 vaddress, int length) function
425 panic("dma_init_write while dma process is initialized/running!\n");
471 dma_init_write(esp, addr, count);
H A Ddec_esp.c61 static void dma_init_write(struct NCR_ESP *esp, u32 vaddress, int length);
137 esp->dma_init_write = &dma_init_write;
275 esp->dma_init_write = &pmaz_dma_init_write;
470 static void dma_init_write(struct NCR_ESP *esp, u32 vaddress, int length) function
533 dma_init_write(esp, addr, count);
H A Dmac_esp.c53 static void dma_init_write(struct NCR_ESP * esp, char * vaddress, int length);
391 esp->dma_init_write = NULL;
600 static void dma_init_write(struct NCR_ESP * esp, char * vaddress, int length) function
602 printk("mac_esp: dma_init_write\n");
687 dma_init_write(esp, (char *) addr, count);
H A DNCR53C9x.h419 void (*dma_init_write)(struct NCR_ESP *, __u32, int); member in struct:NCR_ESP
H A DNCR53C9x.c1223 esp->dma_init_write(esp, esp->esp_command_dvma, i);

Completed in 255 milliseconds