Lines Matching defs:flash
109 struct stm32_qspi_flash flash[STM32_QSPI_MAX_NORCHIP];
124 * 2 flash access (bk1, bk2)
361 struct stm32_qspi_flash *flash = &qspi->flash[spi_get_chipselect(spi, 0)];
372 cr |= FIELD_PREP(CR_PRESC_MASK, flash->presc);
373 cr |= FIELD_PREP(CR_FSEL, flash->cs);
645 struct stm32_qspi_flash *flash;
671 flash = &qspi->flash[spi_get_chipselect(spi, 0)];
672 flash->cs = spi_get_chipselect(spi, 0);
673 flash->presc = presc;
679 * Dual flash mode is only enable in case SPI_TX_OCTAL and SPI_TX_OCTAL
684 dev_dbg(qspi->dev, "Dual flash mode enable");