OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PNIC_REG_DATA
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/drivers/net/
pnic_api.h
9
*
PNIC_REG_DATA
, then write the command code to PNIC_REG_CMD. The
12
* time from
PNIC_REG_DATA
.
29
#define
PNIC_REG_DATA
0x04 /* Data port, 1 byte, read-write */
pnic.c
56
outsb ( pnic->ioaddr +
PNIC_REG_DATA
, input, input_length );
81
insb ( pnic->ioaddr +
PNIC_REG_DATA
, output, _output_length );
Completed in 130 milliseconds