Searched defs:qec_softc (Results 1 – 1 of 1) sorted by relevance
33 struct qec_softc { struct34 struct device sc_dev; /* us as a device */35 bus_space_tag_t sc_bustag; /* bus & dma tags */36 bus_dma_tag_t sc_dmatag;37 struct sbus_range *sc_range; /* PROM ranges */38 int sc_nrange; /* */39 struct sbus_intr *sc_intr; /* interrupt info */41 bus_space_handle_t sc_regs; /* QEC registers */42 int sc_nchannels; /* # of channels on board */43 int sc_burst; /* DVMA burst size in effect */[all …]