Searched defs:cgsix_softc (Results 1 – 1 of 1) sorted by relevance
55 struct cgsix_softc { struct56 device_t sc_dev; /* base device */57 struct fbdevice sc_fb; /* frame buffer device */58 bus_space_tag_t sc_bustag;59 bus_addr_t sc_paddr; /* phys address for device mmap() */61 volatile struct bt_regs *sc_bt; /* Brooktree registers */62 volatile int *sc_fhc; /* FHC register */63 volatile struct cg6_thc *sc_thc; /* THC registers */64 volatile struct cg6_tec_xxx *sc_tec; /* TEC registers */88 void cg6attach(struct cgsix_softc *, const char *, int); argument