Searched refs:flash_table (Results 1 – 9 of 9) sorted by relevance
/external/coreboot/src/drivers/spi/ |
D | issi.c | 9 static const struct spi_flash_part_id flash_table[] = { variable 22 .ids = flash_table, 23 .nr_part_ids = ARRAY_SIZE(flash_table),
|
D | atmel.c | 23 static const struct spi_flash_part_id flash_table[] = { variable 66 .ids = flash_table, 67 .nr_part_ids = ARRAY_SIZE(flash_table),
|
D | amic.c | 23 static const struct spi_flash_part_id flash_table[] = { variable 76 .ids = flash_table, 77 .nr_part_ids = ARRAY_SIZE(flash_table),
|
D | adesto.c | 28 static const struct spi_flash_part_id flash_table[] = { variable 96 .ids = flash_table, 97 .nr_part_ids = ARRAY_SIZE(flash_table),
|
D | macronix.c | 25 static const struct spi_flash_part_id flash_table[] = { variable 153 .ids = flash_table, 154 .nr_part_ids = ARRAY_SIZE(flash_table),
|
D | gigadevice.c | 23 static const struct spi_flash_part_id flash_table[] = { variable 141 .ids = flash_table, 142 .nr_part_ids = ARRAY_SIZE(flash_table),
|
D | eon.c | 44 static const struct spi_flash_part_id flash_table[] = { variable 157 .ids = flash_table, 158 .nr_part_ids = ARRAY_SIZE(flash_table),
|
D | spansion.c | 94 static const struct spi_flash_part_id flash_table[] = { variable 144 .ids = flash_table, 145 .nr_part_ids = ARRAY_SIZE(flash_table),
|
D | winbond.c | 59 static const struct spi_flash_part_id flash_table[] = { variable 619 .ids = flash_table, 620 .nr_part_ids = ARRAY_SIZE(flash_table),
|