Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/spi-nor/
H A Ddebugfs.c160 flags & SNOR_OVERLAID_REGION ? "overlaid" : ""); in spi_nor_params_show()
H A Dcore.h253 #define SNOR_OVERLAID_REGION BIT(5) macro
H A Dcore.c1553 if (region->offset & SNOR_OVERLAID_REGION && in spi_nor_find_best_erase_type()
1644 if (region->offset & SNOR_OVERLAID_REGION) in spi_nor_init_erase_cmd()
1703 region->offset & SNOR_OVERLAID_REGION) { in spi_nor_init_erase_cmd_list()
H A Dsfdp.c789 region->offset |= SNOR_OVERLAID_REGION; in spi_nor_region_mark_overlay()