Lines Matching refs:flexSpiNorDriver
82 const flexspi_nor_driver_interface_t *flexSpiNorDriver; /*!< FlexSPI NOR FLASH Driver API.*/ member
130 return g_bootloaderTree->flexSpiNorDriver->get_config(instance, config, option); in ROM_FLEXSPI_NorFlash_GetConfig()
142 return g_bootloaderTree->flexSpiNorDriver->init(instance, config); in ROM_FLEXSPI_NorFlash_Init()
159 return g_bootloaderTree->flexSpiNorDriver->page_program(instance, config, dst_addr, src); in ROM_FLEXSPI_NorFlash_ProgramPage()
174 return g_bootloaderTree->flexSpiNorDriver->read(instance, config, dst, start, lengthInBytes); in ROM_FLEXSPI_NorFlash_Read()
188 return g_bootloaderTree->flexSpiNorDriver->erase(instance, config, start, length); in ROM_FLEXSPI_NorFlash_Erase()
201 return g_bootloaderTree->flexSpiNorDriver->erase_sector(instance, config, start); in ROM_FLEXSPI_NorFlash_EraseSector()
215 return g_bootloaderTree->flexSpiNorDriver->erase_block(instance, config, start); in ROM_FLEXSPI_NorFlash_EraseBlock()
223 return g_bootloaderTree->flexSpiNorDriver->erase_all(instance, config); in ROM_FLEXSPI_NorFlash_EraseAll()
231 return g_bootloaderTree->flexSpiNorDriver->xfer(instance, xfer); in ROM_FLEXSPI_NorFlash_CommandXfer()
242 return g_bootloaderTree->flexSpiNorDriver->update_lut(instance, seqIndex, lutBase, seqNumber); in ROM_FLEXSPI_NorFlash_UpdateLut()
269 return g_bootloaderTree->flexSpiNorDriver->wait_busy(instance, config, isParallelMode, address); in ROM_FLEXSPI_NorFlash_WaitBusy()