Searched defs:cgfourteen_softc (Results 1 – 1 of 1) sorted by relevance
77 struct cgfourteen_softc { struct78 device_t sc_dev; /* base device */79 struct fbdevice sc_fb; /* frame buffer device */80 bus_space_tag_t sc_bustag;81 struct sbus_reg sc_physadr[2]; /* phys addrs of h/w */82 bus_space_handle_t sc_regh; /* register space */86 union cg14cmap sc_cmap; /* current colormap */87 struct cg14_cursor sc_cursor; /* Hardware cursor state */88 union cg14cmap sc_saveclut; /* a place to stash PROM state */89 size_t sc_vramsize;[all …]