OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:io_port
(Results
1 - 3
of
3
) sorted by null
/prebuilt/linux-x86/toolchain/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 */
/external/grub/netboot/
eepro.c
205
#define
IO_PORT
0x0e
356
rcv_event = inw(ioaddr +
IO_PORT
);
359
rcv_status = inw(ioaddr +
IO_PORT
);
360
rcv_next_frame = inw(ioaddr +
IO_PORT
);
361
rcv_size = inw(ioaddr +
IO_PORT
);
371
insw(ioaddr +
IO_PORT
, nic->packet, ((rcv_size + 3) >> 1));
415
outw(XMT_CMD, ioaddr +
IO_PORT
);
416
outw(0, ioaddr +
IO_PORT
);
417
outw(end, ioaddr +
IO_PORT
);
418
outw(length, ioaddr +
IO_PORT
);
[
all
...]
/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 42 milliseconds