Home
last modified time | relevance | path

Searched refs:CPU_IOP (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_cpu0.c192 const CPU_OPTION_SET cpu_2100_iop = CPU_2100 | CPU_IOP; in cpu_uig_0()
339 if (cpu_configuration & CPU_IOP) /* IOP option installed? */ in cpu_uig_1()
350 if (cpu_configuration & CPU_IOP) /* IOP option installed? */ in cpu_uig_1()
H A Dhp2100_defs.h884 CPU_IOP = (1u << Option_IOP), /* 2000 I/O Processor firmware */ enumerator
H A Dhp2100_sys.c937 CPU_IOP | CPU_2100 /* applicable feature flags */
1471 CPU_IOP | CPU_1000_M | CPU_1000_E /* applicable feature flags */
1487 CPU_IOP | CPU_1000_M | CPU_1000_E /* applicable feature flags */
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_cpu0.c192 const CPU_OPTION_SET cpu_2100_iop = CPU_2100 | CPU_IOP; in cpu_uig_0()
339 if (cpu_configuration & CPU_IOP) /* IOP option installed? */ in cpu_uig_1()
350 if (cpu_configuration & CPU_IOP) /* IOP option installed? */ in cpu_uig_1()
H A Dhp2100_defs.h953 CPU_IOP = (1u << Option_IOP), /* 2000 I/O Processor firmware */ enumerator
H A Dhp2100_sys.c937 CPU_IOP | CPU_2100 /* applicable feature flags */
1471 CPU_IOP | CPU_1000_M | CPU_1000_E /* applicable feature flags */
1487 CPU_IOP | CPU_1000_M | CPU_1000_E /* applicable feature flags */
H A Dhp2100_ipl.c1978 if (cpu_configuration & CPU_IOP) /* if IOP firmware is installed */ in ipl_attach()