/src/sys/dev/isa/ |
if_cs_isa.c | 70 bus_space_tag_t memt = ia->ia_memt; local in function:cs_isa_probe 205 bus_space_unmap(memt, memh, CS8900_MEMSIZE);
|
i82365_isa.c | 191 bus_space_tag_t memt = ia->ia_memt; local in function:pcic_isa_attach 205 if (bus_space_map(memt, ia->ia_iomem[0].ir_addr, 220 sc->memt = memt;
|
if_we_isa.c | 109 bus_space_tag_t asict, memt; local in function:we_isa_probe 117 memt = ia->ia_memt; 196 if (bus_space_map(memt, ia->ia_iomem[0].ir_addr, memsize, 0, &memh)) 255 bus_space_unmap(memt, memh, memsize); 265 bus_space_tag_t nict, asict, memt; local in function:we_isa_attach 273 memt = ia->ia_memt; 298 if (bus_space_map(memt, ia->ia_iomem[0].ir_addr, 310 sc->sc_buft = memt;
|
tcic2_isa.c | 222 bus_space_tag_t memt = ia->ia_memt; local in function:tcic_isa_attach 236 if (bus_space_map(memt, ia->ia_iomem[0].ir_addr, 252 sc->memt = memt;
|
nca_isa.c | 246 bus_space_tag_t memt = ia->ia_memt; local in function:nca_isa_match 275 if (bus_space_map(memt, ia->ia_iomem[0].ir_addr, 0x4000, 280 rv = nca_isa_find(memt, ioh, 0x03ff0, &epd); 282 bus_space_unmap(memt, ioh, 0x04000);
|
/src/sys/dev/mca/ |
mca.c | 111 bus_space_tag_t iot, memt; local in function:mca_attach 121 memt = mba->mba_memt; 140 ma.ma_memt = memt;
|
if_we_mca.c | 155 bus_space_tag_t nict, asict, memt; local in function:we_mca_attach 238 memt = ma->ma_memt; 267 if (bus_space_map(memt, maddr, sc->mem_size, 0, &memh)) { 279 sc->sc_buft = memt;
|
/src/sys/dev/pci/ |
i82365_pci.c | 117 bus_space_tag_t memt = pa->pa_memt; local in function:pcic_pci_attach 142 if (bus_space_map(memt, 0xd0000, 0x4000, 0, &memh)) 157 sc->memt = memt;
|
if_mtd_pci.c | 87 bus_space_tag_t iot, memt; local in function:mtd_pci_attach 98 | PCI_MAPREG_MEM_TYPE_32BIT, 0, &memt, &memh, 102 sc->bus_tag = memt;
|
if_rtk_pci.c | 159 bus_space_tag_t iot, memt; local in function:rtk_pci_attach 195 &memt, &memh, NULL, &memsize) == 0); 201 bus_space_unmap(memt, memh, memsize); 203 sc->rtk_btag = memt;
|
siop_pci_common.c | 240 bus_space_tag_t iot, memt; local in function:siop_pci_attach_common 283 &memt, &memh, &memaddr, NULL) == 0); 293 siop_sc->sc_rt = memt;
|
if_eqos_pci.c | 107 bus_space_tag_t memt; local in function:eqos_pci_attach 121 if (pci_mapreg_map(pa, PCI_BAR0, memtype, 0, &memt, &memh, NULL, 127 sc->sc_bst = memt;
|
mpt_pci.c | 134 bus_space_tag_t memt; local in function:mpt_pci_attach 155 memtype, 0, &memt, &memh, NULL, NULL) == 0); 163 mpt->sc_st = memt;
|
/src/sys/arch/arc/jazz/ |
vga_jazzio.c | 140 bus_space_tag_t iot, memt; local in function:vga_jazzio_match 142 if (vga_jazzio_init_tag(ja->ja_name, &iot, &memt)) 146 !vga_common_probe(iot, memt)) 157 bus_space_tag_t iot, memt; local in function:vga_jazzio_attach 162 vga_jazzio_init_tag(ja->ja_name, &iot, &memt); 163 vga_common_attach(sc, iot, memt, WSDISPLAY_TYPE_JAZZVGA, 0, 170 bus_space_tag_t iot, memt; local in function:vga_jazzio_cnattach 172 if (vga_jazzio_init_tag(name, &iot, &memt)) 174 return vga_cnattach(iot, memt, WSDISPLAY_TYPE_JAZZVGA, 1);
|
/src/sys/arch/alpha/alpha/ |
dec_1000a.c | 133 bus_space_tag_t iot, memt; local in function:dec_1000a_cons_init 141 memt = &ccp->cc_memt; 147 memt = &acp->ac_memt; 166 pci_consinit(pcichipset, iot, memt, iot, memt);
|
/src/sys/arch/dreamcast/dev/g2/ |
if_mbe_g2.c | 118 bus_space_tag_t memt = &dbs; local in function:mbe_g2_match 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; local in function:mbe_g2_attach 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)) [all...] |
/src/sys/dev/isapnp/ |
i82365_isapnp.c | 112 bus_space_tag_t memt = ipa->ipa_memt; local in function:pcic_isapnp_attach 124 if (isapnp_config(iot, memt, ipa)) { 153 if (isa_mem_alloc(memt, msize, msize, 0, 0, &maddr, &memh)) { 166 sc->memt = memt;
|
/src/sys/arch/prep/pnpbus/ |
if_we_pnpbus.c | 151 bus_space_tag_t nict, asict, memt; local in function:we_pnpbus_attach 160 memt = pna->pna_memt; 189 if (pnpbus_iomem_map(&pna->pna_res, 0, &memt, &memh) == 0) 191 else if (bus_space_map(memt, WE_DEFAULT_IOMEM, memsize, 0, &memh)) { 203 sc->sc_buft = memt;
|
/src/sys/arch/sparc64/sparc64/ |
rbus_machdep.c | 204 bus_space_tag_t memt = sc->sc_base_memt; local in function:pccbb_cardbus_isvalid 209 sockstat = bus_space_read_4(memt, memh, CB_SOCKET_STAT); 217 sockctrl = bus_space_read_4(memt, memh, CB_SOCKET_CTRL);
|
/src/sys/dev/ic/ |
pcdisplay_subr.c | 50 bus_space_tag_t memt; local in function:pcdisplay_cursor_init 64 memt = scr->hdl->ph_memt; 69 scr->cursortmp = bus_space_read_2(memt, memh, off); 70 bus_space_write_2(memt, memh, off, scr->cursortmp ^ 0x7700); 94 bus_space_tag_t memt = scr->hdl->ph_memt; local in function:pcdisplay_cursor 102 bus_space_write_2(memt, memh, scr->dispoffset + off * 2, 117 scr->cursortmp = bus_space_read_2(memt, memh, off); 118 bus_space_write_2(memt, memh, off, scr->cursortmp ^ 0x7700); 159 bus_space_tag_t memt = scr->hdl->ph_memt; local in function:pcdisplay_putchar 170 bus_space_write_2(memt, memh, scr->dispoffset + off * 2 182 bus_space_tag_t memt = scr->hdl->ph_memt; local in function:pcdisplay_copycols 203 bus_space_tag_t memt = scr->hdl->ph_memt; local in function:pcdisplay_erasecols 225 bus_space_tag_t memt = scr->hdl->ph_memt; local in function:pcdisplay_copyrows 247 bus_space_tag_t memt = scr->hdl->ph_memt; local in function:pcdisplay_eraserows 271 bus_space_tag_t memt = scr->hdl->ph_memt; local in function:pcdisplay_replaceattr [all...] |
/src/sys/dev/ofisa/ |
ofisavar.h | 46 bus_space_tag_t memt; /* mem space tag */ member in struct:ofisa_attach_args
|
/src/sys/dev/cardbus/ |
if_fxp_cardbus.c | 121 bus_space_tag_t iot, memt; local in function:fxp_cardbus_attach 140 0, &memt, &memh, &adr, &sc->sc_size) == 0) { 142 sc->sc_st = memt;
|
/src/sys/dev/eisa/ |
eisa.c | 94 bus_space_tag_t iot, memt; local in function:eisaattach 103 memt = eba->eba_memt; 122 ea.ea_memt = memt;
|
/src/sys/arch/evbarm/ixm1200/ |
nappi_nppb.c | 121 bus_space_tag_t iot, memt; local in function:nppbattach 146 0, &memt, &memh, NULL, NULL) == 0); 149 sc->sc_st = memt;
|
/src/sys/arch/powerpc/booke/dev/ |
pq3duart.c | 105 bus_space_tag_t memt = da->da_memt; local in function:com_pq3duart_match 110 if (com_is_console(memt, addr, &memh)) 113 if (bus_space_map(memt, addr, size, 0, &memh)) 116 com_init_regs(®s, memt, memh, addr); 120 bus_space_unmap(memt, memh, size); 200 bus_space_tag_t memt = da->da_memt; local in function:com_pq3duart_attach 205 if (!com_is_console(memt, addr, &memh)) { 206 int error = bus_space_map(memt, addr, size, 0, &memh); 213 com_init_regs(&sc->sc_regs, memt, memh, addr);
|