Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mtd/spi-nor/
Dcore.c1582 u8 tb_mask = spi_nor_get_sr_tb_mask(nor); in spi_nor_get_locked_range_sr() local
1603 if (nor->flags & SNOR_F_HAS_SR_TB && sr & tb_mask) in spi_nor_get_locked_range_sr()
1683 u8 tb_mask = spi_nor_get_sr_tb_mask(nor); in spi_nor_sr_lock() local
1738 status_new = (status_old & ~mask & ~tb_mask) | val; in spi_nor_sr_lock()
1744 status_new |= tb_mask; in spi_nor_sr_lock()
1768 u8 tb_mask = spi_nor_get_sr_tb_mask(nor); in spi_nor_sr_unlock() local
1820 status_new = (status_old & ~mask & ~tb_mask) | val; in spi_nor_sr_unlock()
1827 status_new |= tb_mask; in spi_nor_sr_unlock()