Searched refs:GenerateThresh (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 89 milliseconds