HomeSort by: relevance | last modified time | path
    Searched refs:normal_memt (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/arch/sgimips/include/
bus_defs.h 45 extern bus_space_tag_t normal_memt; /* normal, non-spaced */
  /src/sys/arch/pmax/include/
bus.h 50 extern bus_space_tag_t normal_memt;
  /src/sys/arch/sgimips/gio/
gio.c 214 ga.ga_iot = normal_memt;
215 if (bus_space_map(normal_memt, ga.ga_addr, 0,
262 ga.ga_iot = normal_memt;
263 if (bus_space_map(normal_memt, ga.ga_addr, 0,
333 ga->ga_iot = normal_memt;
380 ga.ga_iot = normal_memt;
381 if (bus_space_map(normal_memt, ga.ga_addr, 0,
  /src/sys/arch/sgimips/ioc/
oioc.c 101 sc->sc_iot = normal_memt;
148 oa.oa_st = normal_memt;
ioc.c 105 sc->sc_iot = normal_memt;
191 iaa.iaa_st = normal_memt;
  /src/sys/arch/pmax/ibus/
ibus_3max.c 71 ida.ida_memt = normal_memt;
ibus_pmax.c 116 ida.ida_memt = normal_memt;
dz_ibus.c 171 sc->sc_iot = normal_memt;
  /src/sys/arch/sgimips/sgimips/
bus.c 70 bus_space_tag_t normal_memt = NULL; variable in typeref:typename:bus_space_tag_t
83 normal_memt = &normal_mbst;
console.c 195 pckbc_cnattach(normal_memt,
  /src/sys/arch/sgimips/hpc/
hpc.c 506 sc->sc_ct = normal_memt;
511 hpc_read_eeprom(hpctype, normal_memt,
526 ha.ha_st = normal_memt;
527 if (bus_space_map(normal_memt, sc->sc_base, 0,
709 tag = normal_memt;
  /src/sys/arch/pmax/pmax/
bus.c 75 bus_space_tag_t normal_memt = NULL; variable in typeref:typename:bus_space_tag_t
83 normal_memt = &normal_mbst;
  /src/sys/arch/pmax/tc/
tcbus.c 115 tba->tba_memt = normal_memt;
  /src/sys/arch/sgimips/dev/
ctl.c 101 sc->iot = normal_memt;
dsclock.c 100 sc->sc_rtct = normal_memt;
crime.c 121 crm_iot = normal_memt;
pic.c 98 psc.iot = normal_memt;
dpclock.c 117 sc->sc_rtct = normal_memt;
imc.c 106 isc.iot = normal_memt;
int.c 146 iot = normal_memt;
crmfb.c 265 sc->sc_iot = normal_memt;
  /src/sys/arch/sgimips/mace/
mace.c 154 sc->iot = normal_memt; /* for mace registers */
232 maa.maa_st = normal_memt;

Completed in 23 milliseconds