Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 5 of 5) sorted by relevance

/hal_microchip-latest/mpfs/mpfs_hal/common/
Dmss_plic.h953 static inline void PLIC_SetPriority_Threshold(uint32_t threshold) in PLIC_SetPriority_Threshold() argument
957 ASSERT(threshold <= 7); in PLIC_SetPriority_Threshold()
959 PLIC->TARGET[plic_hart_lookup[hart_id]].PRIORITY_THRESHOLD = threshold; in PLIC_SetPriority_Threshold()
/hal_microchip-latest/mec5/drivers/
Dmec_i3c_pvt.h585 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);
Dmec_i3c_pvt.c135 void _i3c_resp_queue_threshold_set(struct mec_i3c_host_regs *regs, uint8_t threshold) in _i3c_resp_queue_threshold_set() argument
137 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()
Dmec_i3c_api.h242 void MEC_HAL_I3C_Thresholds_Response_buf_set(struct mec_i3c_ctx *ctx, uint8_t threshold);
Dmec_i3c.c326 void MEC_HAL_I3C_Thresholds_Response_buf_set(struct mec_i3c_ctx *ctx, uint8_t threshold) in MEC_HAL_I3C_Thresholds_Response_buf_set() argument
330 _i3c_resp_queue_threshold_set(regs, threshold); in MEC_HAL_I3C_Thresholds_Response_buf_set()