Searched refs:cpmbx (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Duvax.h48 /* cpmbx bits */
92 struct cpmbx { struct
104 extern struct cpmbx *cpmbx;
H A Dka630.h89 /* cpmbx bits */
117 u_short cpmbx; /* CPMBX is used by the boot rom. see ka630-ug-3.3.3 */ member in struct:ka630clock
H A Dka410.h196 u_long :2; u_long cpmbx :8; u_long :22; member in struct:ka410_clock
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Dka630.c144 ((volatile struct ka630clock *)clk_page)->cpmbx = KA630CLK_DOTHIS|KA630CLK_HALT;
151 ((volatile struct ka630clock *)clk_page)->cpmbx =
161 short i = ((volatile struct ka630clock *)clk_page)->cpmbx;
163 ((volatile struct ka630clock *)clk_page)->cpmbx = i & KA630CLK_LANG;
H A Dka410.c166 clk->cpmbx = (clk->cpmbx & ~0x30);
H A Dka660.c88 cpmbx = (struct cpmbx *)vax_map_physmem(0x20140400, 1);
H A Dmachdep.c155 struct cpmbx *cpmbx; /* Console program mailbox address */ variable in typeref:struct:cpmbx
762 if (cpmbx == NULL) /* Too late to complain here, but avoid panic */
765 if (cpmbx->user_halt != UHALT_DEFAULT) {
766 if (cpmbx->mbox_halt != 0)
767 cpmbx->mbox_halt = 0; /* let console override */
768 } else if (cpmbx->mbox_halt != MHALT_HALT)
769 cpmbx->mbox_halt = MHALT_HALT; /* the os decides */
777 if (cpmbx == NULL) /* Too late to complain here, but avoid panic */
780 if (cpmbx
[all...]
H A Dka670.c214 cpmbx = (struct cpmbx *)vax_map_physmem(0x20140400, 1);
H A Dka53.c92 cpmbx = (struct cpmbx *)vax_map_physmem(0x20140400, 1);
H A Dka680.c116 cpmbx = (struct cpmbx *)vax_map_physmem(0x20140400, 1);

Completed in 66 milliseconds