OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frodoregs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hp300/stand/common/
apci.c
87
volatile uint8_t *
frodoregs
;
local
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
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 153 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026