Lines Matching refs:activeReadLut
1389 Qspi_Ip_PatchReadCommand(instance, state->activeReadLut); in Qspi_Ip_Read()
1390 …status = Qspi_Ip_RunReadCommand(instance, state->activeReadLut, crtAddress, crtData, NULL_PTR, chu… in Qspi_Ip_Read()
1492 Qspi_Ip_PatchReadCommand(instance, state->activeReadLut); in Qspi_Ip_ProgramVerify()
1493 …status = Qspi_Ip_RunReadCommand(instance, state->activeReadLut, crtAddress, NULL_PTR, crtData, chu… in Qspi_Ip_ProgramVerify()
1550 Qspi_Ip_PatchReadCommand(instance, state->activeReadLut); in Qspi_Ip_EraseVerify()
1551 …status = Qspi_Ip_RunReadCommand(instance, state->activeReadLut, crtAddress, NULL_PTR, NULL_PTR, ch… in Qspi_Ip_EraseVerify()
1659 state->activeReadLut = state->configuration->read0xxLut; in Qspi_Ip_Enter0XX()
1661 … status = Qspi_Ip_RunReadCommand(instance, state->activeReadLut, 0U, &dummyData, NULL_PTR, 1U); in Qspi_Ip_Enter0XX()
1688 state->activeReadLut = state->configuration->readLut; in Qspi_Ip_Exit0XX()
1690 … status = Qspi_Ip_RunReadCommand(instance, state->activeReadLut, 0U, &dummyData, NULL_PTR, 1U); in Qspi_Ip_Exit0XX()
1751 if (state->activeReadLut != QSPI_IP_LUT_INVALID) in Qspi_Ip_AhbReadEnable()
1754 Qspi_Ip_PatchReadCommand(instance, state->activeReadLut); in Qspi_Ip_AhbReadEnable()
1756 (void)Qspi_Ip_InitLutSeq(instance, state->activeReadLut, QSPI_IP_AHB_LUT); in Qspi_Ip_AhbReadEnable()
1787 state->activeReadLut = pConfig->readLut; /* 0-X-X mode disabled by default */ in Qspi_Ip_Init()