Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dispvar.h88 struct ispmdvec { struct
90 uint32_t (*dv_rd_reg) (ispsoftc_t *, int);
91 void (*dv_wr_reg) (ispsoftc_t *, int, uint32_t);
92 int (*dv_mbxdma) (ispsoftc_t *);
93 int (*dv_dmaset) (ispsoftc_t *, XS_T *, void *);
95 void (*dv_reset0) (ispsoftc_t *);
96 void (*dv_reset1) (ispsoftc_t *);
97 void (*dv_dregs) (ispsoftc_t *, const char *);
98 const void * dv_ispfw; /* ptr to f/w */
99 uint16_t dv_conf1;
[all …]