Lines Matching refs:NCR_ESP
44 static int dma_bytes_sent(struct NCR_ESP *esp, int fifo_count);
45 static int dma_can_transfer(struct NCR_ESP *esp, Scsi_Cmnd *sp);
46 static void dma_dump_state(struct NCR_ESP *esp);
47 static void dma_init_read(struct NCR_ESP *esp, __u32 addr, int length);
48 static void dma_init_write(struct NCR_ESP *esp, __u32 addr, int length);
49 static void dma_ints_off(struct NCR_ESP *esp);
50 static void dma_ints_on(struct NCR_ESP *esp);
51 static int dma_irq_p(struct NCR_ESP *esp);
52 static void dma_led_off(struct NCR_ESP *esp);
53 static void dma_led_on(struct NCR_ESP *esp);
54 static int dma_ports_p(struct NCR_ESP *esp);
55 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write);
72 struct NCR_ESP *esp; in cyber_esp_detect()
162 static int dma_bytes_sent(struct NCR_ESP *esp, int fifo_count) in dma_bytes_sent()
172 static int dma_can_transfer(struct NCR_ESP *esp, Scsi_Cmnd *sp) in dma_can_transfer()
183 static void dma_dump_state(struct NCR_ESP *esp) in dma_dump_state()
192 static void dma_init_read(struct NCR_ESP *esp, __u32 addr, int length) in dma_init_read()
229 static void dma_init_write(struct NCR_ESP *esp, __u32 addr, int length) in dma_init_write()
256 static void dma_ints_off(struct NCR_ESP *esp) in dma_ints_off()
261 static void dma_ints_on(struct NCR_ESP *esp) in dma_ints_on()
266 static int dma_irq_p(struct NCR_ESP *esp) in dma_irq_p()
274 static void dma_led_off(struct NCR_ESP *esp) in dma_led_off()
280 static void dma_led_on(struct NCR_ESP *esp) in dma_led_on()
286 static int dma_ports_p(struct NCR_ESP *esp) in dma_ports_p()
291 static void dma_setup(struct NCR_ESP *esp, __u32 addr, int count, int write) in dma_setup()
314 unsigned long address = (unsigned long)((struct NCR_ESP *)instance->hostdata)->edev; in cyber_esp_release()
316 esp_deallocate((struct NCR_ESP *)instance->hostdata); in cyber_esp_release()