Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A Dotp.c314 loff_t rstart, rofs; in spi_nor_mtd_otp_read_write() local
357 rofs = ofs & (rlen - 1); in spi_nor_mtd_otp_read_write()
360 len = min_t(size_t, total_len, rlen - rofs); in spi_nor_mtd_otp_read_write()
363 ret = ops->write(nor, rstart + rofs, len, buf); in spi_nor_mtd_otp_read_write()
365 ret = ops->read(nor, rstart + rofs, len, (u8 *)buf); in spi_nor_mtd_otp_read_write()

Completed in 1 milliseconds