Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Disp_private.h36 assert(ISP_CTRL_BASE[ID] != (hrt_address) - 1); in isp_ctrl_store()
38 ia_css_device_store_uint32(ISP_CTRL_BASE[ID] + reg * sizeof(hrt_data), value); in isp_ctrl_store()
40 hrt_master_port_store_32(ISP_CTRL_BASE[ID] + reg * sizeof(hrt_data), value); in isp_ctrl_store()
50 assert(ISP_CTRL_BASE[ID] != (hrt_address) - 1); in isp_ctrl_load()
52 return ia_css_device_load_uint32(ISP_CTRL_BASE[ID] + reg * sizeof(hrt_data)); in isp_ctrl_load()
54 return hrt_master_port_uload_32(ISP_CTRL_BASE[ID] + reg * sizeof(hrt_data)); in isp_ctrl_load()
/linux/drivers/staging/media/atomisp/pci/
H A Dsystem_local.c19 const hrt_address ISP_CTRL_BASE[N_ISP_ID] = { variable
H A Dsystem_local.h37 extern const hrt_address ISP_CTRL_BASE[N_ISP_ID];