Home
last modified time | relevance | path

Searched defs:core (Results 1 – 25 of 71) sorted by relevance

123

/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
Dmali_gp.c31 struct mali_gp_core *core = NULL; in mali_gp_create() local
75 void mali_gp_delete(struct mali_gp_core *core) in mali_gp_delete()
85 void mali_gp_stop_bus(struct mali_gp_core *core) in mali_gp_stop_bus()
92 mali_osk_errcode_t mali_gp_stop_bus_wait(struct mali_gp_core *core) in mali_gp_stop_bus_wait()
116 void mali_gp_hard_reset(struct mali_gp_core *core) in mali_gp_hard_reset()
149 void mali_gp_reset_async(struct mali_gp_core *core) in mali_gp_reset_async()
160 mali_osk_errcode_t mali_gp_reset_wait(struct mali_gp_core *core) in mali_gp_reset_wait()
186 mali_osk_errcode_t mali_gp_reset(struct mali_gp_core *core) in mali_gp_reset()
192 void mali_gp_job_start(struct mali_gp_core *core, struct mali_gp_job *job) in mali_gp_job_start()
260 void mali_gp_resume_with_new_heap(struct mali_gp_core *core, u32 start_addr, u32 end_addr) in mali_gp_resume_with_new_heap()
[all …]
Dmali_pp.h52 MALI_STATIC_INLINE u32 mali_pp_core_get_id(struct mali_pp_core *core) in mali_pp_core_get_id()
58 MALI_STATIC_INLINE u32 mali_pp_core_get_bcast_id(struct mali_pp_core *core) in mali_pp_core_get_bcast_id()
85 MALI_STATIC_INLINE const char *mali_pp_core_description(struct mali_pp_core *core) in mali_pp_core_description()
90 …LI_STATIC_INLINE enum mali_interrupt_result mali_pp_get_interrupt_result(struct mali_pp_core *core) in mali_pp_get_interrupt_result()
103 MALI_STATIC_INLINE u32 mali_pp_get_rawstat(struct mali_pp_core *core) in mali_pp_get_rawstat()
109 MALI_STATIC_INLINE u32 mali_pp_is_active(struct mali_pp_core *core) in mali_pp_is_active()
115 MALI_STATIC_INLINE void mali_pp_mask_all_interrupts(struct mali_pp_core *core) in mali_pp_mask_all_interrupts()
120 MALI_STATIC_INLINE void mali_pp_enable_interrupts(struct mali_pp_core *core) in mali_pp_enable_interrupts()
125 MALI_STATIC_INLINE void mali_pp_write_addr_renderer_list(struct mali_pp_core *core, struct mali_pp_… in mali_pp_write_addr_renderer_list()
131 MALI_STATIC_INLINE void mali_pp_write_addr_stack(struct mali_pp_core *core, struct mali_pp_job *job) in mali_pp_write_addr_stack()
Dmali_gp.h57 MALI_STATIC_INLINE const char *mali_gp_core_description(struct mali_gp_core *core) in mali_gp_core_description()
62 …LI_STATIC_INLINE enum mali_interrupt_result mali_gp_get_interrupt_result(struct mali_gp_core *core) in mali_gp_get_interrupt_result()
81 MALI_STATIC_INLINE u32 mali_gp_get_rawstat(struct mali_gp_core *core) in mali_gp_get_rawstat()
87 MALI_STATIC_INLINE u32 mali_gp_is_active(struct mali_gp_core *core) in mali_gp_is_active()
93 MALI_STATIC_INLINE void mali_gp_mask_all_interrupts(struct mali_gp_core *core) in mali_gp_mask_all_interrupts()
98 MALI_STATIC_INLINE void mali_gp_enable_interrupts(struct mali_gp_core *core, enum mali_interrupt_re… in mali_gp_enable_interrupts()
115 MALI_STATIC_INLINE u32 mali_gp_read_plbu_alloc_start_addr(struct mali_gp_core *core) in mali_gp_read_plbu_alloc_start_addr()
Dmali_pp.c39 struct mali_pp_core *core = NULL; in mali_pp_create() local
97 void mali_pp_delete(struct mali_pp_core *core) in mali_pp_delete()
126 void mali_pp_stop_bus(struct mali_pp_core *core) in mali_pp_stop_bus()
133 mali_osk_errcode_t mali_pp_stop_bus_wait(struct mali_pp_core *core) in mali_pp_stop_bus_wait()
205 mali_osk_errcode_t mali_pp_hard_reset(struct mali_pp_core *core) in mali_pp_hard_reset()
244 void mali_pp_reset_async(struct mali_pp_core *core) in mali_pp_reset_async()
256 mali_osk_errcode_t mali_pp_reset_wait(struct mali_pp_core *core) in mali_pp_reset_wait()
283 mali_osk_errcode_t mali_pp_reset(struct mali_pp_core *core) in mali_pp_reset()
289 void mali_pp_job_start(struct mali_pp_core *core, struct mali_pp_job *job, u32 sub_job, mali_bool r… in mali_pp_job_start()
410 u32 mali_pp_core_get_version(struct mali_pp_core *core) in mali_pp_core_get_version()
[all …]
Dmali_hw_core.h48 MALI_STATIC_INLINE u32 mali_hw_core_register_read(struct mali_hw_core *core, u32 relative_address) in mali_hw_core_register_read()
57 MALI_STATIC_INLINE void mali_hw_core_register_write_relaxed(struct mali_hw_core *core, u32 relative… in mali_hw_core_register_write_relaxed()
68 MALI_STATIC_INLINE void mali_hw_core_register_write_relaxed_conditional(struct mali_hw_core *core, … in mali_hw_core_register_write_relaxed_conditional()
78 MALI_STATIC_INLINE void mali_hw_core_register_write(struct mali_hw_core *core, u32 relative_address… in mali_hw_core_register_write()
85 MALI_STATIC_INLINE void mali_hw_core_register_write_array_relaxed(struct mali_hw_core *core, u32 re… in mali_hw_core_register_write_array_relaxed()
102 …STATIC_INLINE void mali_hw_core_register_write_array_relaxed_conditional(struct mali_hw_core *core, in mali_hw_core_register_write_array_relaxed_conditional()
Dmali_hw_core.c17 mali_osk_errcode_t mali_hw_core_create(struct mali_hw_core *core, const _mali_osk_resource_t *resou… in mali_hw_core_create()
43 void mali_hw_core_delete(struct mali_hw_core *core) in mali_hw_core_delete()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
Dmali_gp.c30 struct mali_gp_core *core = NULL; in mali_gp_create() local
77 void mali_gp_delete(struct mali_gp_core *core) in mali_gp_delete()
87 void mali_gp_stop_bus(struct mali_gp_core *core) in mali_gp_stop_bus()
94 _mali_osk_errcode_t mali_gp_stop_bus_wait(struct mali_gp_core *core) in mali_gp_stop_bus_wait()
117 void mali_gp_hard_reset(struct mali_gp_core *core) in mali_gp_hard_reset()
150 void mali_gp_reset_async(struct mali_gp_core *core) in mali_gp_reset_async()
162 _mali_osk_errcode_t mali_gp_reset_wait(struct mali_gp_core *core) in mali_gp_reset_wait()
189 _mali_osk_errcode_t mali_gp_reset(struct mali_gp_core *core) in mali_gp_reset()
195 void mali_gp_job_start(struct mali_gp_core *core, struct mali_gp_job *job) in mali_gp_job_start()
257 void mali_gp_resume_with_new_heap(struct mali_gp_core *core, u32 start_addr, u32 end_addr) in mali_gp_resume_with_new_heap()
[all …]
Dmali_pp.h50 MALI_STATIC_INLINE u32 mali_pp_core_get_id(struct mali_pp_core *core) in mali_pp_core_get_id()
56 MALI_STATIC_INLINE u32 mali_pp_core_get_bcast_id(struct mali_pp_core *core) in mali_pp_core_get_bcast_id()
82 MALI_STATIC_INLINE const char *mali_pp_core_description(struct mali_pp_core *core) in mali_pp_core_description()
87 …LI_STATIC_INLINE enum mali_interrupt_result mali_pp_get_interrupt_result(struct mali_pp_core *core) in mali_pp_get_interrupt_result()
100 MALI_STATIC_INLINE u32 mali_pp_get_rawstat(struct mali_pp_core *core) in mali_pp_get_rawstat()
108 MALI_STATIC_INLINE u32 mali_pp_is_active(struct mali_pp_core *core) in mali_pp_is_active()
114 MALI_STATIC_INLINE void mali_pp_mask_all_interrupts(struct mali_pp_core *core) in mali_pp_mask_all_interrupts()
119 MALI_STATIC_INLINE void mali_pp_enable_interrupts(struct mali_pp_core *core) in mali_pp_enable_interrupts()
124 MALI_STATIC_INLINE void mali_pp_write_addr_renderer_list(struct mali_pp_core *core, in mali_pp_write_addr_renderer_list()
132 MALI_STATIC_INLINE void mali_pp_write_addr_stack(struct mali_pp_core *core, struct mali_pp_job *job) in mali_pp_write_addr_stack()
Dmali_gp.h56 MALI_STATIC_INLINE const char *mali_gp_core_description(struct mali_gp_core *core) in mali_gp_core_description()
61 …LI_STATIC_INLINE enum mali_interrupt_result mali_gp_get_interrupt_result(struct mali_gp_core *core) in mali_gp_get_interrupt_result()
82 MALI_STATIC_INLINE u32 mali_gp_get_rawstat(struct mali_gp_core *core) in mali_gp_get_rawstat()
89 MALI_STATIC_INLINE u32 mali_gp_is_active(struct mali_gp_core *core) in mali_gp_is_active()
95 MALI_STATIC_INLINE void mali_gp_mask_all_interrupts(struct mali_gp_core *core) in mali_gp_mask_all_interrupts()
100 MALI_STATIC_INLINE void mali_gp_enable_interrupts(struct mali_gp_core *core, enum mali_interrupt_re… in mali_gp_enable_interrupts()
122 MALI_STATIC_INLINE u32 mali_gp_read_plbu_alloc_start_addr(struct mali_gp_core *core) in mali_gp_read_plbu_alloc_start_addr()
Dmali_pp.c37 struct mali_pp_core *core = NULL; in mali_pp_create() local
98 void mali_pp_delete(struct mali_pp_core *core) in mali_pp_delete()
127 void mali_pp_stop_bus(struct mali_pp_core *core) in mali_pp_stop_bus()
134 _mali_osk_errcode_t mali_pp_stop_bus_wait(struct mali_pp_core *core) in mali_pp_stop_bus_wait()
203 _mali_osk_errcode_t mali_pp_hard_reset(struct mali_pp_core *core) in mali_pp_hard_reset()
241 void mali_pp_reset_async(struct mali_pp_core *core) in mali_pp_reset_async()
252 _mali_osk_errcode_t mali_pp_reset_wait(struct mali_pp_core *core) in mali_pp_reset_wait()
280 _mali_osk_errcode_t mali_pp_reset(struct mali_pp_core *core) in mali_pp_reset()
286 void mali_pp_job_start(struct mali_pp_core *core, struct mali_pp_job *job, u32 sub_job, mali_bool r… in mali_pp_job_start()
391 u32 mali_pp_core_get_version(struct mali_pp_core *core) in mali_pp_core_get_version()
[all …]
Dmali_hw_core.h47 MALI_STATIC_INLINE u32 mali_hw_core_register_read(struct mali_hw_core *core, u32 relative_address) in mali_hw_core_register_read()
56 MALI_STATIC_INLINE void mali_hw_core_register_write_relaxed(struct mali_hw_core *core, u32 relative… in mali_hw_core_register_write_relaxed()
66 MALI_STATIC_INLINE void mali_hw_core_register_write_relaxed_conditional(struct mali_hw_core *core, … in mali_hw_core_register_write_relaxed_conditional()
75 MALI_STATIC_INLINE void mali_hw_core_register_write(struct mali_hw_core *core, u32 relative_address… in mali_hw_core_register_write()
82 MALI_STATIC_INLINE void mali_hw_core_register_write_array_relaxed(struct mali_hw_core *core, u32 re… in mali_hw_core_register_write_array_relaxed()
97 …LINE void mali_hw_core_register_write_array_relaxed_conditional(struct mali_hw_core *core, u32 rel… in mali_hw_core_register_write_array_relaxed_conditional()
Dmali_hw_core.c16 _mali_osk_errcode_t mali_hw_core_create(struct mali_hw_core *core, const _mali_osk_resource_t *reso… in mali_hw_core_create()
40 void mali_hw_core_delete(struct mali_hw_core *core) in mali_hw_core_delete()
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/nv/nv_storage_lib/
Dnv_rpc.c23 errcode_t uapi_rpc_remote_cmd_kv_store_get_status(cores core, uint16_t *store_status_length, in uapi_rpc_remote_cmd_kv_store_get_status()
45 errcode_t uapi_rpc_remote_cmd_kv_store_get_key(cores core, uint16_t key_id, uint16_t *kvalue_length, in uapi_rpc_remote_cmd_kv_store_get_key()
74 errcode_t uapi_rpc_remote_cmd_kv_store_get_key_by_addr(cores core, in uapi_rpc_remote_cmd_kv_store_get_key_by_addr()
96 errcode_t uapi_rpc_remote_cmd_kv_store_get_key_attr(cores core, uint16_t key_id, uint16_t *len, uin… in uapi_rpc_remote_cmd_kv_store_get_key_attr()
Dnv_upg.c129 STATIC_UT errcode_t kv_upg_upgrade_key_helper(kv_store_t core, kv_key_header_t* key_header) in kv_upg_upgrade_key_helper()
238 STATIC_UT errcode_t kv_upg_process_one_page(kv_store_t core, uint8_t* image_data, uint32_t data_len) in kv_upg_process_one_page()
294 kv_store_t core; in kv_upg_process_kv_data() local
/device/soc/hisilicon/ws63v100/sdk/build/script/nv/
Dnv_binary.py195 def _gen_version_binary(self, chip_ver_dict, chip, core): argument
260 def _gen_nv_stream(self, cfg_file, stream_gen, chip, core): argument
332 def _append_file_to_stream(self, flash_bin, start_addr, chip, core, ver_bin): argument
347 def _reset_core_index(self, chip, core): argument
354 def _update_core_index(self, chip, core, index, addr): argument
362 def _find_usable_addr(self, chip, core, key_data, key_data_len): argument
447 def _init_nv_page_head(self, chip, core): argument
481 def _add_nv_ver(self, chip, target, core, ver, common_cfg, ver_cfg, prod_type=None): argument
/device/soc/hisilicon/ws63v100/sdk/build/script/hdbxml_custom/MessageXmlGen/
DMessageXmlGen.py31 def isStackmessage(id, core): argument
46 def getIdFromParts(core, msg_class, msg_module, msg_id): argument
49 def getIdForMessage(id, core): argument
117 def addMessageHeader(self, messageEnumName, messageId, core, elemName): argument
320 def xml_gen_main(outputBasepath, source, cfgfilename, core, image, rulesfilename): argument
/device/soc/hisilicon/ws63v100/sdk/test/common/testsuite/src/
Dtest_suite_ipc.c301 void test_suite_commands_echo_clear(cores_t core) in test_suite_commands_echo_clear()
319 static void test_suite_commands_send_to_core(cores_t core, char *cmd) in test_suite_commands_send_to_core()
344 static void test_suite_commands_poll_line(cores_t core) in test_suite_commands_poll_line()
382 void test_suite_commands_execute_in_external_core(cores_t core, char *command, uint32_t timeout) in test_suite_commands_execute_in_external_core()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
Drga_mm.c699 dma_addr_t rga_mm_lookup_iova(struct rga_internal_buffer *buffer, int core) in rga_mm_lookup_iova()
710 struct sg_table *rga_mm_lookup_sgt(struct rga_internal_buffer *buffer, int core) in rga_mm_lookup_sgt()
809 int core, in rga_mm_sync_dma_sg_for_device()
835 int core, in rga_mm_sync_dma_sg_for_cpu()
949 int core, in rga_mm_put_channel_handle_info()
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/zdiag/diag_system_cmd/include/
Ddiag_cmd_log_level.h24 uint32_t core; member
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/docs/architecture/
Dpsa-crypto-implementation-structure.md58 ### Key creation
/device/soc/hisilicon/ws63v100/sdk/build/script/
Dusr_config.py35 def mconfig(command, chip, core, target, output, assignments = None, root=""): argument
Dcodesize_statistic.py137 core = env.get('core') variable
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/preserve/public/
Dcrash_data.h28 uint8_t core; member
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/log/
Dlog_trigger.c99 void massdata_trigger(void *pay_i, uint8_t core, uint8_t type) in massdata_trigger()
/device/soc/hisilicon/ws63v100/sdk/drivers/chips/ws63/porting/gpio/
Dgpio_porting.c134 void gpio_select_core(pin_t pin, cores_t core) in gpio_select_core()

123