Home
last modified time | relevance | path

Searched refs:xspiInstanceId (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c67 uint32_t xspiInstanceId = XSPI_GetInstance(curXSPIBase); in XSPI_NOR_ReadSFDP() local
69 flashXfer.deviceAddress = s_socXspiAmbaBase[xspiInstanceId] + address; in XSPI_NOR_ReadSFDP()
276 uint32_t xspiInstanceId = XSPI_GetInstance(curXSPIBase); in XSPI_NOR_Enter4ByteMode() local
290 flashXfer.deviceAddress = s_socXspiAmbaBase[xspiInstanceId]; in XSPI_NOR_Enter4ByteMode()
314 flashXfer.deviceAddress = s_socXspiAmbaBase[xspiInstanceId]; in XSPI_NOR_Enter4ByteMode()
823 uint32_t xspiInstanceId = XSPI_GetInstance(curXSPIBase); in XSPI_NOR_WriteEnable() local
825 if (address >= s_socXspiAmbaBase[xspiInstanceId]) in XSPI_NOR_WriteEnable()
831 flashXfer.deviceAddress = s_socXspiAmbaBase[xspiInstanceId] + address; in XSPI_NOR_WriteEnable()
932 uint32_t xspiInstanceId = XSPI_GetInstance(curXSPIBase); in XSPI_NOR_EnterQuadSSRMode() local
948 flashXfer.deviceAddress = s_socXspiAmbaBase[xspiInstanceId]; in XSPI_NOR_EnterQuadSSRMode()
[all …]