HomeSort by relevance Sort by last modified time
    Searched full:threewire_write (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
threewire.h 27 #define THREEWIRE_WRITE 0x5
46 extern int threewire_write ( struct nvs_device *nvs, unsigned int address,
61 device->nvs.write = threewire_write;
  /external/syslinux/gpxe/src/drivers/nvs/
threewire.c 72 int threewire_write ( struct nvs_device *nvs, unsigned int address, function
92 if ( ( rc = bus->rw ( bus, device, THREEWIRE_WRITE, address,

Completed in 86 milliseconds