Home
last modified time | relevance | path

Searched refs:ram (Results 1 – 25 of 31) sorted by relevance

12

/device/soc/hisilicon/common/platform/hieth-sf/adapter/
Dhieth_phy.c44 pstPrivData->ram = (EthRamCfg *)OsalMemCalloc(sizeof(EthRamCfg)); in CreateHiethPrivData()
45 if (pstPrivData->ram == NULL) { in CreateHiethPrivData()
49 pstPrivData->ram->txqInfo = OsalMemCalloc(HIETH_HWQ_TXQ_SIZE * sizeof(struct TxPktInfo)); in CreateHiethPrivData()
50 if (!pstPrivData->ram->txqInfo) { in CreateHiethPrivData()
54 pstPrivData->ram->rxNetbuf = OsalMemCalloc(HIETH_HWQ_RXQ_DEPTH * sizeof(NetBuf *)); in CreateHiethPrivData()
55 if (!pstPrivData->ram->rxNetbuf) { in CreateHiethPrivData()
60 pstPrivData->ram->pbufInfo = OsalMemCalloc(HIETH_HWQ_TXQ_SIZE * sizeof(struct PbufInfo)); in CreateHiethPrivData()
61 if (!pstPrivData->ram->pbufInfo) { in CreateHiethPrivData()
68 OsalMemFree((void *)pstPrivData->ram->rxNetbuf); in CreateHiethPrivData()
70 OsalMemFree((void *)pstPrivData->ram->txqInfo); in CreateHiethPrivData()
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/link/
Dloaderboot_ecc.lds6 /* ram for stack */
8 /* ram for common bss and data */
10 /* ram for fix rom bss and data */
12 /* ram for code rom bss and data */
14 /* ram for heap */
16 /* ram for loaderboot */
117 *(.ram.text*)
Dloaderboot_sha256.lds6 /* ram for stack */
8 /* ram for common bss and data */
10 /* ram for fix rom bss and data */
12 /* ram for code rom bss and data */
14 /* ram for heap */
16 /* ram for loaderboot */
117 *(.ram.text*)
Dloaderboot_rsa.lds6 /* ram for stack */
8 /* ram for common bss and data */
10 /* ram for fix rom bss and data */
12 /* ram for code rom bss and data */
14 /* ram for heap */
16 /* ram for loaderboot */
117 *(.ram.text*)
Dflashboot_ecc.lds8 /* ram for stack */
10 /* ram for common bss and data */
12 /* ram for fix rom bss and data */
14 /* ram for code rom bss and data */
18 /* ram for flashboot */
20 /* ram for heap */
Dflashboot_rsa.lds8 /* ram for stack */
10 /* ram for common bss and data */
12 /* ram for fix rom bss and data */
14 /* ram for code rom bss and data */
18 /* ram for flashboot */
20 /* ram for heap */
Dflashboot_sha256.lds8 /* ram for stack */
10 /* ram for common bss and data */
12 /* ram for fix rom bss and data */
14 /* ram for code rom bss and data */
18 /* ram for flashboot */
20 /* ram for heap */
Dlink.ld.S265 KEEP(*(.crypto.ram.text))
379 KEEP(*(.kernel.ram.text))
380 KEEP(*(.ram.kernel))
381 KEEP(*(.bsp.ram.text))
385 SORT(*)(.kernel.ram.text)
386 SORT(*)(.ram.kernel)
387 SORT(*)(.bsp.ram.text)
556 KEEP(SORT(*)(.lowpower.ram.bss*))
589 KEEP(SORT(*)(.lowpower.ram.bss*))
/device/qemu/arm_mps3_an547/liteos_m/board/
Dliteos.ld45 ram(rwx) : ORIGIN = PS_RAM_START, LENGTH = PS_RAM_SIZE
70 } > ram
75 } > ram
84 } > ram
93 } > ram
97 } > ram
/device/qemu/arm_mps2_an386/liteos_m/board/
Dliteos.ld45 ram(rwx) : ORIGIN = PS_RAM_START, LENGTH = PS_RAM_SIZE
70 } > ram
75 } > ram
84 } > ram
93 } > ram
97 } > ram
/device/qemu/riscv32_virt/liteos_m/board/
Dliteos.ld46 ram(rwx) : ORIGIN = RAM_ADDR_START, LENGTH = RAM_ADDR_SIZE
67 } > ram AT > flash
95 } > ram AT > flash
180 } > ram
189 } > ram
197 } > ram
202 } > ram
/device/soc/st/stm32f407zg/uniproton/board/
Drtos.ld46 ram(rwx) : ORIGIN = PS_RAM_START, LENGTH = PS_RAM_SIZE
171 } > ram AT > flash
184 } > ram
195 } > ram
199 } > ram
/device/soc/rockchip/common/sdk_linux/drivers/staging/blackbox/
DKconfig54 tristate "blackbox fault log storage by pstore ram"
60 This option enables saving fault logs with pstore ram by blackbox when a
61 panic occurs. It depends on supporting pstore ram.
84 The default materail is ram directly. It's easy, but not work offen.
/device/soc/winnermicro/wm800/board/src/bt/
DBUILD.gn105 "blehost/nimble/host/store/ram/src/ble_store_ram.c",
134 "blehost/nimble/host/store/ram/include",
135 "blehost/nimble/host/store/ram/include/store/ram",
/device/soc/hisilicon/common/platform/hieth-sf/src/
Dctrl.c299 pbuf = priv->ram->pbufInfo + ld->txqTail; in HiethXmitReleasePkt()
343 pbInfo = &(priv->ram->pbufInfo[ld->txqHead]); in HiethXmitGso()
408 priv->ram->rxNetbuf[priv->rxFeed] = netBuf; in HiethFeedHw()
Dinterface.c296 netBuf = priv->ram->rxNetbuf[priv->rxRelease]; in HiethDeliver()
457 ld->txq = priv->ram->txqInfo; in HiethHwInit()
/device/soc/hpmicro/sdk/hpm_sdk/soc/HPM6360/
DCMakeLists.txt55 set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/toolchains/gcc/ram.ld PARENT_SCOPE)
/device/soc/hpmicro/sdk/hpm_sdk/soc/HPM6750/
DCMakeLists.txt58 set(SOC_LINKER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/toolchains/gcc/ram.ld PARENT_SCOPE)
/device/soc/hisilicon/common/platform/hieth-sf/include/internal/
Deth_mac.h96 volatile EthRamCfg *ram; member
/device/soc/hpmicro/sdk/hpm_sdk/boards/hpm6750evkmini/
DREADME.md5 The HPM6750 is a dual-core flashless MCU running 816Mhz. It has a 2MB continuous on-chip ram. Also,…
/device/soc/hpmicro/sdk/hpm_sdk/boards/hpm6750evk/
DREADME.md5 The HPM6750 is a dual-core flashless MCU running 816Mhz. It has a 2MB continuous on-chip ram. Also,…
/device/soc/hpmicro/sdk/hpm_sdk/boards/hpm6750evk2/
DREADME.md5 The HPM6750 is a dual-core flashless MCU running 816Mhz. It has a 2MB continuous on-chip ram. Also,…
/device/qemu/x86_64_virt/linux/
DREADME_zh.md79 主机侧会创建br0的网桥,用于与qemu ram虚拟机设备进行网络通信。
/device/qemu/arm_virt/linux/
DREADME_zh.md81 主机侧会创建br0的网桥,用于与qemu ram虚拟机设备进行网络通信。
/device/qemu/arm_virt/liteos_a/
Dexample.md101 "ram": "",

12