Home
last modified time | relevance | path

Searched defs:ispmdvec (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/disk/isp/
H A Dispvar.h46 struct ispmdvec { struct
47 int (*dv_rd_isr) (ispsoftc_t *, uint32_t *, uint16_t *, uint16_t *);
48 uint32_t (*dv_rd_reg) (ispsoftc_t *, int);
49 void (*dv_wr_reg) (ispsoftc_t *, int, uint32_t);
50 int (*dv_mbxdma) (ispsoftc_t *);
51 int (*dv_dmaset) (ispsoftc_t *, XS_T *, void *);
52 void (*dv_dmaclr) (ispsoftc_t *, XS_T *, uint32_t);
53 void (*dv_reset0) (ispsoftc_t *);
54 void (*dv_reset1) (ispsoftc_t *);
55 void (*dv_dregs) (ispsoftc_t *, const char *);
[all …]