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