Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/
DQspi_Ip_Sfdp.c506 static uint16 lutCount; /* Current number of operations in the LUT table … variable
1210 lutCount = 0U; in Qspi_Ip_SfdpLutInit()
1226 if (lutCount < lutSequences->opCount) in Qspi_Ip_SfdpLutAdd()
1228 lutSequences->lutOps[lutCount] = instr; in Qspi_Ip_SfdpLutAdd()
1229 lutCount++; in Qspi_Ip_SfdpLutAdd()
1759 operation->command1Lut = lutCount; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
2216 operation->command1Lut = lutCount; in Qspi_Ip_SfdpInitSimpleCmd()
2285 operation->weLut = lutCount; in Qspi_Ip_SfdpInitWriteReg()
2291 operation->command1Lut = lutCount; in Qspi_Ip_SfdpInitWriteReg()
2620 pConfig->readLut = lutCount; in Qspi_Ip_SfdpConfigBasicRead()
[all …]
/hal_nxp-latest/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Sfdp.c507 static uint16 lutCount; /* Current number of operations in the LUT table … variable
1205 lutCount = 0U; in Qspi_Ip_SfdpLutInit()
1221 if (lutCount < lutSequences->opCount) in Qspi_Ip_SfdpLutAdd()
1223 lutSequences->lutOps[lutCount] = instr; in Qspi_Ip_SfdpLutAdd()
1224 lutCount++; in Qspi_Ip_SfdpLutAdd()
1754 operation->command1Lut = lutCount; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
2211 operation->command1Lut = lutCount; in Qspi_Ip_SfdpInitSimpleCmd()
2280 operation->weLut = lutCount; in Qspi_Ip_SfdpInitWriteReg()
2286 operation->command1Lut = lutCount; in Qspi_Ip_SfdpInitWriteReg()
2615 pConfig->readLut = lutCount; in Qspi_Ip_SfdpConfigBasicRead()
[all …]