Home
last modified time | relevance | path

Searched refs:nvs_device (Results 1 – 11 of 11) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dnvs.h15 struct nvs_device { struct
47 int ( * read ) ( struct nvs_device *nvs, unsigned int address, argument
59 int ( * write ) ( struct nvs_device *nvs, unsigned int address, argument
63 extern int nvs_read ( struct nvs_device *nvs, unsigned int address,
65 extern int nvs_write ( struct nvs_device *nvs, unsigned int address,
Dnvo.h16 struct nvs_device;
36 struct nvs_device *nvs;
50 extern void nvo_init ( struct nvo_block *nvo, struct nvs_device *nvs,
Dspi.h88 struct nvs_device nvs;
116 nvs_to_spi ( struct nvs_device *nvs ) { in nvs_to_spi()
201 extern int spi_read ( struct nvs_device *nvs, unsigned int address,
203 extern int spi_write ( struct nvs_device *nvs, unsigned int address,
Dthreewire.h44 extern int threewire_read ( struct nvs_device *nvs, unsigned int address,
46 extern int threewire_write ( struct nvs_device *nvs, unsigned int address,
/external/syslinux/gpxe/src/drivers/nvs/
Dnvs.c42 int nvs_read ( struct nvs_device *nvs, unsigned int address, in nvs_read()
85 static int nvs_verify ( struct nvs_device *nvs, unsigned int address, in nvs_verify()
113 int nvs_write ( struct nvs_device *nvs, unsigned int address, in nvs_write()
Dthreewire.c42 int threewire_read ( struct nvs_device *nvs, unsigned int address, in threewire_read()
72 int threewire_write ( struct nvs_device *nvs, unsigned int address, in threewire_write()
115 struct nvs_device *nvs = &device->nvs; in threewire_detect_address_len()
Dspi.c84 int spi_read ( struct nvs_device *nvs, unsigned int address, in spi_read()
111 int spi_write ( struct nvs_device *nvs, unsigned int address, in spi_write()
/external/syslinux/gpxe/src/drivers/net/
D3c90x.h299 struct nvs_device nvs;
D3c90x.c141 a3c90x_internal_ReadEeprom(struct nvs_device *nvs, unsigned int address, void *data, size_t len) in a3c90x_internal_ReadEeprom()
179 a3c90x_internal_WriteEeprom(struct nvs_device *nvs __unused, in a3c90x_internal_WriteEeprom()
Detherfabric.c3290 struct nvs_device *nvs = &efab->spi->nvs; in falcon_probe_nvram()
/external/syslinux/gpxe/src/core/
Dnvo.c203 void nvo_init ( struct nvo_block *nvo, struct nvs_device *nvs, in nvo_init()