Home
last modified time | relevance | path

Searched refs:mach_subtype (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/sys/arch/sgimips/gio/
Dgio.c93 uint32_t mach_subtype; member
204 if (gfx_bases[i].mach_subtype != -1 && in gio_attach()
205 gfx_bases[i].mach_subtype != mach_subtype) in gio_attach()
243 if (slot_bases[i].mach_subtype != -1 && in gio_attach()
244 slot_bases[i].mach_subtype != mach_subtype) in gio_attach()
370 if (gfx_bases[i].mach_subtype != -1 && in gio_cnattach()
371 gfx_bases[i].mach_subtype != mach_subtype) in gio_cnattach()
464 if (mach_subtype == MACH_SGI_IP22_FULLHOUSE) { in gio_intr_establish()
Dpci_gio.c154 mach_subtype == MACH_SGI_IP22_FULLHOUSE) in giopci_attach()
/netbsd/src/sys/arch/sgimips/dev/
Dimc.c119 if (mach_subtype == MACH_SGI_IP22_FULLHOUSE) in imc_attach()
160 mach_subtype == MACH_SGI_IP22_GUINNESS)) { in imc_attach()
197 switch (mach_subtype) { in imc_attach()
314 if (slot == GIO_SLOT_EXP1 && mach_subtype == MACH_SGI_IP22_FULLHOUSE) in imc_gio64_arb_config()
318 if (slot == GIO_SLOT_GFX && mach_subtype != MACH_SGI_IP22_FULLHOUSE) in imc_gio64_arb_config()
Dpic.c126 switch (mach_subtype) { in pic_attach()
254 if (mach_subtype != MACH_SGI_IP12_HP1 && in pic_gio32_arb_config()
255 mach_subtype != MACH_SGI_IP12_HPLC) in pic_gio32_arb_config()
Dzs.c627 if (zs_unit == 2 && (mach_subtype == MACH_SGI_IP12_4D_3X || in zs_get_chan_addr()
628 mach_subtype == MACH_SGI_IP12_VIP12)) { in zs_get_chan_addr()
Dint.c134 if (mach_subtype == MACH_SGI_IP22_FULLHOUSE) in int_attach()
/netbsd/src/sys/arch/sgimips/ioc/
Dioc.c114 mach_subtype = MACH_SGI_IP22_FULLHOUSE; in ioc_attach()
116 mach_subtype = MACH_SGI_IP22_GUINNESS; in ioc_attach()
141 if (mach_subtype == MACH_SGI_IP22_GUINNESS) { in ioc_attach()
/netbsd/src/sys/arch/sgimips/sgimips/
Dmachdep.c116 int mach_subtype = 0; /* subtype: eg., Guinness/Fullhouse for IP22 */ variable
546 mach_subtype = MACH_SGI_IP12_4D_3X; in mach_init()
548 mach_subtype = MACH_SGI_IP12_VIP12; in mach_init()
551 mach_subtype = MACH_SGI_IP12_HP1; in mach_init()
553 mach_subtype = MACH_SGI_IP12_HPLC; in mach_init()
/netbsd/src/sys/arch/sgimips/include/
Dmachtype.h76 extern int mach_subtype; /* subtype: eg., Guinness/Fullhouse for IP22 */
/netbsd/src/sys/arch/sgimips/hpc/
Dhpc.c421 if (mach_subtype == MACH_SGI_IP22_FULLHOUSE) in hpc_attach()