Home
last modified time | relevance | path

Searched refs:PCLK_MULTIPLIER (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_cpu.c753 #define PCLK_MULTIPLIER 10 /* number of hardware process clock ticks p… macro
754 #define PCLK_RATE (1000 / PCLK_MULTIPLIER) /* process clock rate in ticks per second */
1043 …A (&cpu_service, UNIT_FLAGS | UNIT_FIX | UNIT_BINK | UNIT_IDLE, 0), PCLK_PERIOD * PCLK_MULTIPLIER }
2151 … (elapsed * PCLK_MULTIPLIER) / cpu_unit [0].wait /* the elapsed fraction of the multiplier */ in cpu_update_pclk()
2152 …- (PCLK_MULTIPLIER - pclk_increment); /* less the amount of any adjustment already ma… in cpu_update_pclk()
3378 …pclk_increment = PCLK_MULTIPLIER; /* and set the increment to the multiplier… in cpu_service()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP3000/
H A Dhp3000_cpu.c744 #define PCLK_MULTIPLIER 10 /* number of hardware process clock ticks p… macro
745 #define PCLK_RATE (1000 / PCLK_MULTIPLIER) /* process clock rate in ticks per second */
1025 …A (&cpu_service, UNIT_FLAGS | UNIT_FIX | UNIT_BINK | UNIT_IDLE, 0), PCLK_PERIOD * PCLK_MULTIPLIER }
2151 … (elapsed * PCLK_MULTIPLIER) / cpu_unit [0].wait /* the elapsed fraction of the multiplier */ in cpu_update_pclk()
2152 …- (PCLK_MULTIPLIER - pclk_increment); /* less the amount of any adjustment already ma… in cpu_update_pclk()
3378 …pclk_increment = PCLK_MULTIPLIER; /* and set the increment to the multiplier… in cpu_service()