Searched defs:obio_softc (Results 1 – 2 of 2) sorted by relevance
48 struct obio_softc { struct49 bus_space_tag_t oba_st; /* bus space tag */50 bus_addr_t oba_addr; /* address of device */51 bus_size_t oba_size; /* size of device */52 int oba_width; /* bus width */53 int oba_irq; /* XINT interrupt bit # */54 struct rman oba_rman;55 struct rman oba_irq_rman;
48 struct obio_softc { struct49 bus_space_tag_t oba_st; /* bus space tag */50 bus_addr_t oba_addr; /* address of device */51 bus_size_t oba_size; /* size of device */52 struct rman oba_rman;53 struct rman oba_irq_rman;