OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clk_page
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/vax/vax/
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)
Completed in 36 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025