Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c720 bool use_top; in stm_lock() local
743 use_top = can_be_top; in stm_lock()
746 if (use_top) in stm_lock()
773 if (!use_top) in stm_lock()
800 bool use_top; in stm_unlock() local
823 use_top = can_be_top; in stm_unlock()
826 if (use_top) in stm_unlock()
856 if (!use_top) in stm_unlock()
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dcore.c1792 bool use_top; in spi_nor_sr_lock() local
1817 use_top = can_be_top; in spi_nor_sr_lock()
1820 if (use_top) in spi_nor_sr_lock()
1848 if (!use_top) in spi_nor_sr_lock()
1877 bool use_top; in spi_nor_sr_unlock() local
1902 use_top = can_be_top; in spi_nor_sr_unlock()
1905 if (use_top) in spi_nor_sr_unlock()
1931 if (!use_top) in spi_nor_sr_unlock()