Searched defs:ispmdvec (Results 1 – 1 of 1) sorted by relevance
62 struct ispmdvec { struct63 void (*dv_run_isr) (ispsoftc_t *);64 uint32_t (*dv_rd_reg) (ispsoftc_t *, int);65 void (*dv_wr_reg) (ispsoftc_t *, int, uint32_t);66 int (*dv_mbxdma) (ispsoftc_t *);67 int (*dv_send_cmd) (ispsoftc_t *, void *, void *, uint32_t);68 int (*dv_irqsetup) (ispsoftc_t *);69 void (*dv_dregs) (ispsoftc_t *, const char *);70 const void * dv_ispfw; /* ptr to f/w of ispfw(4)*/