Lines Matching refs:NCR_ESP
43 static int dma_bytes_sent(struct NCR_ESP *esp, int fifo_count);
44 static int dma_can_transfer(struct NCR_ESP *esp, Scsi_Cmnd *sp);
45 static void dma_dump_state(struct NCR_ESP *esp);
46 static void dma_init_read(struct NCR_ESP *esp, __u32 addr, int length);
47 static void dma_init_write(struct NCR_ESP *esp, __u32 addr, int length);
48 static void dma_ints_off(struct NCR_ESP *esp);
49 static void dma_ints_on(struct NCR_ESP *esp);
50 static int dma_irq_p(struct NCR_ESP *esp);
51 static int dma_ports_p(struct NCR_ESP *esp);
52 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write);
63 struct NCR_ESP *esp; in blz1230_esp_detect()
167 static int dma_bytes_sent(struct NCR_ESP *esp, int fifo_count) in dma_bytes_sent()
177 static int dma_can_transfer(struct NCR_ESP *esp, Scsi_Cmnd *sp) in dma_can_transfer()
188 static void dma_dump_state(struct NCR_ESP *esp) in dma_dump_state()
194 void dma_init_read(struct NCR_ESP *esp, __u32 addr, int length) in dma_init_read()
221 void dma_init_write(struct NCR_ESP *esp, __u32 addr, int length) in dma_init_write()
248 static void dma_ints_off(struct NCR_ESP *esp) in dma_ints_off()
253 static void dma_ints_on(struct NCR_ESP *esp) in dma_ints_on()
258 static int dma_irq_p(struct NCR_ESP *esp) in dma_irq_p()
263 static int dma_ports_p(struct NCR_ESP *esp) in dma_ports_p()
268 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write) in dma_setup()
291 unsigned long address = (unsigned long)((struct NCR_ESP *)instance->hostdata)->edev; in blz1230_esp_release()
292 esp_deallocate((struct NCR_ESP *)instance->hostdata); in blz1230_esp_release()