OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OUTL
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
cpc700.c
87
#define
OUTL
(a, d) bus_space_write_stream_4(the_cpc_tag, the_cpc_handle, (a), d)
233
OUTL
(CPC_UIC_SR, 0xffffffff); /* clear all intrs */
234
OUTL
(CPC_UIC_ER, 0x00000000); /* disable all intrs */
235
OUTL
(CPC_UIC_CR, 0xffffffff); /* gen INT not MCP */
236
OUTL
(CPC_UIC_PR, 0xffff8000 | active); /* 0 = active low */
237
OUTL
(CPC_UIC_TR, 0xc0000000 | level); /* 0 = level intr */
238
OUTL
(CPC_UIC_VR, CPC_UIC_CVR_PRI); /* intr 0 is highest */
258
OUTL
(CPC_UIC_SR, CPC_INTR_MASK(irq));
268
OUTL
(CPC_UIC_ER, reg);
278
OUTL
(CPC_UIC_ER, reg)
[
all
...]
/src/sys/dev/pci/bktr/
bktr_reg.h
429
#define
OUTL
(bktr,offset,value) bktr_OUTL(bktr,offset,value)
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025