Searched refs:QSPI_IP_PACK_LUT_REG (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.5.0/s32/drivers/s32k3/Fls/src/ |
D | Qspi_Ip_Sfdp.c | 1525 …lutData[0] = QSPI_IP_PACK_LUT_REG(Qspi_Ip_PackLut(instCmd, pads, QSPI_IP_CMD_SFDP_READ), /* READ … in Qspi_Ip_SfdpInitLut() 1528 …lutData[1] = QSPI_IP_PACK_LUT_REG(Qspi_Ip_PackLut(QSPI_IP_LUT_INSTR_DUMMY, pads, 8U), /* 8 Dum… in Qspi_Ip_SfdpInitLut() 1531 …lutData[2] = QSPI_IP_PACK_LUT_REG(QSPI_IP_LUT_SEQ_END, QSPI_IP_LUT_SEQ_END); /* End o… in Qspi_Ip_SfdpInitLut() 1579 lutData = QSPI_IP_PACK_LUT_REG(Qspi_Ip_PackLut(cmd, pad, (uint8)QSPI_IP_CMD_XSPI_RESET_ENABLE), in Qspi_Ip_SfdpInitReset_4S4S4S() 1585 lutData = QSPI_IP_PACK_LUT_REG(Qspi_Ip_PackLut(cmd, pad, (uint8)QSPI_IP_CMD_XSPI_RESET_DEF), 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() 1634 …lutData[0] = QSPI_IP_PACK_LUT_REG(Qspi_Ip_PackLut(cmd, pad, (uint8)QSPI_IP_CMD_XSPI_RESET_ENABLE),… in Qspi_Ip_SfdpInitReset_8D8D8D() 1640 …lutData[0] = QSPI_IP_PACK_LUT_REG(Qspi_Ip_PackLut(cmd, pad, (uint8)QSPI_IP_CMD_XSPI_RESET_DEF), … in Qspi_Ip_SfdpInitReset_8D8D8D() 1647 …lutData[0] = QSPI_IP_PACK_LUT_REG(Qspi_Ip_PackLut(cmd, pad, (uint8)QSPI_IP_CMD_XSPI_RESET_ENABLE),… in Qspi_Ip_SfdpInitReset_8D8D8D() [all …]
|
D | Qspi_Ip.c | 230 lutData[lutIdx] = QSPI_IP_PACK_LUT_REG(operation1, operation2); 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()
|
D | Qspi_Ip_Controller.c | 1208 baseAddr->LUT[LutRegister] = QSPI_IP_PACK_LUT_REG(operation0, operation1); in Qspi_Ip_SetLut()
|
/hal_nxp-3.5.0/s32/drivers/s32k3/Fls/include/ |
D | Qspi_Ip_Types.h | 131 #define QSPI_IP_PACK_LUT_REG(ops0, ops1) ( (uint32)(ops0) + ((uint32)(ops1) << 16U) ) macro
|