Home
last modified time | relevance | path

Searched refs:can_be_bottom (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
738 can_be_bottom = false; in stm_lock()
745 if (!can_be_bottom && !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
823 can_be_bottom = false; in stm_unlock()
825 if (!can_be_bottom && !can_be_top) in stm_unlock()