Searched refs:spi_nor_erase_map (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
H A D | core.h | 150 * struct spi_nor_erase_map - Structure to describe the SPI NOR erase map 166 struct spi_nor_erase_map { struct 220 struct spi_nor_erase_map erase_map; 430 void spi_nor_init_uniform_erase_map(struct spi_nor_erase_map *map,
|
H A D | sfdp.c | 308 * of the spi_nor_erase_map structure. Save the Erase Type index as sorted in 349 static u8 spi_nor_sort_erase_mask(struct spi_nor_erase_map *map, u8 erase_mask) in spi_nor_sort_erase_mask() 378 static void spi_nor_regions_sort_erase_types(struct spi_nor_erase_map *map) in spi_nor_regions_sort_erase_types() 431 struct spi_nor_erase_map *map = ¶ms->erase_map; in spi_nor_parse_bfpt() 786 struct spi_nor_erase_map *map = ¶ms->erase_map; in spi_nor_init_non_uniform_erase_map() 950 struct spi_nor_erase_map *map = ¶ms->erase_map; in spi_nor_parse_4bait()
|
H A D | core.c | 1098 struct spi_nor_erase_map *map = &nor->params->erase_map; in spi_nor_set_4byte_opcodes() 1205 spi_nor_find_best_erase_type(const struct spi_nor_erase_map *map, in spi_nor_find_best_erase_type() 1281 spi_nor_find_erase_region(const struct spi_nor_erase_map *map, u64 addr) in spi_nor_find_erase_region() 1360 const struct spi_nor_erase_map *map = &nor->params->erase_map; in spi_nor_init_erase_cmd_list() 2444 void spi_nor_init_uniform_erase_map(struct spi_nor_erase_map *map, in spi_nor_init_uniform_erase_map() 2540 spi_nor_select_uniform_erase(struct spi_nor_erase_map *map, in spi_nor_select_uniform_erase() 2582 struct spi_nor_erase_map *map = &nor->params->erase_map; in spi_nor_select_erase() 2742 struct spi_nor_erase_map *map = ¶ms->erase_map; in spi_nor_info_init_params()
|
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
H A D | issi.c | 34 struct spi_nor_erase_map *map = &nor->params->erase_map; in pm25lv_nor_late_init()
|
H A D | core.h | 259 * struct spi_nor_erase_map - Structure to describe the SPI NOR erase map 275 struct spi_nor_erase_map { struct 399 struct spi_nor_erase_map erase_map; 712 void spi_nor_init_uniform_erase_map(struct spi_nor_erase_map *map,
|
H A D | sfdp.c | 319 * of the spi_nor_erase_map structure. Save the Erase Type index as sorted in 360 static u8 spi_nor_sort_erase_mask(struct spi_nor_erase_map *map, u8 erase_mask) in spi_nor_sort_erase_mask() 389 static void spi_nor_regions_sort_erase_types(struct spi_nor_erase_map *map) in spi_nor_regions_sort_erase_types() 440 struct spi_nor_erase_map *map = ¶ms->erase_map; in spi_nor_parse_bfpt() 825 struct spi_nor_erase_map *map = &nor->params->erase_map; in spi_nor_init_non_uniform_erase_map() 985 struct spi_nor_erase_map *map = ¶ms->erase_map; in spi_nor_parse_4bait()
|
H A D | core.c | 1163 struct spi_nor_erase_map *map = &nor->params->erase_map; in spi_nor_set_4byte_opcodes() 1530 spi_nor_find_best_erase_type(const struct spi_nor_erase_map *map, in spi_nor_find_best_erase_type() 1604 spi_nor_find_erase_region(const struct spi_nor_erase_map *map, u64 addr) in spi_nor_find_erase_region() 1683 const struct spi_nor_erase_map *map = &nor->params->erase_map; in spi_nor_init_erase_cmd_list() 2439 void spi_nor_init_uniform_erase_map(struct spi_nor_erase_map *map, in spi_nor_init_uniform_erase_map() 2537 spi_nor_select_uniform_erase(struct spi_nor_erase_map *map, in spi_nor_select_uniform_erase() 2583 struct spi_nor_erase_map *map = &nor->params->erase_map; in spi_nor_select_erase() 2775 struct spi_nor_erase_map *map = ¶ms->erase_map; in spi_nor_no_sfdp_init_params()
|
H A D | debugfs.c | 80 struct spi_nor_erase_map *erase_map = ¶ms->erase_map; in spi_nor_params_show()
|
Completed in 14 milliseconds