Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/
DQspi_Ip_Sfdp.c868 static inline void Qspi_Ip_SfdpLutAdd(const Qspi_Ip_LutConfigType *lutSequences,
907 static void Qspi_Ip_SfdpLutAddSrAddr(const Qspi_Ip_LutConfigType *lutSequences,
1222 static inline void Qspi_Ip_SfdpLutAdd(const Qspi_Ip_LutConfigType *lutSequences, in Qspi_Ip_SfdpLutAdd() argument
1226 if (lutCount < lutSequences->opCount) in Qspi_Ip_SfdpLutAdd()
1228 lutSequences->lutOps[lutCount] = instr; in Qspi_Ip_SfdpLutAdd()
1419 static void Qspi_Ip_SfdpLutAddSrAddr(const Qspi_Ip_LutConfigType *lutSequences, in Qspi_Ip_SfdpLutAddSrAddr() argument
1458 …Qspi_Ip_SfdpLutAdd(lutSequences, Qspi_Ip_PackLut(QSPI_IP_LUT_INSTR_CMD_DDR, QSPI_IP_LUT_PADS_8, sr… in Qspi_Ip_SfdpLutAddSrAddr()
1766 Qspi_Ip_SfdpLutAdd(&(pConfig->lutSequences), (uint16)(lutData[0] >> 0U)); in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1767 Qspi_Ip_SfdpLutAdd(&(pConfig->lutSequences), (uint16)(lutData[0] >> 16U)); in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1768 Qspi_Ip_SfdpLutAdd(&(pConfig->lutSequences), (uint16)(lutData[1] >> 0U)); in Qspi_Ip_SfdpLutInitEnterLegacySPI()
[all …]
DQspi_Ip.c222 const Qspi_Ip_InstrOpType *virtualLutTable = state->configuration->lutSequences.lutOps; in Qspi_Ip_InitLutSeq()
231 DEV_ASSERT_QSPI(vLutIdx < state->configuration->lutSequences.opCount); in Qspi_Ip_InitLutSeq()
239 DEV_ASSERT_QSPI(vLutIdx < state->configuration->lutSequences.opCount); in Qspi_Ip_InitLutSeq()
/hal_nxp-latest/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Sfdp.c869 static inline void Qspi_Ip_SfdpLutAdd(const Qspi_Ip_LutConfigType *lutSequences,
908 static void Qspi_Ip_SfdpLutAddSrAddr(const Qspi_Ip_LutConfigType *lutSequences,
1217 static inline void Qspi_Ip_SfdpLutAdd(const Qspi_Ip_LutConfigType *lutSequences, in Qspi_Ip_SfdpLutAdd() argument
1221 if (lutCount < lutSequences->opCount) in Qspi_Ip_SfdpLutAdd()
1223 lutSequences->lutOps[lutCount] = instr; in Qspi_Ip_SfdpLutAdd()
1414 static void Qspi_Ip_SfdpLutAddSrAddr(const Qspi_Ip_LutConfigType *lutSequences, in Qspi_Ip_SfdpLutAddSrAddr() argument
1453 …Qspi_Ip_SfdpLutAdd(lutSequences, Qspi_Ip_PackLut(QSPI_IP_LUT_INSTR_CMD_DDR, QSPI_IP_LUT_PADS_8, sr… in Qspi_Ip_SfdpLutAddSrAddr()
1761 Qspi_Ip_SfdpLutAdd(&(pConfig->lutSequences), (uint16)(lutData[0] >> 0U)); in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1762 Qspi_Ip_SfdpLutAdd(&(pConfig->lutSequences), (uint16)(lutData[0] >> 16U)); in Qspi_Ip_SfdpLutInitEnterLegacySPI()
1763 Qspi_Ip_SfdpLutAdd(&(pConfig->lutSequences), (uint16)(lutData[1] >> 0U)); in Qspi_Ip_SfdpLutInitEnterLegacySPI()
[all …]
DQspi_Ip.c210 const Qspi_Ip_InstrOpType *virtualLutTable = state->configuration->lutSequences.lutOps; in Qspi_Ip_InitLutSeq()
218 DEV_ASSERT_QSPI(vLutIdx < state->configuration->lutSequences.opCount); in Qspi_Ip_InitLutSeq()
224 DEV_ASSERT_QSPI(vLutIdx < state->configuration->lutSequences.opCount); in Qspi_Ip_InitLutSeq()
/hal_nxp-latest/s32/drivers/s32k3/Fls/include/
DQspi_Ip_Types.h658 …Qspi_Ip_LutConfigType lutSequences; /*!< List of LUT sequences describing flash … member
/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/include/
DQspi_Ip_Types.h671 …Qspi_Ip_LutConfigType lutSequences; /*!< List of LUT sequences describing flash … member