Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/nxp/flexspi/
H A Dflash_info.h20 #define F_FLASH_SIZE_BYTES 0x4000000U macro
33 #define F_FLASH_SIZE_BYTES 0x2000000U macro
46 #define F_FLASH_SIZE_BYTES 0x4000000U macro
60 #define F_FLASH_SIZE_BYTES 0x4000000U macro
81 #define F_FLASH_SIZE_BYTES 0x10000000U macro
99 #define F_FLASH_SIZE_BYTES 0x8000000U /* 128 MiB */ macro
/rk3399_ARM-atf/drivers/nxp/flexspi/nor/
H A Dfspi.c132 if ((F_FLASH_SIZE_BYTES <= SZ_16M_BYTES) || (ignore_flash_sz)) { in fspi_op_setup()
261 if (F_FLASH_SIZE_BYTES <= SZ_16M_BYTES) { in xspi_ahb_read()
809 flash_size = (F_FLASH_SIZE_BYTES * FLASH_NUM) / FSPI_BYTES_PER_KBYTES; in fspi_init()