Searched refs:SECT_4K_PMC (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/ |
| H A D | issi.c | 64 { "pm25lv512", INFO(0, 0, 32 * 1024, 2, SECT_4K_PMC) }, 65 { "pm25lv010", INFO(0, 0, 32 * 1024, 4, SECT_4K_PMC) },
|
| H A D | core.h | 279 #define SECT_4K_PMC BIT(4) /* SPINOR_OP_BE_4K_PMC works uniformly */ macro
|
| H A D | core.c | 2941 if (info->flags & SECT_4K_PMC) { in spi_nor_info_init_params()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | sf_internal.h | 46 #define SECT_4K_PMC BIT(4) /* SPINOR_OP_BE_4K_PMC works uniformly */ macro
|
| H A D | spi-nor-core.c | 2359 } else if (info->flags & SECT_4K_PMC) { in spi_nor_select_erase()
|