OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HPPA_FLEX_MASK
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hppa/include/
iomod.h
127
#define
HPPA_FLEX_MASK
0xFFFC0000 /* (see below) */
128
#define HPPA_FLEX_SIZE (~
HPPA_FLEX_MASK
+ 1)
129
#define HPPA_FLEX(a) (((a) &
HPPA_FLEX_MASK
) >> 18)
/src/sys/arch/hppa/hppa/
mainbus.c
204
spa = pa &
HPPA_FLEX_MASK
;
1389
((struct iomod *)(hppa_mcpuhpa &
HPPA_FLEX_MASK
))[FPA_IOMOD].io_flex =
1390
(void *)((hppa_mcpuhpa &
HPPA_FLEX_MASK
) | DMA_ENABLE);
1392
aprint_normal(" [flex %lx]\n", hppa_mcpuhpa &
HPPA_FLEX_MASK
);
Completed in 12 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025