HomeSort by: relevance | last modified time | path
    Searched refs:mips_bus_space (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/sys/arch/cobalt/dev/
gtvar.h 8 extern struct mips_bus_space gt_iot;
9 extern struct mips_bus_space gt_memt;
com_mainbus.c 108 extern struct mips_bus_space cobalt_bs;
gt.c 79 struct mips_bus_space gt_iot;
80 struct mips_bus_space gt_memt;
  /src/sys/arch/mips/adm5120/include/
adm5120var.h 76 struct mips_bus_space obio_space;
77 struct mips_bus_space extio_space;
78 struct mips_bus_space pciio_space;
79 struct mips_bus_space pcimem_space;
adm5120_extiovar.h 57 struct mips_bus_space sc_cfio;
  /src/sys/arch/evbmips/loongson/
loongson_bus_defs.h 11 extern struct mips_bus_space bonito_iot;
12 extern struct mips_bus_space bonito_memt;
  /src/sys/arch/algor/algor/
algor_p4032var.h 36 struct mips_bus_space ac_lociot;
37 struct mips_bus_space ac_iot;
38 struct mips_bus_space ac_memt;
algor_p5064var.h 37 struct mips_bus_space ac_iot;
38 struct mips_bus_space ac_memt;
algor_p6032var.h 41 struct mips_bus_space ac_iot;
42 struct mips_bus_space ac_memt;
  /src/sys/arch/evbmips/malta/
maltavar.h 41 struct mips_bus_space mc_iot;
42 struct mips_bus_space mc_memt;
  /src/sys/arch/evbmips/mipssim/
mipssimvar.h 36 struct mips_bus_space mc_iot;
  /src/sys/arch/mips/sibyte/pci/
sbbrzvar.h 76 struct mips_bus_space sc_iot, sc_memt;
  /src/sys/arch/mips/rmi/
rmixlvar.h 125 struct mips_bus_space rc_obio_eb_memt; /* DEVIO -eb */
126 struct mips_bus_space rc_obio_el_memt; /* DEVIO -el */
127 struct mips_bus_space rc_iobus_memt; /* Peripherals IO Bus */
128 struct mips_bus_space rc_pci_cfg_memt; /* PCI CFG */
129 struct mips_bus_space rc_pci_ecfg_memt; /* PCI ECFG */
130 struct mips_bus_space rc_pci_memt; /* PCI MEM */
131 struct mips_bus_space rc_pci_iot; /* PCI IO */
  /src/sys/arch/evbmips/gdium/
gdiumvar.h 40 struct mips_bus_space gc_iot;
41 struct mips_bus_space gc_memt;
  /src/sys/arch/mips/ralink/
ralink_var.h 44 extern struct mips_bus_space ra_bus_memt;
ralink_bus.c 86 struct mips_bus_space ra_bus_memt;
  /src/sys/arch/cobalt/cobalt/
mainbus.c 50 extern struct mips_bus_space cobalt_bs;
machdep.c 112 struct mips_bus_space bonito_iot;
113 struct mips_bus_space bonito_memt;
141 struct mips_bus_space cobalt_bs;
  /src/sys/arch/mips/atheros/
arbus.c 72 struct mips_bus_space arbus_mbst;
74 struct mips_bus_space arbus_mbst_le;
  /src/sys/arch/mips/alchemy/dev/
aupci.c 72 struct mips_bus_space sc_mem_space;
73 struct mips_bus_space sc_io_space;
74 struct mips_bus_space sc_cfg_space;
aupcmcia.c 131 struct mips_bus_space as_iot;
132 struct mips_bus_space as_attrt;
133 struct mips_bus_space as_memt;
176 static struct mips_bus_space aupcm_memt;
  /src/sys/arch/mips/cavium/
octeon_bootbus.c 53 static struct mips_bus_space *bootbus_bust;
octeonvar.h 66 struct mips_bus_space mc_iobus_bust;
67 struct mips_bus_space mc_bootbus_bust;
octeon_iobus.c 64 static struct mips_bus_space *iobus_bust;
  /src/sys/arch/mips/include/
bus_space_defs.h 127 typedef struct mips_bus_space *bus_space_tag_t;
140 struct mips_bus_space { struct

Completed in 23 milliseconds

1 2