OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clk_adrshift
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/vax/vax/
clock.c
251
int
clk_adrshift
; /* how much to multiply the in-page address with */
variable in typeref:typename:int
254
#define REGPEEK(off) (clk_page[off <<
clk_adrshift
] >> clk_tweak)
255
#define REGPOKE(off, v) (clk_page[off <<
clk_adrshift
] = ((v) << clk_tweak))
clock.c
251
int
clk_adrshift
; /* how much to multiply the in-page address with */
variable in typeref:typename:int
254
#define REGPEEK(off) (clk_page[off <<
clk_adrshift
] >> clk_tweak)
255
#define REGPOKE(off, v) (clk_page[off <<
clk_adrshift
] = ((v) << clk_tweak))
Completed in 132 milliseconds
Indexes created Tue Sep 30 06:09:59 GMT 2025