Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/tc/
H A Dtfb.c141 struct tfb_softc { struct
142 vaddr_t sc_vaddr;
143 size_t sc_size;
144 struct rasops_info *sc_ri;
145 struct hwcmap256 sc_cmap; /* software copy of colormap */
146 struct hwcursor64 sc_cursor; /* software copy of cursor */
147 int sc_blanked; /* video visibility disabled */
148 int sc_curenb; /* cursor sprite enabled */
149 int sc_changed; /* need update of hardware */
151 int nscreens;