Lines Matching defs:flash
108 struct stm32_qspi_flash flash[STM32_QSPI_MAX_NORCHIP];
121 * 2 flash access (bk1, bk2)
336 struct stm32_qspi_flash *flash = &qspi->flash[mem->spi->chip_select];
363 cr |= FIELD_PREP(CR_PRESC_MASK, flash->presc);
364 cr |= FIELD_PREP(CR_FSEL, flash->cs);
460 struct stm32_qspi_flash *flash;
478 flash = &qspi->flash[spi->chip_select];
479 flash->qspi = qspi;
480 flash->cs = spi->chip_select;
481 flash->presc = presc;