Lines Matching refs:flexSpiNorDriver
82 const flexspi_nor_driver_interface_t *flexSpiNorDriver; /*!< FlexSPI NOR FLASH Driver API.*/ member
116 return g_bootloaderTree->flexSpiNorDriver->get_config(instance, config, option); in ROM_FLEXSPI_NorFlash_GetConfig()
128 return g_bootloaderTree->flexSpiNorDriver->init(instance, config); in ROM_FLEXSPI_NorFlash_Init()
145 return g_bootloaderTree->flexSpiNorDriver->page_program(instance, config, dst_addr, src); in ROM_FLEXSPI_NorFlash_ProgramPage()
160 return g_bootloaderTree->flexSpiNorDriver->read(instance, config, dst, start, lengthInBytes); in ROM_FLEXSPI_NorFlash_Read()
174 return g_bootloaderTree->flexSpiNorDriver->erase(instance, config, start, length); in ROM_FLEXSPI_NorFlash_Erase()
187 return g_bootloaderTree->flexSpiNorDriver->erase_sector(instance, config, start); in ROM_FLEXSPI_NorFlash_EraseSector()
201 return g_bootloaderTree->flexSpiNorDriver->erase_block(instance, config, start); in ROM_FLEXSPI_NorFlash_EraseBlock()
209 return g_bootloaderTree->flexSpiNorDriver->erase_all(instance, config); in ROM_FLEXSPI_NorFlash_EraseAll()
217 return g_bootloaderTree->flexSpiNorDriver->xfer(instance, xfer); in ROM_FLEXSPI_NorFlash_CommandXfer()
228 return g_bootloaderTree->flexSpiNorDriver->update_lut(instance, seqIndex, lutBase, seqNumber); in ROM_FLEXSPI_NorFlash_UpdateLut()
247 return g_bootloaderTree->flexSpiNorDriver->wait_busy(instance, config, isParallelMode, address); in ROM_FLEXSPI_NorFlash_WaitBusy()