Home | History | Annotate | Download | only in nubus

Lines Matching defs:bst

103 	bus_space_tag_t	bst = na->na_tag;
109 bst = na->na_tag;
110 if (bus_space_map(bst, NUBUS_SLOT2PA(na->slot), NBMEMSIZE, 0, &bsh)) {
115 mac68k_bus_space_handle_swapped(bst, &bsh);
118 smc->sc_bst = bst;
121 cardtype = nubus_get_card_name(bst, bsh, na->fmt);
127 if (bus_space_subregion(bst, bsh, 0xFF8000, 0x20, &prom_bsh)) {
135 if (bus_space_subregion(bst, bsh, 0xFE0000, 0x20, &prom_bsh)) {
145 bus_space_unmap(bst, bsh, NBMEMSIZE);
149 myaddr[i] = bus_space_read_1(bst, prom_bsh, i*4);