Searched refs:SP_CTRL_BASE (Results 1 – 3 of 3) sorted by relevance
31 assert(SP_CTRL_BASE[ID] != (hrt_address)-1); in sp_ctrl_store()32 ia_css_device_store_uint32(SP_CTRL_BASE[ID] + reg * sizeof(hrt_data), value); in sp_ctrl_store()41 assert(SP_CTRL_BASE[ID] != (hrt_address)-1); in sp_ctrl_load()42 return ia_css_device_load_uint32(SP_CTRL_BASE[ID] + reg * sizeof(hrt_data)); in sp_ctrl_load()
32 const hrt_address SP_CTRL_BASE[N_SP_ID] = { variable
42 extern const hrt_address SP_CTRL_BASE[N_SP_ID];