Searched defs:ioplanar_softc (Results 1 – 2 of 2) sorted by relevance
50 struct ioplanar_softc { struct51 device_t sc_dev;52 mca_chipset_tag_t sc_ic;53 bus_space_tag_t sc_iot;54 bus_space_tag_t sc_memt;55 bus_dma_tag_t sc_dmat;56 uint16_t sc_devid; /* devid of the ioplanar */
52 struct ioplanar_softc *ioplanar_softc; variable