Searched defs:iop_softc (Results 1 – 1 of 1) sorted by relevance
113 struct iop_softc { struct114 struct device sc_dv; /* generic device data */115 bus_space_handle_t sc_ioh; /* bus space handle */116 bus_space_tag_t sc_iot; /* bus space tag */117 bus_dma_tag_t sc_dmat; /* bus DMA tag */118 void *sc_ih; /* interrupt handler cookie */119 struct lock sc_conflock; /* autoconfiguration lock */120 bus_addr_t sc_memaddr; /* register window address */121 bus_size_t sc_memsize; /* register window size */123 struct i2o_hrt *sc_hrt; /* hardware resource table */[all …]