Searched defs:nvs (Results 1 – 9 of 9) sorted by relevance
/external/syslinux/gpxe/src/drivers/nvs/ |
D | threewire.c | 42 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
|
D | nvs.c | 42 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()
|
D | spi.c | 84 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/ |
D | spi.h | 88 struct nvs_device nvs; member 116 nvs_to_spi ( struct nvs_device *nvs ) { in nvs_to_spi()
|
D | nvo.h | 36 struct nvs_device *nvs; member
|
/external/syslinux/gpxe/src/core/ |
D | nvo.c | 203 void nvo_init ( struct nvo_block *nvo, struct nvs_device *nvs, in nvo_init()
|
/external/syslinux/gpxe/src/drivers/net/ |
D | 3c90x.c | 141 a3c90x_internal_ReadEeprom(struct nvs_device *nvs, unsigned int address, void *data, size_t len) in a3c90x_internal_ReadEeprom()
|
D | 3c90x.h | 299 struct nvs_device nvs; member
|
D | etherfabric.c | 3290 struct nvs_device *nvs = &efab->spi->nvs; in falcon_probe_nvram() local
|