Home
last modified time | relevance | path

Searched refs:nvs_to_spi (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/drivers/nvs/
Dspi.c86 struct spi_device *device = nvs_to_spi ( nvs ); in spi_read()
113 struct spi_device *device = nvs_to_spi ( nvs ); in spi_write()
Dthreewire.c44 struct spi_device *device = nvs_to_spi ( nvs ); in threewire_read()
74 struct spi_device *device = nvs_to_spi ( nvs ); in threewire_write()
/external/syslinux/gpxe/src/include/gpxe/
Dspi.h116 nvs_to_spi ( struct nvs_device *nvs ) { in nvs_to_spi() function