Searched refs:deviceSize (Results 1 – 5 of 5) sorted by relevance
220 tmpNorFlashConfig.deviceSize[0] = 0x40; in XSPI_NOR_ProbeNorFlashSfdpHeader()221 tmpNorFlashConfig.deviceSize[1] = 0x40; in XSPI_NOR_ProbeNorFlashSfdpHeader()378 externNorFlashConfig.deviceSize[0] = SFDP_GetFlashDensity(xspiMemNorHandle.ptrSfdpHandle); in XSPI_NOR_SetNorFlashDeviceConfig()379 externNorFlashConfig.deviceSize[1] = externNorFlashConfig.deviceSize[0]; in XSPI_NOR_SetNorFlashDeviceConfig()395 xspiMemNorHandle.memSizeInByte = externNorFlashConfig.deviceSize[0] * 1024UL; in XSPI_NOR_SetNorFlashDeviceConfig()
76 .deviceSize[0] = MFLASH_FLASH_SIZE / 1024U,77 ….deviceSize[1] = MFLASH_FLASH_SIZE / 1024U, /*!< Single DIE flash, so deviceSize1 should equal …
467 .deviceSize[0] = 0x8000U, in BOARD_Init16bitsPsRam()468 ….deviceSize[1] = 0x8000U, /*!< Single die device, so deviceSize1 should equal to deviceSize0.… in BOARD_Init16bitsPsRam()
375 … uint32_t deviceSize[XSPI_SFAD_COUNT2]; /*!< Size of external device, the unit is KB. */ member
843 base->SFAD[0][i] = s_xspiAmbaBase[instance] + XSPI_SFAD_TPAD(devConfig->deviceSize[i]); in XSPI_SetDeviceConfig()