Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Disp2401_input_system_private.h31 assert(IBUF_CTRL_BASE[ID] != (hrt_address)-1); in ibuf_ctrl_reg_load()
32 return ia_css_device_load_uint32(IBUF_CTRL_BASE[ID] + reg * sizeof(hrt_data)); in ibuf_ctrl_reg_load()
41 assert(IBUF_CTRL_BASE[ID] != (hrt_address)-1); in ibuf_ctrl_reg_store()
43 ia_css_device_store_uint32(IBUF_CTRL_BASE[ID] + reg * sizeof(hrt_data), value); in ibuf_ctrl_reg_store()
H A Dsystem_local.c140 const hrt_address IBUF_CTRL_BASE[N_IBUF_CTRL_ID] = { variable
H A Dsystem_local.h86 extern const hrt_address IBUF_CTRL_BASE[N_IBUF_CTRL_ID];