Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Mem_EXFLS/src/
DQspi_Ip_Sfdp.c1957 uint8 cmdExt; in Qspi_Ip_SfdpGetCmdExt() local
1960 cmdExt = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, QSPI_IP_SFDP_BASIC_CMD_EXT_DWORD, in Qspi_Ip_SfdpGetCmdExt()
1962 if (cmdExt == 0U) in Qspi_Ip_SfdpGetCmdExt()
1964 cmdExt = instruction; in Qspi_Ip_SfdpGetCmdExt()
1968 cmdExt = ~instruction; in Qspi_Ip_SfdpGetCmdExt()
1970 return cmdExt; in Qspi_Ip_SfdpGetCmdExt()
2875 uint8 cmdExt; in Qspi_Ip_SfdpGetXspi1ReadInfo() local
2882 cmdExt = Qspi_Ip_SfdpGetCmdExt(sfdpTables, readInst); in Qspi_Ip_SfdpGetXspi1ReadInfo()
2891 …(&(pConfig->lutSequences), Qspi_Ip_PackLut(QSPI_IP_LUT_INSTR_CMD_DDR, QSPI_IP_LUT_PADS_8, cmdExt)); in Qspi_Ip_SfdpGetXspi1ReadInfo()
2909 uint8 cmdExt; in Qspi_Ip_SfdpGetXspi1WriteInfo() local
[all …]
/hal_nxp-latest/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Sfdp.c1952 uint8 cmdExt; in Qspi_Ip_SfdpGetCmdExt() local
1955 cmdExt = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, QSPI_IP_SFDP_BASIC_CMD_EXT_DWORD, in Qspi_Ip_SfdpGetCmdExt()
1957 if (cmdExt == 0U) in Qspi_Ip_SfdpGetCmdExt()
1959 cmdExt = instruction; in Qspi_Ip_SfdpGetCmdExt()
1963 cmdExt = ~instruction; in Qspi_Ip_SfdpGetCmdExt()
1965 return cmdExt; in Qspi_Ip_SfdpGetCmdExt()
2870 uint8 cmdExt; in Qspi_Ip_SfdpGetXspi1ReadInfo() local
2877 cmdExt = Qspi_Ip_SfdpGetCmdExt(sfdpTables, readInst); in Qspi_Ip_SfdpGetXspi1ReadInfo()
2886 …(&(pConfig->lutSequences), Qspi_Ip_PackLut(QSPI_IP_LUT_INSTR_CMD_DDR, QSPI_IP_LUT_PADS_8, cmdExt)); in Qspi_Ip_SfdpGetXspi1ReadInfo()
2904 uint8 cmdExt; in Qspi_Ip_SfdpGetXspi1WriteInfo() local
[all …]