OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:io_port
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
scc.h
106
typedef unsigned long
io_port
; /* type definition for an 'io port address' */
typedef
144
io_port
data_a; /* data port channel A */
145
io_port
ctrl_a; /* control port channel A */
146
io_port
data_b; /* data port channel B */
147
io_port
ctrl_b; /* control port channel B */
148
io_port
vector_latch; /* INTACK-Latch (#) */
149
io_port
special; /* special function port */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
scc.h
106
typedef unsigned long
io_port
; /* type definition for an 'io port address' */
typedef
144
io_port
data_a; /* data port channel A */
145
io_port
ctrl_a; /* control port channel A */
146
io_port
data_b; /* data port channel B */
147
io_port
ctrl_b; /* control port channel B */
148
io_port
vector_latch; /* INTACK-Latch (#) */
149
io_port
special; /* special function port */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
scc.h
106
typedef unsigned long
io_port
; /* type definition for an 'io port address' */
typedef
144
io_port
data_a; /* data port channel A */
145
io_port
ctrl_a; /* control port channel A */
146
io_port
data_b; /* data port channel B */
147
io_port
ctrl_b; /* control port channel B */
148
io_port
vector_latch; /* INTACK-Latch (#) */
149
io_port
special; /* special function port */
/external/kernel-headers/original/asm-mips/
dma.h
290
unsigned int
io_port
= (dmanr<=3)? ((dmanr&3)<<1) + 1 + IO_DMA1_BASE
local
296
count = 1 + dma_inb(
io_port
);
297
count += dma_inb(
io_port
) << 8;
/external/kernel-headers/original/asm-x86/
dma_32.h
272
unsigned int
io_port
= (dmanr<=3)? ((dmanr&3)<<1) + 1 + IO_DMA1_BASE
local
278
count = 1 + dma_inb(
io_port
);
279
count += dma_inb(
io_port
) << 8;
Completed in 74 milliseconds