Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mtd/
Dspi-nor.h306 #define SNOR_LAST_REGION BIT(4) macro
611 return region->offset & SNOR_LAST_REGION; in spi_nor_region_is_last()
623 region->offset |= SNOR_LAST_REGION; in spi_nor_region_mark_end()
/Linux-v5.4/drivers/mtd/spi-nor/
Dspi-nor.c3305 SNOR_LAST_REGION; in spi_nor_init_uniform_erase_map()