Searched defs:lii_softc (Results 1 – 1 of 1) sorted by relevance
67 struct lii_softc { struct68 device_t sc_dev;69 pci_chipset_tag_t sc_pc;70 pcitag_t sc_tag;72 bus_space_tag_t sc_mmiot;73 bus_space_handle_t sc_mmioh;79 bus_dma_tag_t sc_dmat;80 bus_dmamap_t sc_ringmap;81 bus_dma_segment_t sc_ringseg;83 uint8_t *sc_ring; /* the whole area */[all …]