Home
last modified time | relevance | path

Searched refs:ISP_CTRL_BASE (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
A Disp_private.h27 assert(ISP_CTRL_BASE[ID] != (hrt_address) - 1); in isp_ctrl_store()
29 ia_css_device_store_uint32(ISP_CTRL_BASE[ID] + reg * sizeof(hrt_data), value); in isp_ctrl_store()
31 hrt_master_port_store_32(ISP_CTRL_BASE[ID] + reg * sizeof(hrt_data), value); in isp_ctrl_store()
41 assert(ISP_CTRL_BASE[ID] != (hrt_address) - 1); in isp_ctrl_load()
43 return ia_css_device_load_uint32(ISP_CTRL_BASE[ID] + reg * sizeof(hrt_data)); in isp_ctrl_load()
45 return hrt_master_port_uload_32(ISP_CTRL_BASE[ID] + reg * sizeof(hrt_data)); in isp_ctrl_load()
/drivers/staging/media/atomisp/pci/
A Dsystem_local.c10 const hrt_address ISP_CTRL_BASE[N_ISP_ID] = { variable
A Dsystem_local.h28 extern const hrt_address ISP_CTRL_BASE[N_ISP_ID];

Completed in 4 milliseconds