OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mach_subtype
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/arch/sgimips/include/
machtype.h
76
extern int
mach_subtype
; /* subtype: eg., Guinness/Fullhouse for IP22 */
/src/sys/arch/sgimips/gio/
gio.c
93
uint32_t
mach_subtype
;
member in struct:gio_probe
204
if (gfx_bases[i].
mach_subtype
!= -1 &&
205
gfx_bases[i].
mach_subtype
!=
mach_subtype
)
243
if (slot_bases[i].
mach_subtype
!= -1 &&
244
slot_bases[i].
mach_subtype
!=
mach_subtype
)
370
if (gfx_bases[i].
mach_subtype
!= -1 &&
371
gfx_bases[i].
mach_subtype
!=
mach_subtype
)
[
all
...]
pci_gio.c
154
mach_subtype
== MACH_SGI_IP22_FULLHOUSE)
/src/sys/arch/sgimips/ioc/
ioc.c
114
mach_subtype
= MACH_SGI_IP22_FULLHOUSE;
116
mach_subtype
= MACH_SGI_IP22_GUINNESS;
141
if (
mach_subtype
== MACH_SGI_IP22_GUINNESS) {
/src/sys/arch/sgimips/dev/
imc.c
119
if (
mach_subtype
== MACH_SGI_IP22_FULLHOUSE)
160
mach_subtype
== MACH_SGI_IP22_GUINNESS)) {
197
switch (
mach_subtype
) {
314
if (slot == GIO_SLOT_EXP1 &&
mach_subtype
== MACH_SGI_IP22_FULLHOUSE)
318
if (slot == GIO_SLOT_GFX &&
mach_subtype
!= MACH_SGI_IP22_FULLHOUSE)
pic.c
126
switch (
mach_subtype
) {
254
if (
mach_subtype
!= MACH_SGI_IP12_HP1 &&
255
mach_subtype
!= MACH_SGI_IP12_HPLC)
zs.c
627
if (zs_unit == 2 && (
mach_subtype
== MACH_SGI_IP12_4D_3X ||
628
mach_subtype
== MACH_SGI_IP12_VIP12)) {
int.c
134
if (
mach_subtype
== MACH_SGI_IP22_FULLHOUSE)
/src/sys/arch/sgimips/sgimips/
machdep.c
116
int
mach_subtype
= 0; /* subtype: eg., Guinness/Fullhouse for IP22 */
variable in typeref:typename:int
546
mach_subtype
= MACH_SGI_IP12_4D_3X;
548
mach_subtype
= MACH_SGI_IP12_VIP12;
551
mach_subtype
= MACH_SGI_IP12_HP1;
553
mach_subtype
= MACH_SGI_IP12_HPLC;
/src/sys/arch/sgimips/hpc/
hpc.c
421
if (
mach_subtype
== MACH_SGI_IP22_FULLHOUSE)
Completed in 17 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025