OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ien
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/newsmips/dev/
kb_hb.c
146
volatile uint8_t *
ien
= (void *)INTEN0;
local in function:kb_hb_intr
150
*
ien
&= ~RX_KBINTE;
162
*
ien
|= RX_KBINTE;
180
volatile uint8_t *
ien
= (void *)INTEN0;
local in function:kb_hb_cngetc
183
ointr = *
ien
& RX_KBINTE;
184
*
ien
&= ~RX_KBINTE;
194
*
ien
|= ointr;
ms_hb.c
122
volatile uint8_t *
ien
= (void *)INTEN0;
local in function:ms_hb_intr
127
*
ien
&= ~RX_MSINTE;
181
*
ien
|= RX_MSINTE;
188
volatile uint8_t *
ien
= (void *)INTEN0;
local in function:ms_hb_enable
190
*
ien
|= RX_MSINTE;
197
volatile uint8_t *
ien
= (void *)INTEN0;
local in function:ms_hb_disable
199
*
ien
&= ~RX_MSINTE;
kb_hb.c
146
volatile uint8_t *
ien
= (void *)INTEN0;
local in function:kb_hb_intr
150
*
ien
&= ~RX_KBINTE;
162
*
ien
|= RX_KBINTE;
180
volatile uint8_t *
ien
= (void *)INTEN0;
local in function:kb_hb_cngetc
183
ointr = *
ien
& RX_KBINTE;
184
*
ien
&= ~RX_KBINTE;
194
*
ien
|= ointr;
ms_hb.c
122
volatile uint8_t *
ien
= (void *)INTEN0;
local in function:ms_hb_intr
127
*
ien
&= ~RX_MSINTE;
181
*
ien
|= RX_MSINTE;
188
volatile uint8_t *
ien
= (void *)INTEN0;
local in function:ms_hb_enable
190
*
ien
|= RX_MSINTE;
197
volatile uint8_t *
ien
= (void *)INTEN0;
local in function:ms_hb_disable
199
*
ien
&= ~RX_MSINTE;
/src/sys/dev/vme/
xyreg.h
107
volatile u_char
ien
:1; /* interrupt enable */
member in struct:xy_iopb
xyreg.h
107
volatile u_char
ien
:1; /* interrupt enable */
member in struct:xy_iopb
/src/sys/arch/sun3/dev/
xyreg.h
108
volatile u_char
ien
:1; /* interrupt enable */
member in struct:xy_iopb
xyreg.h
108
volatile u_char
ien
:1; /* interrupt enable */
member in struct:xy_iopb
Completed in 143 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025