Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sbus/
H A Dtcx.c80 struct tcx_softc { struct
81 device_t sc_dev; /* base device */
82 struct fbdevice sc_fb; /* frame buffer device */
83 bus_space_tag_t sc_bustag;
84 struct openprom_addr sc_physaddr[TCX_NREG];/* phys addr of h/w */
86 bus_space_handle_t sc_bt; /* Brooktree registers */
87 bus_space_handle_t sc_thc; /* THC registers */
88 uint8_t *sc_fbaddr; /* framebuffer */
89 volatile uint64_t *sc_rblit; /* blitspace */
90 volatile uint64_t *sc_rstip; /* stipple space */
[all …]