ka43_cpu
ka43_cpu = (void *)vax_map_physmem(VS_REGS, 1);
val = ka43_cpu->parctl & 0x03; /* read the old value */
ka43_cpu->parctl = val; /* and write new value */
static volatile struct ka43_cpu *ka43_cpu = (void*)KA43_CPU_BASE;