Lines Matching refs:flexSpiNorDriver

82     const flexspi_nor_driver_interface_t *flexSpiNorDriver; /*!< FlexSPI NOR FLASH Driver API.*/  member
127 return g_bootloaderTree->flexSpiNorDriver->get_config(instance, config, option); in ROM_FLEXSPI_NorFlash_GetConfig()
139 return g_bootloaderTree->flexSpiNorDriver->init(instance, config); in ROM_FLEXSPI_NorFlash_Init()
156 return g_bootloaderTree->flexSpiNorDriver->page_program(instance, config, dst_addr, src); in ROM_FLEXSPI_NorFlash_ProgramPage()
171 return g_bootloaderTree->flexSpiNorDriver->read(instance, config, dst, start, lengthInBytes); in ROM_FLEXSPI_NorFlash_Read()
185 return g_bootloaderTree->flexSpiNorDriver->erase(instance, config, start, length); in ROM_FLEXSPI_NorFlash_Erase()
198 return g_bootloaderTree->flexSpiNorDriver->erase_sector(instance, config, start); in ROM_FLEXSPI_NorFlash_EraseSector()
212 return g_bootloaderTree->flexSpiNorDriver->erase_block(instance, config, start); in ROM_FLEXSPI_NorFlash_EraseBlock()
220 return g_bootloaderTree->flexSpiNorDriver->erase_all(instance, config); in ROM_FLEXSPI_NorFlash_EraseAll()
228 return g_bootloaderTree->flexSpiNorDriver->xfer(instance, xfer); in ROM_FLEXSPI_NorFlash_CommandXfer()
239 return g_bootloaderTree->flexSpiNorDriver->update_lut(instance, seqIndex, lutBase, seqNumber); in ROM_FLEXSPI_NorFlash_UpdateLut()
246 g_bootloaderTree->flexSpiNorDriver->clear_cache(instance); in ROM_FLEXSPI_NorFlash_ClearCache()
255 return g_bootloaderTree->flexSpiNorDriver->wait_busy(instance, config, isParallelMode, address); in ROM_FLEXSPI_NorFlash_WaitBusy()