Searched refs:threshold (Results 1 – 5 of 5) sorted by relevance
953 static inline void PLIC_SetPriority_Threshold(uint32_t threshold) in PLIC_SetPriority_Threshold() argument957 ASSERT(threshold <= 7); in PLIC_SetPriority_Threshold()959 PLIC->TARGET[plic_hart_lookup[hart_id]].PRIORITY_THRESHOLD = threshold; in PLIC_SetPriority_Threshold()
585 void _i3c_resp_buf_threshold_set(struct mec_i3c_host_regs *regs, uint8_t threshold);597 void _i3c_resp_queue_threshold_set(struct mec_i3c_host_regs *regs, uint8_t threshold);
135 void _i3c_resp_queue_threshold_set(struct mec_i3c_host_regs *regs, uint8_t threshold) in _i3c_resp_queue_threshold_set() argument137 if (threshold < I3C_RESPONSE_BUFFER_DEPTH) in _i3c_resp_queue_threshold_set()140 regs->QUE_THLD_CTRL |= (threshold << QUEUE_THLD_RESP_QUEUE_BITPOS); in _i3c_resp_queue_threshold_set()
242 void MEC_HAL_I3C_Thresholds_Response_buf_set(struct mec_i3c_ctx *ctx, uint8_t threshold);
326 void MEC_HAL_I3C_Thresholds_Response_buf_set(struct mec_i3c_ctx *ctx, uint8_t threshold) in MEC_HAL_I3C_Thresholds_Response_buf_set() argument330 _i3c_resp_queue_threshold_set(regs, threshold); in MEC_HAL_I3C_Thresholds_Response_buf_set()