Home
last modified time | relevance | path

Searched refs:_i3c_resp_queue_threshold_set (Results 1 – 3 of 3) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_i3c.c290 _i3c_resp_queue_threshold_set(regs, 0x00); in MEC_HAL_I3C_Thresholds_Init()
330 _i3c_resp_queue_threshold_set(regs, threshold); in MEC_HAL_I3C_Thresholds_Response_buf_set()
686 _i3c_resp_queue_threshold_set(regs, 0); in MEC_HAL_I3C_DO_DAA()
746 _i3c_resp_queue_threshold_set(regs, 0); in MEC_HAL_I3C_DO_CCC()
Dmec_i3c_pvt.h597 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() function