Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_smif_sfdp.c283 static cy_en_smif_status_t SfdpPopulateRegionInfo(SMIF_Type *base, uint8_t const sectorMapBuff[],
2106 uint8_t const sectorMapBuff[], in SfdpPopulateRegionInfo() argument
2131 …while(SECTOR_MAP_COMAND_DESCRIPTOR_TYPE == (sectorMapBuff[currTableIdx] & SECTOR_MAP_DESCRIPTOR_MA… in SfdpPopulateRegionInfo()
2133 currCmd = sectorMapBuff[currTableIdx + CY_SMIF_SFDP_SECTOR_MAP_CMD_OFFSET]; in SfdpPopulateRegionInfo()
2134 regMask = sectorMapBuff[currTableIdx + CY_SMIF_SFDP_SECTOR_MAP_REG_MSK_OFFSET]; in SfdpPopulateRegionInfo()
2138 …addrCode = _FLD2VAL(CY_SMIF_SFDP_SECTOR_MAP_ADDR_BYTES, sectorMapBuff[currTableIdx + CY_SMIF_SFDP_… in SfdpPopulateRegionInfo()
2161 …currRegisterAddr[i] = sectorMapBuff[(currTableIdx + CY_SMIF_SFDP_SECTOR_MAP_REG_ADDR_OFFSET + addr… in SfdpPopulateRegionInfo()
2165 …dummyCycles = (uint8_t) _FLD2VAL(CY_SMIF_SFDP_SECTOR_MAP_DUMMY_CYCLES, sectorMapBuff[currTableIdx … in SfdpPopulateRegionInfo()
2193 while(regionInfoIdx != sectorMapBuff[currTableIdx + 1UL]) in SfdpPopulateRegionInfo()
2196 …currTableIdx += (sectorMapBuff[currTableIdx + CY_SMIF_SFDP_SECTOR_MAP_CONFIG_ID_OFFSET] + 2UL) * B… in SfdpPopulateRegionInfo()
[all …]