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

1 2

  /src/sys/arch/emips/emips/
emipstype.h 40 extern int systype; /* motherboard-type bits from PROM variable */
sysconf.c 77 systype);
79 sysinit[systype].option);
89 if (systype < nsysinit)
90 typestr = sysinit[systype].option;
93 printf("NetBSD does not (yet?) support system type %d (%s).\n", systype,
xilinx_ml40x.c 105 (systype == XS_ML40x) ? "40x" : "50x");
machdep.c 103 int systype; /* mother board type */ variable in typeref:typename:int
276 systype = ((prom_systype() >> 16) & 0xff);
277 if (systype >= nsysinit) {
283 (*sysinit[systype].init)();
  /src/sys/arch/emips/stand/common/
init_board.c 61 int systype = XS_ML40x; local in function:getsysid
71 systype = XS_BE3;
73 systype = XS_ML50x;
76 return MAKESYSID(1,1,systype,MIPS_eMIPS);
  /src/sys/arch/newsmips/include/
cpu.h 10 extern int systype;
  /src/sys/arch/pmax/pmax/
pmaxtype.h 39 * Mother board type byte of "systype" environment variable.
51 extern int systype; /* motherboard-type bits from PROM variable */
sysconf.c 134 systype);
136 sysinit[systype].option);
146 if (systype >= nsysinit)
149 typestr = sysinit[systype].option;
152 printf("NetBSD does not yet support system type %d (%s).\n", systype,
promcall.c 136 if (systype == DS_PMAX && *kbdslot == 1)
144 if (systype == DS_3MAX && *crtslot == -1 && *kbdslot == 1) {
166 * systype, uint8_t [2]
180 cp = prom_getenv("systype");
autoconf.c 244 systype == DS_PMAX || systype == DS_MIPSMATE ||
machdep.c 96 int systype; /* mother board type */ variable in typeref:typename:int
321 systype = ((prom_systype() >> 16) & 0xff);
322 if (systype >= nsysinit) {
328 (*sysinit[systype].init)();
  /src/sys/arch/emips/ebus/
ebus_emips.c 86 if (systype != XS_ML40x && systype != XS_BE3 && systype != XS_ML50x)
102 switch (systype) {
112 panic("ebus_emips_attach: no ebus configured for systype = %d",
113 systype);
  /src/sys/arch/alpha/include/
cpuconf.h 91 uint64_t systype; member in struct:cpuinit
pci_machdep.h 100 uint64_t systype; member in struct:alpha_pci_intr_impl
107 .systype = (_st_), .intr_init = (_fn_), \
  /src/sys/arch/newsmips/apbus/
apbusvar.h 55 #define SLOTTOMASK(slot) (systype == NEWS5000 ? \
zs_ap.c 189 if (systype == NEWS5000) {
196 if (systype == NEWS4000) {
277 if (systype == NEWS5000) {
286 if (systype == NEWS4000) {
296 if (systype == NEWS5000) {
313 if (systype == NEWS4000) {
399 if (systype == NEWS5000) {
406 if (systype == NEWS4000) {
454 if (systype == NEWS4000) {
if_sn_ap.c 95 if (systype == NEWS4000 && sc->slotno == 0) {
134 if (systype == NEWS5000) {
138 if (systype == NEWS4000) {
apbus.c 107 if (systype == NEWS5000) {
113 if (systype == NEWS4000) {
259 if (systype == NEWS5000) {
263 if (systype == NEWS4000) {
  /src/sys/arch/pmax/ibus/
ibus_pmax.c 100 if (systype != DS_PMAX && systype != DS_MIPSMATE)
117 switch (systype) {
131 panic("ibus_pmax_attach: no ibus configured for systype = %d", systype);
  /src/sys/arch/newsmips/newsmips/
machdep.c 111 int systype; /* what type of NEWS we are */ variable in typeref:typename:int
185 systype = bi_systype->type;
194 if (systype == 0)
195 systype = NEWS3400; /* XXX compatibility for old boot */
198 if (systype == NEWS3400) {
204 if (systype == NEWS5000 || systype == NEWS4000) {
210 systype == NEWS5000 ? "news5000" : "news4000");
233 sccport0a = (systype == NEWS5000) ?
321 switch (systype) {
    [all...]
cpu_cons.c 86 switch (systype) {
  /src/sys/arch/alpha/alpha/
cpuconf.c 253 platform_lookup(int systype)
260 if (c->systype == systype)
  /src/sys/arch/pmax/tc/
tcbus.c 93 switch (systype) {
111 panic("tcbus_attach: no TURBOchannel configured for systype = %d", systype);
  /src/sys/arch/news68k/include/
cpu.h 86 extern int systype;
  /src/sys/arch/news68k/dev/
hb.c 59 if (ma->ma_systype != -1 && ma->ma_systype != systype)

Completed in 19 milliseconds

1 2