Searched refs:NCR5380_hostdata (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/scsi/
H A DNCR5380.h200 struct NCR5380_hostdata { struct
291 static int NCR5380_poll_politely2(struct NCR5380_hostdata *,
295 static inline int NCR5380_poll_politely(struct NCR5380_hostdata *hostdata,
306 static int NCR5380_dma_xfer_len(struct NCR5380_hostdata *,
308 static int NCR5380_dma_send_setup(struct NCR5380_hostdata *,
310 static int NCR5380_dma_recv_setup(struct NCR5380_hostdata *,
312 static int NCR5380_dma_residual(struct NCR5380_hostdata *);
314 static inline int NCR5380_dma_xfer_none(struct NCR5380_hostdata *hostdata,
320 static inline int NCR5380_dma_setup_none(struct NCR5380_hostdata *hostdata,
326 static inline int NCR5380_dma_residual_none(struct NCR5380_hostdata *hostdat
[all...]
H A Ddmx3191d.c62 struct NCR5380_hostdata *hostdata;
77 sizeof(struct NCR5380_hostdata));
119 struct NCR5380_hostdata *hostdata = shost_priv(shost);
H A Dmac_scsi.c272 static inline void write_ctrl_reg(struct NCR5380_hostdata *hostdata, u32 value)
277 static inline int macscsi_pread(struct NCR5380_hostdata *hostdata,
336 static inline int macscsi_pwrite(struct NCR5380_hostdata *hostdata,
404 static int macscsi_dma_xfer_len(struct NCR5380_hostdata *hostdata,
415 static int macscsi_dma_residual(struct NCR5380_hostdata *hostdata)
445 struct NCR5380_hostdata *hostdata;
474 sizeof(struct NCR5380_hostdata));
H A Datari_scsi.c184 struct NCR5380_hostdata *hostdata = shost_priv(instance);
273 struct NCR5380_hostdata *hostdata = shost_priv(instance);
421 static unsigned long atari_scsi_dma_setup(struct NCR5380_hostdata *hostdata,
485 static inline int atari_scsi_dma_recv_setup(struct NCR5380_hostdata *hostdata,
491 static inline int atari_scsi_dma_send_setup(struct NCR5380_hostdata *hostdata,
497 static int atari_scsi_dma_residual(struct NCR5380_hostdata *hostdata)
538 static int atari_scsi_dma_xfer_len(struct NCR5380_hostdata *hostdata,
788 sizeof(struct NCR5380_hostdata));
829 struct NCR5380_hostdata *hostdata =
H A Dsun3_scsi.c220 static int sun3scsi_dma_setup(struct NCR5380_hostdata *hostdata,
311 static int sun3scsi_dma_count(struct NCR5380_hostdata *hostdata,
317 static inline int sun3scsi_dma_recv_setup(struct NCR5380_hostdata *hostdata,
323 static inline int sun3scsi_dma_send_setup(struct NCR5380_hostdata *hostdata,
329 static int sun3scsi_dma_residual(struct NCR5380_hostdata *hostdata)
334 static int sun3scsi_dma_xfer_len(struct NCR5380_hostdata *hostdata,
514 struct NCR5380_hostdata *hostdata;
581 sizeof(struct NCR5380_hostdata));
647 struct NCR5380_hostdata *hostdata = shost_priv(instance);
H A Dg_NCR5380.c117 struct NCR5380_hostdata *hostdata = shost_priv(instance);
151 struct NCR5380_hostdata *hostdata = shost_priv(instance);
234 struct NCR5380_hostdata *hostdata;
314 instance = scsi_host_alloc(tpnt, sizeof(struct NCR5380_hostdata));
468 struct NCR5380_hostdata *hostdata = shost_priv(instance);
493 static void wait_for_53c80_access(struct NCR5380_hostdata *hostdata)
519 static inline int generic_NCR5380_precv(struct NCR5380_hostdata *hostdata,
586 static inline int generic_NCR5380_psend(struct NCR5380_hostdata *hostdata,
663 static int generic_NCR5380_dma_xfer_len(struct NCR5380_hostdata *hostdata,
683 static int generic_NCR5380_dma_residual(struct NCR5380_hostdata *hostdat
[all...]
H A DNCR5380.c207 static int NCR5380_poll_politely2(struct NCR5380_hostdata *hostdata,
296 struct NCR5380_hostdata *hostdata = shost_priv(instance);
345 struct NCR5380_hostdata *hostdata = shost_priv(instance);
370 struct NCR5380_hostdata *hostdata = shost_priv(instance);
391 struct NCR5380_hostdata *hostdata = shost_priv(instance);
472 struct NCR5380_hostdata *hostdata = shost_priv(instance);
517 struct NCR5380_hostdata *hostdata = shost_priv(instance);
532 struct NCR5380_hostdata *hostdata = shost_priv(instance);
563 struct NCR5380_hostdata *hostdata = shost_priv(instance);
612 struct NCR5380_hostdata *hostdat
[all...]
/linux-master/drivers/scsi/arm/
H A Dcumana_1.c17 #define priv(host) ((struct NCR5380_hostdata *)(host)->hostdata)
33 struct NCR5380_hostdata;
34 static u8 cumanascsi_read(struct NCR5380_hostdata *, unsigned int);
35 static void cumanascsi_write(struct NCR5380_hostdata *, unsigned int, u8);
44 static inline int cumanascsi_pwrite(struct NCR5380_hostdata *hostdata,
111 static inline int cumanascsi_pread(struct NCR5380_hostdata *hostdata,
177 static int cumanascsi_dma_xfer_len(struct NCR5380_hostdata *hostdata,
183 static u8 cumanascsi_read(struct NCR5380_hostdata *hostdata,
199 static void cumanascsi_write(struct NCR5380_hostdata *hostdata,
241 host = scsi_host_alloc(&cumanascsi_template, sizeof(struct NCR5380_hostdata));
[all...]
H A Doak.c18 #define priv(host) ((struct NCR5380_hostdata *)(host)->hostdata)
41 static inline int oakscsi_pwrite(struct NCR5380_hostdata *hostdata,
56 static inline int oakscsi_pread(struct NCR5380_hostdata *hostdata,
129 host = scsi_host_alloc(&oakscsi_template, sizeof(struct NCR5380_hostdata));

Completed in 158 milliseconds