Searched refs:IBUF_CTRL_BASE (Results 1 – 3 of 3) sorted by relevance
22 assert(IBUF_CTRL_BASE[ID] != (hrt_address)-1); in ibuf_ctrl_reg_load()23 return ia_css_device_load_uint32(IBUF_CTRL_BASE[ID] + reg * sizeof(hrt_data)); in ibuf_ctrl_reg_load()32 assert(IBUF_CTRL_BASE[ID] != (hrt_address)-1); in ibuf_ctrl_reg_store()34 ia_css_device_store_uint32(IBUF_CTRL_BASE[ID] + reg * sizeof(hrt_data), value); in ibuf_ctrl_reg_store()
131 const hrt_address IBUF_CTRL_BASE[N_IBUF_CTRL_ID] = { variable
77 extern const hrt_address IBUF_CTRL_BASE[N_IBUF_CTRL_ID];
Completed in 4 milliseconds