Searched refs:stm_is_locked_sr (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/mtd/spi-nor/ |
| D | spi-nor.c | 1389 static int stm_is_locked_sr(struct spi_nor *nor, loff_t ofs, uint64_t len, in stm_is_locked_sr() function 1448 if (stm_is_locked_sr(nor, ofs, len, status_old)) in stm_lock() 1452 if (!stm_is_locked_sr(nor, 0, ofs, status_old)) in stm_lock() 1456 if (!stm_is_locked_sr(nor, ofs + len, mtd->size - (ofs + len), in stm_lock() 1606 return stm_is_locked_sr(nor, ofs, len, status); in stm_is_locked()
|