Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 6 of 6) sorted by relevance

/SCP-firmware-master/product/morello/module/morello_mhu/src/
A Dmod_mhu.c72 unsigned int slot; in mhu_isr() local
92 slot = __builtin_ctz(reg->STAT); in mhu_isr()
104 reg->CLEAR = 1 << slot; in mhu_isr()
115 unsigned int slot; in raise_interrupt() local
119 slot = fwk_id_get_sub_element_idx(slot_id); in raise_interrupt()
122 reg->SET |= (1 << slot); in raise_interrupt()
181 unsigned int slot; in mhu_bind() local
187 for (slot = 0; slot < MHU_SLOT_COUNT_MAX; slot++) { in mhu_bind()
213 unsigned int slot; in mhu_process_bind_request() local
221 if (device_ctx->bound_slots & (1 << slot)) in mhu_process_bind_request()
[all …]
/SCP-firmware-master/product/n1sdp/module/n1sdp_mhu/src/
A Dmod_mhu.c72 unsigned int slot; in mhu_isr() local
92 slot = __builtin_ctz(reg->STAT); in mhu_isr()
104 reg->CLEAR = 1 << slot; in mhu_isr()
115 unsigned int slot; in raise_interrupt() local
119 slot = fwk_id_get_sub_element_idx(slot_id); in raise_interrupt()
122 reg->SET |= (1 << slot); in raise_interrupt()
173 unsigned int slot; in mhu_bind() local
179 for (slot = 0; slot < MHU_SLOT_COUNT_MAX; slot++) { in mhu_bind()
201 unsigned int slot; in mhu_process_bind_request() local
209 if (device_ctx->bound_slots & (1 << slot)) in mhu_process_bind_request()
[all …]
/SCP-firmware-master/module/mhu/src/
A Dmod_mhu.c73 unsigned int slot; in mhu_isr() local
112 reg->CLEAR = 1U << slot; in mhu_isr()
123 unsigned int slot; in raise_interrupt() local
128 slot = fwk_id_get_sub_element_idx(slot_id); in raise_interrupt()
131 reg->SET |= (1U << slot); in raise_interrupt()
184 unsigned int slot; in mhu_bind() local
190 for (slot = 0; slot < MHU_SLOT_COUNT_MAX; slot++) { in mhu_bind()
217 unsigned int slot; in mhu_process_bind_request() local
224 slot = fwk_id_get_sub_element_idx(target_id); in mhu_process_bind_request()
226 if (device_ctx->bound_slots & (1U << slot)) { in mhu_process_bind_request()
[all …]
/SCP-firmware-master/product/rcar/module/rcar_mfismh/src/
A Dmod_rcar_mfismh.c72 unsigned int slot; in mfismh_isr() local
99 slot = 0; in mfismh_isr()
105 if (device_ctx->bound_slots & (1 << slot)) { in mfismh_isr()
175 unsigned int slot; in mfismh_bind() local
181 for (slot = 0; slot < MFISMH_SLOT_COUNT_MAX; slot++) { in mfismh_bind()
182 if (!(device_ctx->bound_slots & (1 << slot))) in mfismh_bind()
208 unsigned int slot; in mfismh_process_bind_request() local
215 slot = fwk_id_get_sub_element_idx(target_id); in mfismh_process_bind_request()
217 if (device_ctx->bound_slots & (1 << slot)) in mfismh_process_bind_request()
220 device_ctx->transport_channel_table[slot].id = source_id; in mfismh_process_bind_request()
[all …]
/SCP-firmware-master/module/mhu2/src/
A Dmod_mhu2.c86 unsigned int slot; in mhu2_isr() local
96 if (channel_ctx->bound_slots & (1 << slot)) { in mhu2_isr()
112 unsigned int slot; in raise_interrupt() local
117 slot = fwk_id_get_sub_element_idx(slot_id); in raise_interrupt()
125 channel_ctx->send_channel->STAT_SET |= (1 << slot); in raise_interrupt()
362 unsigned int slot; in mhu2_bind() local
367 for (slot = 0; slot < MHU_SLOT_COUNT_MAX; slot++) { in mhu2_bind()
398 unsigned int slot; in mhu2_process_bind_request() local
412 slot = fwk_id_get_sub_element_idx(target_id); in mhu2_process_bind_request()
413 if (channel_ctx->bound_slots & (1 << slot)) { in mhu2_process_bind_request()
[all …]
/SCP-firmware-master/product/synquacer/module/synquacer_memc/src/
A Dsynquacer_ddr.c84 uint32_t slot,
203 uint32_t slot, in read_spd() argument
225 i2c_target_addr_read_spd = slot + sysdef_option_get_i2c_for_spd_read_addr(); in read_spd()
240 FWK_LOG_INFO("[SYSTEM] slot DIMM%" PRIu32 ": not detected", slot); in read_spd()
900 uint32_t slot; in store_spd_to_nssram() local
906 for (slot = 0; slot < DIMM_SLOT_NUM; slot++) { in store_spd_to_nssram()
907 ret = read_spd(slot, dst, (SPD_PAGE_SIZE * SPD_NUM_OF_PAGE)); in store_spd_to_nssram()

Completed in 11 milliseconds