Lines Matching defs:ID

26     const sp_ID_t		ID,
30 assert(ID < N_SP_ID);
31 assert(SP_CTRL_BASE[ID] != (hrt_address)-1);
32 ia_css_device_store_uint32(SP_CTRL_BASE[ID] + reg * sizeof(hrt_data), value);
37 const sp_ID_t ID,
40 assert(ID < N_SP_ID);
41 assert(SP_CTRL_BASE[ID] != (hrt_address)-1);
42 return ia_css_device_load_uint32(SP_CTRL_BASE[ID] + reg * sizeof(hrt_data));
46 const sp_ID_t ID,
50 hrt_data val = sp_ctrl_load(ID, reg);
56 const sp_ID_t ID,
60 hrt_data data = sp_ctrl_load(ID, reg);
62 sp_ctrl_store(ID, reg, (data | (1UL << bit)));
67 const sp_ID_t ID,
71 hrt_data data = sp_ctrl_load(ID, reg);
73 sp_ctrl_store(ID, reg, (data & ~(1UL << bit)));
78 const sp_ID_t ID,
83 assert(ID < N_SP_ID);
84 assert(SP_DMEM_BASE[ID] != (hrt_address)-1);
85 ia_css_device_store(SP_DMEM_BASE[ID] + addr, data, size);
90 const sp_ID_t ID,
95 assert(ID < N_SP_ID);
96 assert(SP_DMEM_BASE[ID] != (hrt_address)-1);
97 ia_css_device_load(SP_DMEM_BASE[ID] + addr, data, size);
102 const sp_ID_t ID,
106 assert(ID < N_SP_ID);
107 assert(SP_DMEM_BASE[ID] != (hrt_address)-1);
108 (void)ID;
114 const sp_ID_t ID,
118 assert(ID < N_SP_ID);
119 assert(SP_DMEM_BASE[ID] != (hrt_address)-1);
120 (void)ID;
126 const sp_ID_t ID,
130 assert(ID < N_SP_ID);
131 assert(SP_DMEM_BASE[ID] != (hrt_address)-1);
132 (void)ID;
138 const sp_ID_t ID,
141 assert(ID < N_SP_ID);
142 assert(SP_DMEM_BASE[ID] != (hrt_address)-1);
143 (void)ID;
148 const sp_ID_t ID,
151 assert(ID < N_SP_ID);
152 assert(SP_DMEM_BASE[ID] != (hrt_address)-1);
153 (void)ID;
158 const sp_ID_t ID,
161 assert(ID < N_SP_ID);
162 assert(SP_DMEM_BASE[ID] != (hrt_address)-1);
163 (void)ID;