Searched refs:can_be_top (Results 1 – 1 of 1) sorted by relevance
166 bool can_be_top = true, can_be_bottom = nor->flags & SNOR_F_HAS_SR_TB; in spi_nor_sr_lock() local186 can_be_top = false; in spi_nor_sr_lock()188 if (!can_be_bottom && !can_be_top) in spi_nor_sr_lock()192 use_top = can_be_top; in spi_nor_sr_lock()255 bool can_be_top = true, can_be_bottom = nor->flags & SNOR_F_HAS_SR_TB; in spi_nor_sr_unlock() local270 can_be_top = false; in spi_nor_sr_unlock()277 if (!can_be_bottom && !can_be_top) in spi_nor_sr_unlock()281 use_top = can_be_top; in spi_nor_sr_unlock()
Completed in 5 milliseconds