Home
last modified time | relevance | path

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

/src/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c199 static __inline__ uint32_t GenerateThresh(uint32_t val, int roundup) in GenerateThresh() function
225 WRITE_UINT32(p_Bm->p_BmRegs->swdet[bpid], GenerateThresh(swdet, 0)); in BmSetPool()
226 WRITE_UINT32(p_Bm->p_BmRegs->swdxt[bpid], GenerateThresh(swdxt, 1)); in BmSetPool()
227 WRITE_UINT32(p_Bm->p_BmRegs->hwdet[bpid], GenerateThresh(hwdet, 0)); in BmSetPool()
228 WRITE_UINT32(p_Bm->p_BmRegs->hwdxt[bpid], GenerateThresh(hwdxt, 1)); in BmSetPool()