Searched refs:IBUF_CTRL_BASE (Results 1 – 3 of 3) sorted by relevance
31 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()
140 const hrt_address IBUF_CTRL_BASE[N_IBUF_CTRL_ID] = { variable
86 extern const hrt_address IBUF_CTRL_BASE[N_IBUF_CTRL_ID];