Home
last modified time | relevance | path

Searched refs:mach_type (Results 1 – 25 of 29) sorted by relevance

12

/netbsd/src/sys/arch/sgimips/gio/
Dgio.c92 uint32_t mach_type; member
172 if (mach_type == MACH_SGI_IP12 || mach_type == MACH_SGI_IP20 || in gio_match()
173 mach_type == MACH_SGI_IP22) in gio_match()
201 if (gfx_bases[i].mach_type != mach_type) in gio_attach()
240 if (slot_bases[i].mach_type != mach_type) in gio_attach()
367 if (gfx_bases[i].mach_type != mach_type) in gio_cnattach()
432 if (mach_type == MACH_SGI_IP12) in gio_arb_config()
437 if (mach_type == MACH_SGI_IP20 || mach_type == MACH_SGI_IP22) in gio_arb_config()
455 switch (mach_type) { in gio_intr_establish()
Dpci_gio.c120 if (mach_type != MACH_SGI_IP20 && mach_type != MACH_SGI_IP22) in giopci_match()
153 if (mach_type == MACH_SGI_IP22 && in giopci_attach()
/netbsd/src/sys/arch/sgimips/dev/
Dimc.c92 if ((mach_type == MACH_SGI_IP22) || (mach_type == MACH_SGI_IP20)) in imc_match()
159 if (mach_type == MACH_SGI_IP20 || (mach_type == MACH_SGI_IP22 && in imc_attach()
182 if (mach_type == MACH_SGI_IP20) { in imc_attach()
327 mach_type == MACH_SGI_IP20) in imc_gio64_arb_config()
418 if (mach_type != MACH_SGI_IP20 && mach_type != MACH_SGI_IP22) in imc_disable_sysad_parity()
431 if (mach_type != MACH_SGI_IP20 && mach_type != MACH_SGI_IP22) in imc_enable_sysad_parity()
444 if (mach_type != MACH_SGI_IP20 && mach_type != MACH_SGI_IP22) in imc_is_sysad_parity_enabled()
Dint.c98 switch (mach_type) { in int_match()
120 switch (mach_type) { in int_attach()
153 switch (mach_type) { in int_attach()
197 if (mach_type == MACH_SGI_IP12) { in int_attach()
215 panic("int0: unsupported machine type %i\n", mach_type); in int_attach()
221 if (mach_type == MACH_SGI_IP22) { in int_attach()
549 switch (mach_type) { in int_8254_cal()
612 switch (mach_type) { in int_8254_get_timecount()
648 switch (mach_type) { in int_8254_intr0()
670 switch (mach_type) { in int_8254_intr1()
Dzs.c625 switch (mach_type) { in zs_get_chan_addr()
650 mach_type); in zs_get_chan_addr()
656 panic("zs_get_chan_addr: unsupported IP%d", mach_type); in zs_get_chan_addr()
663 if (mach_type == MACH_SGI_IP22) { in zs_get_chan_addr()
761 if (mach_type == MACH_SGI_IP12) in zscninit()
783 switch (mach_type) { in zscngetc()
803 switch (mach_type) { in zscnputc()
Ddpclock.c76 switch (mach_type) { in dpclock_match()
120 if (mach_type == MACH_SGI_IP12 || mach_type == MACH_SGI_IP20) in dpclock_attach()
Dctl.c82 if (mach_type == MACH_SGI_IP6 || mach_type == MACH_SGI_IP10) in ctl_match()
Dzs_ms.c125 if (mach_type == MACH_SGI_IP12 || mach_type == MACH_SGI_IP20) { in zsms_match()
Dzs_kbd.c178 if (mach_type == MACH_SGI_IP12 || mach_type == MACH_SGI_IP20) { in zskbd_match()
Ddsclock.c84 if (mach_type == MACH_SGI_IP22 && ma->ma_addr == 0x1fbe0000) in dsclock_match()
Dpic.c85 if (mach_type == MACH_SGI_IP12) in pic_match()
Dcrime.c100 if (mach_type == MACH_SGI_IP32) in crime_match()
/netbsd/src/sys/arch/sgimips/sgimips/
Darcemu.c114 switch ((mach_type = arcemu_identify())) { in arcemu_init()
278 if (mach_type == (MACH_SGI_IP6 | MACH_SGI_IP10)) { in arcemu_eeprom_read()
318 if (mach_type == MACH_SGI_IP6 || mach_type == MACH_SGI_IP10) in arcemu_ipN_init()
320 else if (mach_type == MACH_SGI_IP12) in arcemu_ipN_init()
346 if (mach_type == MACH_SGI_IP6 || mach_type == MACH_SGI_IP10) { in arcemu_ipN_init()
349 } else if (mach_type == MACH_SGI_IP12) { in arcemu_ipN_init()
419 if (mach_type == MACH_SGI_IP6 || mach_type == MACH_SGI_IP10) in arcemu_GetEnvironmentVariable()
649 panic("arcemu vector not established on IP%d", mach_type); in arcemu_unimpl()
Dconsole.c97 switch (mach_type) { in consinit()
132 panic("consinit(): unknown machine type IP%d\n", mach_type); in consinit()
183 switch(mach_type) { in gio_video_init()
245 if (mach_type == MACH_SGI_IP32) { in kgdb_port_init()
253 switch(mach_type) { in kgdb_port_init()
Dmachdep.c115 int mach_type = 0; /* IPxx type */ variable
369 if (mach_type == 0 && in mach_init()
372 mach_type = strtoul(&arcbios_system_identifier[i], in mach_init()
377 if (mach_type <= 0) in mach_init()
473 if (mach_type < MACH_SGI_IP20 && bootinfo == NULL && in mach_init()
533 switch (mach_type) { in mach_init()
582 panic("IP%d architecture not supported", mach_type); in mach_init()
787 if (mach_type == MACH_SGI_IP32) { in cpu_reboot()
805 if (mach_type == MACH_SGI_IP32) { in cpu_reboot()
Dclock.c89 switch (mach_type) { in cpu_initclocks()
107 panic("cpu_initclocks(): unknown mach_type IP%d", mach_type); in cpu_initclocks()
Dbus.c86 switch (mach_type) { in sgimips_bus_dma_init()
Dautoconf.c183 if (mach_type == MACH_SGI_IP32 && in device_register()
/netbsd/src/sys/arch/sgimips/hpc/
Dhpc.c382 if (mach_type == MACH_SGI_IP12 || mach_type == MACH_SGI_IP20 || in hpc_match()
383 mach_type == MACH_SGI_IP22) { in hpc_match()
411 switch (mach_type) { in hpc_attach()
428 panic("hpc_attach: can't handle HPC on an IP%d", mach_type); in hpc_attach()
548 if (mach_type == MACH_SGI_IP12 || mach_type == MACH_SGI_IP20) in hpc_attach()
588 if (mach_type == MACH_SGI_IP12 || mach_type == MACH_SGI_IP20) { in hpc_revision()
610 if (mach_type == MACH_SGI_IP22) { in hpc_revision()
Dbutton.c79 if (mach_type == MACH_SGI_IP22) in button_match()
/netbsd/src/sys/arch/sgimips/include/
Dmachtype.h75 extern int mach_type; /* IPxx type */
/netbsd/src/sys/arch/sgimips/ioc/
Doioc.c84 switch(mach_type) { in oioc_match()
Dioc.c88 if (mach_type == MACH_SGI_IP22) in ioc_match()
Dif_le_oioc.c141 if (mach_type == MACH_SGI_IP4) in le_match()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-z80.c543 int mach_type; in z80_md_finish() local
548 mach_type = bfd_mach_z80; in z80_md_finish()
551 mach_type = bfd_mach_r800; in z80_md_finish()
554 mach_type = bfd_mach_z180; in z80_md_finish()
557 mach_type = bfd_mach_gbz80; in z80_md_finish()
560 mach_type = cpu_mode ? bfd_mach_ez80_adl : bfd_mach_ez80_z80; in z80_md_finish()
563 mach_type = bfd_mach_z80n; in z80_md_finish()
566 mach_type = 0; in z80_md_finish()
568 bfd_set_arch_mach (stdoutput, TARGET_ARCH, mach_type); in z80_md_finish()

12