Home | History | Annotate | Download | only in g2

Lines Matching defs:memt

118 	bus_space_tag_t memt = &dbs;
129 memcpy(memt, ga->ga_memt, sizeof(struct dreamcast_bus_space));
130 g2bus_set_bus_mem_sparse(memt);
133 if (bus_space_map(memt, 0x00600400, LANA_NPORTS, 0, &memh)) {
140 if (mbe_g2_detect(memt, memh, myea) == 0) {
148 bus_space_unmap(memt, memh, LANA_NPORTS);
192 bus_space_tag_t memt = &mbe_g2_dbs;
198 memcpy(memt, ga->ga_memt, sizeof(struct dreamcast_bus_space));
199 g2bus_set_bus_mem_sparse(memt);
202 if (bus_space_map(memt, 0x00600400, LANA_NPORTS, 0, &memh)) {
207 sc->sc_bst = memt;
211 if (mbe_g2_detect(memt, memh, myea) == 0) {