OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LANDISK_INTEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/landisk/landisk/
intr.c
43
#define
LANDISK_INTEN
0xb0000005
96
inten = _reg_read_1(
LANDISK_INTEN
);
97
_reg_write_1(
LANDISK_INTEN
, inten & ~bit);
104
_reg_write_1(
LANDISK_INTEN
, inten);
131
_reg_write_1(
LANDISK_INTEN
, INTEN_ALL_MASK);
200
_reg_bset_1(
LANDISK_INTEN
, (1 << (irq - 5)));
243
_reg_bclr_1(
LANDISK_INTEN
, (1 << irq));
279
_reg_bset_1(
LANDISK_INTEN
, (1 << irq));
315
_reg_bclr_1(
LANDISK_INTEN
, (1 << irq));
336
_reg_bclr_1(
LANDISK_INTEN
, (1 << irq))
[
all
...]
landiskreg.h
33
#define
LANDISK_INTEN
0xb0000005
Completed in 12 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025