Searched refs:sst25 (Results 1 – 1 of 1) sorted by relevance
51 struct sst25_mtd *sst25; in sst25vfxx_read() local54 sst25 = SST25_MTD(device); in sst25vfxx_read()55 RT_ASSERT(sst25 != RT_NULL); in sst25vfxx_read()81 struct sst25_mtd *sst25; in sst25vfxx_write() local84 sst25 = SST25_MTD(device); in sst25vfxx_write()111 struct sst25_mtd *sst25; in sst25vfxx_erase_block() local114 sst25 = SST25_MTD(device); in sst25vfxx_erase_block()162 struct sst25_mtd *sst25; in sst25vfxx_mtd_init() local166 sst25 = &_sst25_mtd; in sst25vfxx_mtd_init()167 mtd = &(sst25->parent); in sst25vfxx_mtd_init()[all …]
Completed in 5 milliseconds