Home
last modified time | relevance | path

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

/drivers/mtd/spi-nor/
A Dotp.c315 loff_t rstart, rofs; in spi_nor_mtd_otp_read_write() local
358 rofs = ofs & (rlen - 1); in spi_nor_mtd_otp_read_write()
361 len = min_t(size_t, total_len, rlen - rofs); in spi_nor_mtd_otp_read_write()
364 ret = ops->write(nor, rstart + rofs, len, buf); in spi_nor_mtd_otp_read_write()
366 ret = ops->read(nor, rstart + rofs, len, (u8 *)buf); in spi_nor_mtd_otp_read_write()

Completed in 5 milliseconds