OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNIC_REG_LEN
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/drivers/net/
pnic_api.h
8
*
PNIC_REG_LEN
, then write the data a byte at a type to
11
* data returned will be in
PNIC_REG_LEN
and can be read a byte at a
28
#define
PNIC_REG_LEN
0x02 /* Length register, 2 bytes, read-write */
pnic.c
54
outw ( input_length, pnic->ioaddr +
PNIC_REG_LEN
);
63
_output_length = inw ( pnic->ioaddr +
PNIC_REG_LEN
);
Completed in 356 milliseconds