OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frodoregs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hp300/stand/common/
apci.c
87
volatile uint8_t *
frodoregs
;
local in function:apciprobe
104
frodoregs
= (volatile u_int8_t *)IIOV(INTIOBASE + FRODO_BASE);
105
if (badaddr((char *)
frodoregs
) == 0 &&
106
(
frodoregs
[FRODO_IISR] & FRODO_IISR_SERVICE) == 0)
/src/sys/arch/hp300/dev/
com_frodo.c
160
volatile uint8_t *
frodoregs
;
local in function:com_frodo_cnattach
171
frodoregs
= (volatile uint8_t *)IIOV(INTIOBASE + FRODO_BASE);
172
if (badaddr(__UNVOLATILE(
frodoregs
)) != 0) {
182
if (ISSET(
frodoregs
[FRODO_IISR], FRODO_IISR_SERVICE))
Completed in 71 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025