HomeSort by: relevance | last modified time | path
    Searched refs:cpmbx (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/vax/include/
uvax.h 44 /* cpmbx bits */
88 struct cpmbx { struct
100 extern struct cpmbx *cpmbx;
ka630.h 89 /* cpmbx bits */
117 u_short cpmbx; /* CPMBX is used by the boot rom. see ka630-ug-3.3.3 */ member in struct:ka630clock
ka410.h 190 u_long :2; u_long cpmbx :8; u_long :22; member in struct:ka410_clock
  /src/sys/arch/vax/vax/
ka630.c 144 ((volatile struct ka630clock *)clk_page)->cpmbx = KA630CLK_DOTHIS|KA630CLK_HALT;
151 ((volatile struct ka630clock *)clk_page)->cpmbx =
156 * Clear restart and boot in progress flags in the CPMBX.
161 short i = ((volatile struct ka630clock *)clk_page)->cpmbx;
163 ((volatile struct ka630clock *)clk_page)->cpmbx = i & KA630CLK_LANG;
ka410.c 158 * in the CPMBX. (ie. clear bits 4 and 5)
160 clk->cpmbx = (clk->cpmbx & ~0x30);
ka660.c 82 cpmbx = (struct cpmbx *)vax_map_physmem(0x20140400, 1);
machdep.c 152 struct cpmbx *cpmbx; /* Console program mailbox address */ variable in typeref:struct:cpmbx *
717 if (cpmbx == NULL) /* Too late to complain here, but avoid panic */
720 if (cpmbx->user_halt != UHALT_DEFAULT) {
721 if (cpmbx->mbox_halt != 0)
722 cpmbx->mbox_halt = 0; /* let console override */
723 } else if (cpmbx->mbox_halt != MHALT_HALT)
724 cpmbx->mbox_halt = MHALT_HALT; /* the os decides */
732 if (cpmbx == NULL) /* Too late to complain here, but avoid panic */
735 if (cpmbx->user_halt != UHALT_DEFAULT)
    [all...]
ka670.c 208 cpmbx = (struct cpmbx *)vax_map_physmem(0x20140400, 1);
ka53.c 88 cpmbx = (struct cpmbx *)vax_map_physmem(0x20140400, 1);
ka680.c 112 cpmbx = (struct cpmbx *)vax_map_physmem(0x20140400, 1);

Completed in 17 milliseconds