Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/spi-nor/
Dspi-nor.c697 bool can_be_top = true, can_be_bottom = nor->flags & SNOR_F_HAS_SR_TB; in stm_lock() local
710 can_be_bottom = false; in stm_lock()
717 if (!can_be_bottom && !can_be_top) in stm_lock()
777 bool can_be_top = true, can_be_bottom = nor->flags & SNOR_F_HAS_SR_TB; in stm_unlock() local
795 can_be_bottom = false; in stm_unlock()
797 if (!can_be_bottom && !can_be_top) in stm_unlock()