OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I365_IO
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/core/
i82365.c
304
i365_set(1,
I365_IO
(0)+0, 0x20 );
305
i365_set(1,
I365_IO
(0)+1, 0x03 );
306
i365_set(1,
I365_IO
(0)+2, 0x3f );
307
i365_set(1,
I365_IO
(0)+3, 0x03 );
490
io->start = i365_get_pair(sock,
I365_IO
(map)+I365_W_START);
491
io->stop = i365_get_pair(sock,
I365_IO
(map)+I365_W_STOP);
524
i365_set_pair(sock,
I365_IO
(map)+I365_W_START, io->start);
525
i365_set_pair(sock,
I365_IO
(map)+I365_W_STOP, io->stop);
636
i365_set(sockno,
I365_IO
(0)+0, pccc->iowin & 0xff);
637
i365_set(sockno,
I365_IO
(0)+1, (pccc->iowin >> 8) & 0xff)
[
all
...]
/external/syslinux/gpxe/src/include/
i82365.h
35
#define
I365_IO
(map) (0x08+((map)<<2))
Completed in 99 milliseconds