Searched refs:paramHeader (Results 1 – 2 of 2) sorted by relevance
964 static inline uint32 Qspi_Ip_SfdpGetParamTableAddress(const uint8 * paramHeader,2024 static inline uint32 Qspi_Ip_SfdpGetParamTableAddress(const uint8 * paramHeader, in Qspi_Ip_SfdpGetParamTableAddress() argument2029 …uint32 paramTableAddress = ((uint32)paramHeader[6U] << 16U) | ((uint32)paramHeader[5U] << 8U) | (u… in Qspi_Ip_SfdpGetParamTableAddress()
965 static inline uint32 Qspi_Ip_SfdpGetParamTableAddress(const uint8 * paramHeader,2019 static inline uint32 Qspi_Ip_SfdpGetParamTableAddress(const uint8 * paramHeader, in Qspi_Ip_SfdpGetParamTableAddress() argument2024 …uint32 paramTableAddress = ((uint32)paramHeader[6U] << 16U) | ((uint32)paramHeader[5U] << 8U) | (u… in Qspi_Ip_SfdpGetParamTableAddress()