OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:io_port
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
scc.h
91
typedef unsigned long
io_port
;
typedef
119
io_port
data_a;
120
io_port
ctrl_a;
121
io_port
data_b;
122
io_port
ctrl_b;
123
io_port
vector_latch;
124
io_port
special;
/external/kernel-headers/original/uapi/linux/
scc.h
107
typedef unsigned long
io_port
; /* type definition for an 'io port address' */
typedef
145
io_port
data_a; /* data port channel A */
146
io_port
ctrl_a; /* control port channel A */
147
io_port
data_b; /* data port channel B */
148
io_port
ctrl_b; /* control port channel B */
149
io_port
vector_latch; /* INTACK-Latch (#) */
150
io_port
special; /* special function port */
/external/u-boot/arch/powerpc/include/asm/
immap_8xx.h
227
typedef struct
io_port
{
struct
Completed in 2757 milliseconds