Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mtd/spi-nor/
Dintel.c20 nor->flags |= SNOR_F_HAS_LOCK; in intel_default_init()
Datmel.c34 nor->flags |= SNOR_F_HAS_LOCK; in atmel_default_init()
Dmicron-st.c139 nor->flags |= SNOR_F_HAS_LOCK; in micron_st_default_init()
Dsst.c132 nor->flags |= SNOR_F_HAS_LOCK; in sst_default_init()
Dcore.h23 SNOR_F_HAS_LOCK = BIT(8), enumerator
Dcore.c2837 if (nor->flags & SNOR_F_HAS_LOCK && !nor->params->locking_ops) in spi_nor_late_init_params()
2928 if (nor->flags & SNOR_F_HAS_LOCK) in spi_nor_unlock_all()
3136 nor->flags |= SNOR_F_HAS_LOCK; in spi_nor_scan()