| /netbsd/src/sys/arch/sgimips/gio/ |
| D | gio.c | 92 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()
|
| D | pci_gio.c | 120 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/ |
| D | imc.c | 92 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()
|
| D | int.c | 98 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()
|
| D | zs.c | 625 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()
|
| D | dpclock.c | 76 switch (mach_type) { in dpclock_match() 120 if (mach_type == MACH_SGI_IP12 || mach_type == MACH_SGI_IP20) in dpclock_attach()
|
| D | ctl.c | 82 if (mach_type == MACH_SGI_IP6 || mach_type == MACH_SGI_IP10) in ctl_match()
|
| D | zs_ms.c | 125 if (mach_type == MACH_SGI_IP12 || mach_type == MACH_SGI_IP20) { in zsms_match()
|
| D | zs_kbd.c | 178 if (mach_type == MACH_SGI_IP12 || mach_type == MACH_SGI_IP20) { in zskbd_match()
|
| D | dsclock.c | 84 if (mach_type == MACH_SGI_IP22 && ma->ma_addr == 0x1fbe0000) in dsclock_match()
|
| D | pic.c | 85 if (mach_type == MACH_SGI_IP12) in pic_match()
|
| D | crime.c | 100 if (mach_type == MACH_SGI_IP32) in crime_match()
|
| /netbsd/src/sys/arch/sgimips/sgimips/ |
| D | arcemu.c | 114 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()
|
| D | console.c | 97 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()
|
| D | machdep.c | 115 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()
|
| D | clock.c | 89 switch (mach_type) { in cpu_initclocks() 107 panic("cpu_initclocks(): unknown mach_type IP%d", mach_type); in cpu_initclocks()
|
| D | bus.c | 86 switch (mach_type) { in sgimips_bus_dma_init()
|
| D | autoconf.c | 183 if (mach_type == MACH_SGI_IP32 && in device_register()
|
| /netbsd/src/sys/arch/sgimips/hpc/ |
| D | hpc.c | 382 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()
|
| D | button.c | 79 if (mach_type == MACH_SGI_IP22) in button_match()
|
| /netbsd/src/sys/arch/sgimips/include/ |
| D | machtype.h | 75 extern int mach_type; /* IPxx type */
|
| /netbsd/src/sys/arch/sgimips/ioc/ |
| D | oioc.c | 84 switch(mach_type) { in oioc_match()
|
| D | ioc.c | 88 if (mach_type == MACH_SGI_IP22) in ioc_match()
|
| D | if_le_oioc.c | 141 if (mach_type == MACH_SGI_IP4) in le_match()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-z80.c | 543 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()
|