Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A Dswp.c164 bool use_top; in spi_nor_sr_lock() local
189 use_top = can_be_top; in spi_nor_sr_lock()
192 if (use_top) in spi_nor_sr_lock()
225 if (!use_top) in spi_nor_sr_lock()
254 bool use_top; in spi_nor_sr_unlock() local
279 use_top = can_be_top; in spi_nor_sr_unlock()
282 if (use_top) in spi_nor_sr_unlock()
308 if (!use_top) in spi_nor_sr_unlock()
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
H A Dcore.c1701 bool use_top; in spi_nor_sr_lock() local
1726 use_top = can_be_top; in spi_nor_sr_lock()
1729 if (use_top) in spi_nor_sr_lock()
1757 if (!use_top) in spi_nor_sr_lock()
1786 bool use_top; in spi_nor_sr_unlock() local
1811 use_top = can_be_top; in spi_nor_sr_unlock()
1814 if (use_top) in spi_nor_sr_unlock()
1840 if (!use_top) in spi_nor_sr_unlock()

Completed in 5 milliseconds