Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dplat_addr_map.h35 #define PSRAM_TO_PSRAMX(d) ((d) - PSRAM_BASE + PSRAMX_BASE)
36 #define PSRAMX_TO_PSRAM(d) ((d) - PSRAMX_BASE + PSRAM_BASE)
38 #define PSRAM_C_TO_NC(d) ((d) - PSRAM_BASE + PSRAM_NC_BASE)
39 #define PSRAM_NC_TO_C(d) ((d) - PSRAM_NC_BASE + PSRAM_BASE)
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_app_start.c231 HAL_WRITE32(PSRAM_BASE, 0, 0); in app_init_psram()
232 assert_param(0 == HAL_READ32(PSRAM_BASE, 0)); in app_init_psram()
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/haas1000/
A Dplat_addr_map_haas1000.h99 #define PSRAM_BASE 0x34000000 macro
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Dhal_platform.h281 #define PSRAM_BASE 0x02000000 macro

Completed in 22 milliseconds