Searched refs:slot (Results 1 – 6 of 6) sorted by relevance
72 unsigned int slot; in mhu_isr() local92 slot = __builtin_ctz(reg->STAT); in mhu_isr()104 reg->CLEAR = 1 << slot; in mhu_isr()115 unsigned int slot; in raise_interrupt() local119 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() local187 for (slot = 0; slot < MHU_SLOT_COUNT_MAX; slot++) { in mhu_bind()213 unsigned int slot; in mhu_process_bind_request() local221 if (device_ctx->bound_slots & (1 << slot)) in mhu_process_bind_request()[all …]
72 unsigned int slot; in mhu_isr() local92 slot = __builtin_ctz(reg->STAT); in mhu_isr()104 reg->CLEAR = 1 << slot; in mhu_isr()115 unsigned int slot; in raise_interrupt() local119 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() local179 for (slot = 0; slot < MHU_SLOT_COUNT_MAX; slot++) { in mhu_bind()201 unsigned int slot; in mhu_process_bind_request() local209 if (device_ctx->bound_slots & (1 << slot)) in mhu_process_bind_request()[all …]
73 unsigned int slot; in mhu_isr() local112 reg->CLEAR = 1U << slot; in mhu_isr()123 unsigned int slot; in raise_interrupt() local128 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() local190 for (slot = 0; slot < MHU_SLOT_COUNT_MAX; slot++) { in mhu_bind()217 unsigned int slot; in mhu_process_bind_request() local224 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 …]
72 unsigned int slot; in mfismh_isr() local99 slot = 0; in mfismh_isr()105 if (device_ctx->bound_slots & (1 << slot)) { in mfismh_isr()175 unsigned int slot; in mfismh_bind() local181 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() local215 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 …]
86 unsigned int slot; in mhu2_isr() local96 if (channel_ctx->bound_slots & (1 << slot)) { in mhu2_isr()112 unsigned int slot; in raise_interrupt() local117 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() local367 for (slot = 0; slot < MHU_SLOT_COUNT_MAX; slot++) { in mhu2_bind()398 unsigned int slot; in mhu2_process_bind_request() local412 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 …]
84 uint32_t slot,203 uint32_t slot, in read_spd() argument225 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() local906 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