Home
last modified time | relevance | path

Searched defs:nvs (Results 1 – 9 of 9) sorted by relevance

/external/syslinux/gpxe/src/drivers/nvs/
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() local
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()
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/include/gpxe/
Dspi.h88 struct nvs_device nvs; member
116 nvs_to_spi ( struct nvs_device *nvs ) { in nvs_to_spi()
Dnvo.h36 struct nvs_device *nvs; member
/external/syslinux/gpxe/src/core/
Dnvo.c203 void nvo_init ( struct nvo_block *nvo, struct nvs_device *nvs, in nvo_init()
/external/syslinux/gpxe/src/drivers/net/
D3c90x.c141 a3c90x_internal_ReadEeprom(struct nvs_device *nvs, unsigned int address, void *data, size_t len) in a3c90x_internal_ReadEeprom()
D3c90x.h299 struct nvs_device nvs; member
Detherfabric.c3290 struct nvs_device *nvs = &efab->spi->nvs; in falcon_probe_nvram() local