Home | History | Annotate | Download | only in dev

Lines Matching defs:bst

80 	bus_space_tag_t bst;
86 bst = da->da_bst;
98 if (bus_space_map(bst, base, PAGE_SIZE, 0, &romh)) {
106 romend = sti_rom_size(bst, romh);
108 bus_space_unmap(bst, romh, PAGE_SIZE);
110 if (bus_space_map(bst, base, romend, 0, &romh)) {
119 if (sti_attach_common(ssc, bst, bst, romh,
128 sti_dio_probe(bus_space_tag_t bst, int scode)
146 if (bus_space_map(bst, addr, PAGE_SIZE, 0, &bsh))
148 span = bus_space_read_1(bst, bsh, DIOII_SIZEOFF);
149 bus_space_unmap(bst, bsh, PAGE_SIZE);
155 if (bus_space_map(bst, base, PAGE_SIZE, 0, &bsh))
157 devtype = bus_space_read_1(bst, bsh, 3);
158 bus_space_unmap(bst, bsh, PAGE_SIZE);
167 sti_dio_cnprobe(bus_space_tag_t bst, bus_addr_t addr, int scode)
170 if (sti_dio_probe(bst, scode) == 0) {
180 sti_dio_cnattach(bus_space_tag_t bst, int scode)
185 sti_machdep_cnattach(bst, base);