Searched refs:rofs (Results 1 – 9 of 9) sorted by relevance
23 rofs@4c0000 {25 label = "rofs";
23 rofs@a00000 {25 label = "rofs";
26 rofs@a00000 {28 label = "rofs";
26 rofs@a00000 {28 label = "alt-rofs";
166 rofs@800000 {167 label = "rofs";
408 rofs@800000 {409 label = "rofs";
131 rofs@800000 {132 label = "rofs";
389 rofs@700000 {390 label = "rofs";
314 loff_t rstart, rofs; in spi_nor_mtd_otp_read_write() local357 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 19 milliseconds