Home
last modified time | relevance | path

Searched refs:CPU (Results 1 – 25 of 124) sorted by relevance

12345

/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/config/
Dcommon.mk25 CPU := m4
52 CPU := m33
91 CPU := m4
136 CPU := m33
170 CPU := m33
184 CPU := m33
194 CPU := m55
229 CPU := m4
260 CPU := a7
263 CPU := m33
[all …]
/device/soc/hpmicro/sdk/hpm_sdk/soc/HPM6750/
Dhpm_sysctl_drv.c29 || (size > ARRAY_SIZE(ptr->CPU[cpu].GPR))) { in sysctl_get_cpu_gpr()
33 *(data + i) = ptr->CPU[cpu].GPR[i]; in sysctl_get_cpu_gpr()
44 uint8_t i, size = ARRAY_SIZE(ptr->CPU[cpu].GPR); in _sysctl_cpu_get_gpr()
52 *(data + i) = ptr->CPU[cpu].GPR[start + i]; in _sysctl_cpu_get_gpr()
79 uint8_t i, size = ARRAY_SIZE(ptr->CPU[cpu].GPR); in _sysctl_cpu_set_gpr()
87 ptr->CPU[cpu].GPR[start + i] = *(data + i); in _sysctl_cpu_set_gpr()
188 ptr->CPU[cpu].GPR[0] = entry; in _sysctl_set_cpu_entry()
189 ptr->CPU[cpu].GPR[1] = SYSCTL_CPU_RELEASE_KEY(cpu); in _sysctl_set_cpu_entry()
205 ptr->CPU[1].LP &= ~SYSCTL_CPU_LP_HALT_MASK; in sysctl_release_cpu1()
210 return ((ptr->CPU[1].LP & SYSCTL_CPU_LP_HALT_MASK) == 0U); in sysctl_is_cpu1_released()
[all …]
Dhpm_sysctl_drv.h903 return ptr->CPU[cpu_index].WAKEUP_STATUS[status_index]; in sysctl_get_wakeup_source_status()
921 return ptr->CPU[cpu_index].WAKEUP_STATUS[status_index] & mask; in sysctl_check_wakeup_source_status_with_mask()
938 ptr->CPU[cpu_index].WAKEUP_ENABLE[enable_index] |= mask; in sysctl_enable_wakeup_source_with_mask()
955 ptr->CPU[cpu_index].WAKEUP_ENABLE[enable_index] &= ~mask; in sysctl_disable_wakeup_source_with_mask()
969 ptr->CPU[cpu_index].WAKEUP_ENABLE[irq_num >> 2] &= ~(1UL << (irq_num % 32)); in sysctl_disable_wakeup_source_with_irq()
983 ptr->CPU[cpu_index].WAKEUP_ENABLE[irq_num / 32] |= 1UL << (irq_num % 32); in sysctl_enable_wakeup_source_with_irq()
995 ptr->CPU[0].LOCK |= SYSCTL_CPU_LOCK_GPR_SET(gpr_mask); in sysctl_cpu0_lock_gpr_with_mask()
1007 ptr->CPU[1].LOCK |= SYSCTL_CPU_LOCK_GPR_SET(gpr_mask); in sysctl_cpu1_lock_gpr_with_mask()
1017 ptr->CPU[0].LOCK |= SYSCTL_CPU_LOCK_LOCK_MASK; in sysctl_cpu0_lock()
1027 ptr->CPU[1].LOCK |= SYSCTL_CPU_LOCK_LOCK_MASK; in sysctl_cpu1_lock()
/device/soc/hpmicro/sdk/hpm_sdk/soc/HPM6360/
Dhpm_sysctl_drv.c27 if ((!sysctl_valid_cpu_index(cpu)) || (size > ARRAY_SIZE(ptr->CPU[cpu].GPR))) { in sysctl_get_cpu_gpr()
31 *(data + i) = ptr->CPU[cpu].GPR[i]; in sysctl_get_cpu_gpr()
38 uint8_t i, size = ARRAY_SIZE(ptr->CPU[cpu].GPR); in _sysctl_cpu_get_gpr()
44 *(data + i) = ptr->CPU[cpu].GPR[start + i]; in _sysctl_cpu_get_gpr()
61 uint8_t i, size = ARRAY_SIZE(ptr->CPU[cpu].GPR); in _sysctl_cpu_set_gpr()
67 ptr->CPU[cpu].GPR[start + i] = *(data + i); in _sysctl_cpu_set_gpr()
140 ptr->CPU[cpu].GPR[0] = entry; in _sysctl_set_cpu_entry()
141 ptr->CPU[cpu].GPR[1] = SYSCTL_CPU_RELEASE_KEY(cpu); in _sysctl_set_cpu_entry()
155 ptr->CPU[cpu].LP = (ptr->CPU[cpu].LP & ~(SYSCTL_CPU_LP_MODE_MASK)) | (mode); in sysctl_set_cpu_lp_mode()
Dhpm_sysctl_drv.h798 return ptr->CPU[cpu_index].WAKEUP_STATUS[status_index]; in sysctl_get_wakeup_source_status()
813 return ptr->CPU[cpu_index].WAKEUP_STATUS[status_index] & mask; in sysctl_check_wakeup_source_status_with_mask()
827 ptr->CPU[cpu_index].WAKEUP_ENABLE[enable_index] |= mask; in sysctl_enable_wakeup_source_with_mask()
841 ptr->CPU[cpu_index].WAKEUP_ENABLE[enable_index] &= ~mask; in sysctl_disable_wakeup_source_with_mask()
853 ptr->CPU[cpu_index].WAKEUP_ENABLE[irq_num >> 2] &= ~(1UL << (irq_num % 32)); in sysctl_disable_wakeup_source_with_irq()
865 ptr->CPU[cpu_index].WAKEUP_ENABLE[irq_num / 32] |= 1UL << (irq_num % 32); in sysctl_enable_wakeup_source_with_irq()
876 ptr->CPU[0].LOCK |= SYSCTL_CPU_LOCK_GPR_SET(gpr_mask); in sysctl_cpu0_lock_gpr_with_mask()
886 ptr->CPU[0].LOCK |= SYSCTL_CPU_LOCK_LOCK_MASK; in sysctl_cpu0_lock()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/umplock/
DMakefile51 CPU ?= $(shell uname -m) macro
54 KDIR ?= $(KDIR-$(CPU))
57 $(error No KDIR found for platform $(CPU))
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/umplock/
DMakefile51 CPU ?= $(shell uname -m) macro
54 KDIR ?= $(KDIR-$(CPU))
57 $(error No KDIR found for platform $(CPU))
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/
DMakefile28 ifeq ($(CPU)$(KDIR),)
44 KDIR ?= $(KDIR-$(CPU))
56 $(error No KDIR found for platform $(CPU))
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/
DMakefile28 ifeq ($(CPU)$(KDIR),)
44 KDIR ?= $(KDIR-$(CPU))
56 $(error No KDIR found for platform $(CPU))
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/doc/
D4.3.AI_CPU算子实现.md1 ## 4.3.AI CPU算子实现
17 当网络中存在Non-support层时,需要将网络进行切分,不支持的部分由用户使用CPU 或者DSP等方式实现,统称为非NNIE方式。由此整个网络会出现NNIE->非NNIE- >NNIE… 的分段…
70 #### 4.3.2.1通过CPU/GPU/DSP实现NNIE不支持算子
92 类似Faster RCNN,考虑将Reshape->Softmax->Reshape->Proposal一起又CPU执行,RFCN 自定义分段示意图如下图所示:
/device/soc/esp/esp32/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld14 …PP CPU cache. Bootloader runs from here during the final stage of loading the app because APP CPU
15 iram_loader_seg (RWX) : org = 0x40078000, len = 0x8000 /* 32KB, APP CPU cache */
171 /** CPU will try to prefetch up to 16 bytes of
Dbootloader.rom.ld1 PROVIDE ( ets_update_cpu_frequency = 0x40008550 ); /* Updates g_ticks_per_us on the current CPU onl…
/device/soc/esp/esp32/components/libs/
Dbootloader.ld14 …PP CPU cache. Bootloader runs from here during the final stage of loading the app because APP CPU
15 iram_loader_seg (RWX) : org = 0x40078000, len = 0x8000 /* 32KB, APP CPU cache */
171 /** CPU will try to prefetch up to 16 bytes of
Dbootloader.rom.ld1 PROVIDE ( ets_update_cpu_frequency = 0x40008550 ); /* Updates g_ticks_per_us on the current CPU onl…
/device/soc/chipsea/cst85/
DMakefile57 CPU = -mcpu=cortex-m4 macro
66 MCU = $(CPU) -mthumb $(FPU) $(FLOAT-ABI)
/device/soc/rockchip/common/sdk_linux/init/
DKconfig444 menu "CPU/Task time and stats accounting"
466 bool "Deterministic task and CPU time accounting"
470 Select this option to enable more accurate task and CPU time
471 accounting. This is done by reading a CPU counter on each
479 bool "Full dynticks CPU time accounting"
486 Select this option to enable task and CPU time accounting on full
524 that reflects the reduction in CPU compute capacity resulted from
526 a CPU is capped due to high operating temperatures.
616 Collect metrics that indicate how overcommitted the CPU, memory,
652 endmenu # "CPU/Task time and stats accounting"
[all …]
/device/board/isoftstone/yangfan/kernel/src/driv/soc/
DKconfig.cpu3 menu "Rockchip CPU selection"
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/
DREADME.md1 This is Carotene, a low-level library containing optimized CPU routines
/device/board/talkweb/niobe407/liteos_m/bootloader/
DMakefile80 CPU = -mcpu=cortex-m4 macro
89 MCU = $(CPU) -mthumb $(FPU) $(FLOAT-ABI)
/device/soc/winnermicro/wm800/board/include/driver/
Dwm_cpu.h43 uint32_t CPU : 8; /*!< bit: 0.. 7 cpu clock divider */ member
/device/soc/rockchip/rk3588/kernel/drivers/cpufreq/
DKconfig.arm3 # ARM CPU Frequency scaling drivers
/device/soc/amlogic/a311d/soc/amlogic/cpu_version/
DKconfig5 This is the Amlogic CPU version interface driver
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/
DREADME.md22 - [4.3、AI CPU算子实现](doc/4.3.AI%20CPU%E7%AE%97%E5%AD%90%E5%AE%9E%E7%8E%B0.md)
/device/board/talkweb/niobe407/applications/101_peripheral_adc_temperature/
DREADME_zh.md2 本示例将演示如何在Niobe407开发板上通过ADC采集CPU温度
/device/board/isoftstone/
DREADME_zh.md7 “扬帆富设备开发板”(以下简称“扬帆开发板”)搭载瑞芯微RK3399芯片(双 Cortex-A72 大核+四 Cortex-A53 小核)六核 64 位超强 CPU,基于Big.Little架构,搭…

12345