Home
last modified time | relevance | path

Searched refs:hmm_store (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.1/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Ddebug.c52 hmm_store(addr + DEBUG_DATA_BUF_MODE_DDR_ADDR, in debug_buffer_ddr_init()
54 hmm_store(addr + DEBUG_DATA_HEAD_DDR_ADDR, in debug_buffer_ddr_init()
56 hmm_store(addr + DEBUG_DATA_TAIL_DDR_ADDR, in debug_buffer_ddr_init()
58 hmm_store(addr + DEBUG_DATA_ENABLE_DDR_ADDR, in debug_buffer_ddr_init()
/Linux-v6.1/drivers/staging/media/atomisp/pci/runtime/queue/src/
Dqueue_access.c115 hmm_store(rdesc->desc.remote.cb_desc_addr, in ia_css_queue_store()
168 hmm_store(rdesc->desc.remote.cb_elems_addr in ia_css_queue_item_store()
/Linux-v6.1/drivers/staging/media/atomisp/include/hmm/
Dhmm.h43 int hmm_store(ia_css_ptr virt, const void *data, unsigned int bytes);
/Linux-v6.1/drivers/staging/media/atomisp/pci/runtime/spctrl/src/
Dspctrl.c70 hmm_store(code_addr, spctrl_cfg->code, spctrl_cfg->code_size); in ia_css_spctrl_load_fw()
/Linux-v6.1/drivers/staging/media/atomisp/pci/
Dsh_css_params.c1059 hmm_store(ddr_addr, in ia_css_params_store_ia_css_host_data()
2672 hmm_store(pipe->scaler_pp_lut, in ia_css_pipe_set_bci_scaler_lut()
2712 hmm_store(default_gdc_lut, (int *)interleaved_lut_temp, in sh_css_params_map_and_store_default_gdc_lut()
2958 hmm_store(ddr_ptr, &params->uds, size); in sh_css_update_isp_params_to_ddr()
2974 hmm_store(ddr_mem_ptr, params->address, size); in sh_css_update_isp_mem_params_to_ddr()
3437 hmm_store(ddr_map->macc_tbl, in sh_css_params_write_to_ddr_internal()
3717 hmm_store(xmem_sp_group_ptrs, in sh_css_store_sp_group_to_ddr()
3728 hmm_store(xmem_sp_stage_ptrs[pipe][stage], in sh_css_store_sp_stage_to_ddr()
3739 hmm_store(xmem_isp_stage_ptrs[pipe][stage], in sh_css_store_isp_stage_to_ddr()
3801 hmm_store(*out, in write_ia_css_isp_parameter_set_info_to_ddr()
Dsh_css_firmware.c380 hmm_store(target_addr, blob, size); in sh_css_load_blob()
Datomisp_fops.c986 ret = hmm_store(store, buffer, width * sizeof(store)); in remove_pad_from_frame()
Datomisp_cmd.c4207 if (hmm_store(res->data, tmp_buf, arg->fmt.sizeimage)) { in atomisp_v4l2_framebuffer_to_css_frame()
Dsh_css.c3915 hmm_store(h_vbuf->vptr, in ia_css_pipe_enqueue_buffer()
/Linux-v6.1/drivers/staging/media/atomisp/pci/runtime/isp_param/src/
Disp_param.c200 hmm_store(ddr_mem_ptr, host_mem_ptr, size); in ia_css_isp_param_copy_isp_mem_if_to_ddr()
/Linux-v6.1/drivers/staging/media/atomisp/pci/hmm/
Dhmm.c381 int hmm_store(ia_css_ptr virt, const void *data, unsigned int bytes) in hmm_store() function