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

  /src/sys/arch/vax/vax/
ka630.c 84 clk_page = (short *)vax_map_physmem((paddr_t)KA630CLK, 1);
144 ((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;
ka410.c 113 clk_page = (short *)vax_map_physmem(KA420_WAT_BASE, 1);
140 __asm("movl $0xc, (%0)"::"r"((int)clk_page + 0x38)); /* Don't ask */
147 __asm("movl $0xc, (%0)"::"r"((int)clk_page + 0x38)); /* Don't ask */
154 volatile struct ka410_clock *clk = (volatile void *)clk_page;
ka46.c 94 clk_page = (short *)vax_map_physmem(VS_CLOCK, 1);
157 ((volatile uint8_t *) clk_page)[KA46_CPMBX] = KA46_HLT_HALT;
164 ((volatile uint8_t *) clk_page)[KA46_CPMBX] = KA46_HLT_BOOT;
ka48.c 90 clk_page = (short *)vax_map_physmem(VS_CLOCK, 1);
142 ((volatile uint8_t *) clk_page)[KA48_CPMBX] = KA48_HLT_HALT;
149 ((volatile uint8_t *) clk_page)[KA48_CPMBX] = KA48_HLT_BOOT;
ka43.c 322 clk_page = (short *)vax_map_physmem(VS_CLOCK, 1);
352 volatile struct ka43_clock *clk = (volatile void *)clk_page;
368 volatile struct ka43_clock *clk = (volatile void *)clk_page;
376 volatile struct ka43_clock *clk = (volatile void *)clk_page;
clock.c 250 volatile short *clk_page; /* where the chip is mapped in virtual memory */ variable in typeref:typename:volatile short *
254 #define REGPEEK(off) (clk_page[off << clk_adrshift] >> clk_tweak)
255 #define REGPOKE(off, v) (clk_page[off << clk_adrshift] = ((v) << clk_tweak))
264 if (clk_page == 0)
300 if (clk_page == 0)
ka49.c 87 clk_page = (short *)vax_map_physmem(0x25400000, 1);
225 ((volatile uint8_t *) clk_page)[KA49_CPMBX] = KA49_HLT_HALT;
232 ((volatile uint8_t *) clk_page)[KA49_CPMBX] = KA49_HLT_BOOT;
  /src/sys/arch/vax/include/
clock.h 54 extern volatile short *clk_page;
  /src/sys/arch/vax/vsa/
ncr.c 210 target = (clk_page[0xbc/2] >> tweak) & 7;
asc_vsbus.c 246 sc->sc_id = (clk_page[0xbc / 2] >> clk_tweak) & 7;

Completed in 16 milliseconds