Home
last modified time | relevance | path

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

/linux-6.15/drivers/mtd/spi-nor/
H A Dswp.c168 bool can_be_top = true, can_be_bottom = nor->flags & SNOR_F_HAS_SR_TB; in spi_nor_sr_lock() local
183 can_be_bottom = false; in spi_nor_sr_lock()
190 if (!can_be_bottom && !can_be_top) in spi_nor_sr_lock()
258 bool can_be_top = true, can_be_bottom = nor->flags & SNOR_F_HAS_SR_TB; in spi_nor_sr_unlock() local
278 can_be_bottom = false; in spi_nor_sr_unlock()
280 if (!can_be_bottom && !can_be_top) in spi_nor_sr_unlock()