Home
last modified time | relevance | path

Searched refs:pc98_machine_type (Results 1 – 6 of 6) sorted by relevance

/trueos/sys/pc98/pc98/
HDpc98_machdep.h50 #define pc98_machine_type (*(unsigned long*)&pc98_system_parameter[OFS_pc98_machine_type]) macro
55 # define PC98_TYPE_CHECK(x) ((pc98_machine_type & (x)) == (x))
HDpc98_machdep.c141 if (pc98_machine_type & M_EPSON_PC98) { in pc98_getmemsize()
/trueos/sys/x86/isa/
HDclock.c504 if (pc98_machine_type & M_8M) in i8254_init()
/trueos/sys/pc98/cbus/
HDfdc.c1196 if (pc98_machine_type & M_EPSON_PC98) in fdc_reset()
HDsio.c4090 if ( pc98_machine_type & M_8M ) { in pc98_check_sysclock()
/trueos/sys/i386/i386/
HDmachdep.c2226 if (pc98_machine_type & M_EPSON_PC98) {