Searched refs:QSPI_IP_LUT_SEQ_END (Results 1 – 3 of 3) sorted by relevance
1531 …lutData[2] = QSPI_IP_PACK_LUT_REG(QSPI_IP_LUT_SEQ_END, QSPI_IP_LUT_SEQ_END); /* End o… in Qspi_Ip_SfdpInitLut()1580 QSPI_IP_LUT_SEQ_END); in Qspi_Ip_SfdpInitReset_4S4S4S()1586 QSPI_IP_LUT_SEQ_END); in Qspi_Ip_SfdpInitReset_4S4S4S()1622 QSPI_IP_PACK_LUT_REG(QSPI_IP_LUT_SEQ_END, QSPI_IP_LUT_SEQ_END), in Qspi_Ip_SfdpInitReset_8D8D8D()1623 QSPI_IP_PACK_LUT_REG(QSPI_IP_LUT_SEQ_END, QSPI_IP_LUT_SEQ_END) in Qspi_Ip_SfdpInitReset_8D8D8D()1769 … Qspi_Ip_SfdpLutAdd(&(pConfig->lutSequences), QSPI_IP_LUT_SEQ_END); /* End of sequence */ in Qspi_Ip_SfdpLutInitEnterLegacySPI()1795 …lutData[4] = QSPI_IP_PACK_LUT_REG(QSPI_IP_LUT_SEQ_END, QSPI_IP_LUT_SEQ_END); /* End of sequence */ in Qspi_Ip_SfdpEnterLegacySPI()
221 operation2 = QSPI_IP_LUT_SEQ_END; in Qspi_Ip_InitLutSeq()222 if (operation1 != QSPI_IP_LUT_SEQ_END) in Qspi_Ip_InitLutSeq()233 while (operation2 != QSPI_IP_LUT_SEQ_END); in Qspi_Ip_InitLutSeq()241 lutData[lutIdx] = QSPI_IP_PACK_LUT_REG(QSPI_IP_LUT_SEQ_END, QSPI_IP_LUT_SEQ_END); in Qspi_Ip_InitLutSeq()
129 #define QSPI_IP_LUT_SEQ_END (uint16)0x0U macro