Home
last modified time | relevance | path

Searched refs:cfg_thrh (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_bdp.c133 int mec_hal_bdp_fifo_thresh_set(struct mec_bdp_regs *regs, uint32_t cfg_thrh) in mec_hal_bdp_fifo_thresh_set() argument
137 if (!regs || (cfg_thrh > MEC5_BDP_CFG_FIFO_THRES_30)) { in mec_hal_bdp_fifo_thresh_set()
141 temp = (cfg_thrh & MEC5_BDP_CFG_FIFO_THRES_MSK) >> MEC5_BDP_CFG_FIFO_THRES_POS; in mec_hal_bdp_fifo_thresh_set()
Dmec_bdp_api.h104 int mec_hal_bdp_fifo_thresh_set(struct mec_bdp_regs *regs, uint32_t cfg_thrh);