Searched refs:xspiInstanceId (Results 1 – 1 of 1) sorted by relevance
67 uint32_t xspiInstanceId = XSPI_GetInstance(curXSPIBase); in XSPI_NOR_ReadSFDP() local69 flashXfer.deviceAddress = s_socXspiAmbaBase[xspiInstanceId] + address; in XSPI_NOR_ReadSFDP()276 uint32_t xspiInstanceId = XSPI_GetInstance(curXSPIBase); in XSPI_NOR_Enter4ByteMode() local290 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() local825 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() local948 flashXfer.deviceAddress = s_socXspiAmbaBase[xspiInstanceId]; in XSPI_NOR_EnterQuadSSRMode()[all …]