Searched refs:hmm_store (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
H A D | debug.c | 52 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()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/queue/src/ |
H A D | queue_access.c | 115 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()
|
/openbmc/linux/drivers/staging/media/atomisp/include/hmm/ |
H A D | hmm.h | 44 int hmm_store(ia_css_ptr virt, const void *data, unsigned int bytes);
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/spctrl/src/ |
H A D | spctrl.c | 70 hmm_store(code_addr, spctrl_cfg->code, spctrl_cfg->code_size); in ia_css_spctrl_load_fw()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isp_param/src/ |
H A D | isp_param.c | 200 hmm_store(ddr_mem_ptr, host_mem_ptr, size); in ia_css_isp_param_copy_isp_mem_if_to_ddr()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_params.c | 1069 hmm_store(ddr_addr, in ia_css_params_store_ia_css_host_data() 2681 hmm_store(pipe->scaler_pp_lut, in ia_css_pipe_set_bci_scaler_lut() 2721 hmm_store(default_gdc_lut, (int *)interleaved_lut_temp, in sh_css_params_map_and_store_default_gdc_lut() 2967 hmm_store(ddr_ptr, ¶ms->uds, size); in sh_css_update_isp_params_to_ddr() 2983 hmm_store(ddr_mem_ptr, params->address, size); in sh_css_update_isp_mem_params_to_ddr() 3446 hmm_store(ddr_map->macc_tbl, in sh_css_params_write_to_ddr_internal() 3724 hmm_store(xmem_sp_group_ptrs, in sh_css_store_sp_group_to_ddr() 3735 hmm_store(xmem_sp_stage_ptrs[pipe][stage], in sh_css_store_sp_stage_to_ddr() 3746 hmm_store(xmem_isp_stage_ptrs[pipe][stage], in sh_css_store_isp_stage_to_ddr() 3808 hmm_store(*out, in write_ia_css_isp_parameter_set_info_to_ddr()
|
H A D | sh_css_firmware.c | 389 hmm_store(target_addr, blob, size); in sh_css_load_blob()
|
H A D | atomisp_cmd.c | 3459 if (hmm_store(res->data, tmp_buf, arg->fmt.sizeimage)) { in atomisp_v4l2_framebuffer_to_css_frame()
|
H A D | sh_css.c | 3712 hmm_store(h_vbuf->vptr, in ia_css_pipe_enqueue_buffer()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/hmm/ |
H A D | hmm.c | 379 int hmm_store(ia_css_ptr virt, const void *data, unsigned int bytes) in hmm_store() function
|