OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inw
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/arch/x68k/stand/boot/
ne.h
29
#define
inw
(x) *(volatile uint16_t *)(x)
macro
/src/sys/arch/mac68k/include/
pio.h
15
#define
inw
(y) \
macro
/src/sys/arch/alpha/include/
pio.h
51
#define
inw
(addr) (*alpha_pci_io_switch->apio_inw)((addr))
macro
/src/sys/arch/arc/include/
pio.h
45
#define
inw
(a) (*(volatile unsigned short*)(a))
macro
46
#define in16(a)
inw
(a)
/src/sys/arch/bebox/stand/boot/
io.c
67
inw
(int port)
function in typeref:typename:u_short
/src/sys/arch/ia64/include/
cpufunc.h
80
inw
(unsigned int port)
function in typeref:typename:uint16_t
122
*buf++ =
inw
(port);
/src/sys/arch/i386/i386/
cpufunc.S
368
ENTRY(
inw
)
function
371
inw
%dx, %ax
373
END(
inw
)
/src/sys/arch/amd64/amd64/
cpufunc.S
466
ENTRY(
inw
)
function
469
inw
%dx, %ax
472
END(
inw
)
/src/sys/arch/powerpc/include/
pio.h
168
#define
inw
(a) (__inw((volatile uint16_t *)(a)))
macro
169
#define in16(a)
inw
(a)
Completed in 32 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025