Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dspi-nor-core.c725 bool can_be_top = true, can_be_bottom = nor->flags & SNOR_F_HAS_SR_TB; in stm_lock() local
743 can_be_top = false; in stm_lock()
745 if (!can_be_bottom && !can_be_top) in stm_lock()
749 use_top = can_be_top; in stm_lock()
805 bool can_be_top = true, can_be_bottom = nor->flags & SNOR_F_HAS_SR_TB; in stm_unlock() local
818 can_be_top = false; in stm_unlock()
825 if (!can_be_bottom && !can_be_top) in stm_unlock()
829 use_top = can_be_top; in stm_unlock()