Searched refs:eraseSize (Results 1 – 5 of 5) sorted by relevance
3012 uint8 eraseSize; in Qspi_Ip_SfdpGetBasicEraseInfo() local3020 eraseSize = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, eraseSizeDword[cnt], in Qspi_Ip_SfdpGetBasicEraseInfo()3022 pConfig->eraseSettings.eraseTypes[cnt].size = eraseSize; in Qspi_Ip_SfdpGetBasicEraseInfo()3023 if (eraseSize > 0U) in Qspi_Ip_SfdpGetBasicEraseInfo()3059 uint8 eraseSize; in Qspi_Ip_SfdpGetXspi1EraseInfo() local3067 eraseSize = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, eraseSizeDword[cnt], in Qspi_Ip_SfdpGetXspi1EraseInfo()3069 pConfig->eraseSettings.eraseTypes[cnt].size = eraseSize; in Qspi_Ip_SfdpGetXspi1EraseInfo()3070 if (eraseSize > 0U) in Qspi_Ip_SfdpGetXspi1EraseInfo()
3007 uint8 eraseSize; in Qspi_Ip_SfdpGetBasicEraseInfo() local3015 eraseSize = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, eraseSizeDword[cnt], in Qspi_Ip_SfdpGetBasicEraseInfo()3017 pConfig->eraseSettings.eraseTypes[cnt].size = eraseSize; in Qspi_Ip_SfdpGetBasicEraseInfo()3018 if (eraseSize > 0U) in Qspi_Ip_SfdpGetBasicEraseInfo()3054 uint8 eraseSize; in Qspi_Ip_SfdpGetXspi1EraseInfo() local3062 eraseSize = (uint8)Qspi_Ip_SfdpGetBasicParam(sfdpTables, eraseSizeDword[cnt], in Qspi_Ip_SfdpGetXspi1EraseInfo()3064 pConfig->eraseSettings.eraseTypes[cnt].size = eraseSize; in Qspi_Ip_SfdpGetXspi1EraseInfo()3065 if (eraseSize > 0U) in Qspi_Ip_SfdpGetXspi1EraseInfo()
635 uint32_t eraseSize; /*!< Size of memory to erase, the unit is byte. */ member
1087 ptrEraseCmdInfo->eraseSize = 1UL << sizeFactor; in SFDP_GetSectorEraseCmdInfo()
485 xspiMemNorHandle.sectorSizeInByte = sectorEraseCmdInfo.eraseSize; in XSPI_NOR_FillSectorEraseLutSeq()