OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:threewire_read
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/include/gpxe/
threewire.h
24
#define
THREEWIRE_READ
0x6
44
extern int
threewire_read
( struct nvs_device *nvs, unsigned int address,
60
device->nvs.read =
threewire_read
;
/external/syslinux/gpxe/src/drivers/nvs/
threewire.c
42
int
threewire_read
( struct nvs_device *nvs, unsigned int address,
function
53
if ( ( rc = bus->rw ( bus, device,
THREEWIRE_READ
, address,
121
if ( ( rc =
threewire_read
( nvs, 0, NULL,
Completed in 624 milliseconds