• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/contrib/ncsw/Peripherals/BM/

Lines Matching refs:h_Bm

52 t_Error BM_ConfigException(t_Handle h_Bm, e_BmExceptions exception, bool enable);
76 static t_Error BmHandleIpcMsgCB(t_Handle h_Bm,
82 t_Bm *p_Bm = (t_Bm*)h_Bm;
145 p_IpcReply->error = (uint32_t)BmGetRevision(h_Bm, &revInfo);
213 static t_Error BmSetPool(t_Handle h_Bm,
220 t_Bm *p_Bm = (t_Bm*)h_Bm;
237 t_Error BmSetPoolThresholds(t_Handle h_Bm, uint8_t bpid, const uint32_t *thresholds)
239 t_Bm *p_Bm = (t_Bm*)h_Bm;
246 return BmSetPool(h_Bm,
278 t_Error BmUnSetPoolThresholds(t_Handle h_Bm, uint8_t bpid)
280 t_Bm *p_Bm = (t_Bm*)h_Bm;
287 return BmSetPool(h_Bm,
319 uint32_t BmGetCounter(t_Handle h_Bm, e_BmInterModuleCounters counter, uint8_t bpid)
321 t_Bm *p_Bm = (t_Bm*)h_Bm;
389 t_Error BmGetRevision(t_Handle h_Bm, t_BmRevisionInfo *p_BmRevisionInfo)
391 t_Bm *p_Bm = (t_Bm*)h_Bm;
508 t_Error BM_Init(t_Handle h_Bm)
510 t_Bm *p_Bm = (t_Bm *)h_Bm;
621 t_Error BM_Free(t_Handle h_Bm)
623 t_Bm *p_Bm = (t_Bm *)h_Bm;
646 t_Error BM_ConfigException(t_Handle h_Bm, e_BmExceptions exception, bool enable)
648 t_Bm *p_Bm = (t_Bm*)h_Bm;
668 t_Error BM_ConfigFbprThreshold(t_Handle h_Bm, uint32_t threshold)
670 t_Bm *p_Bm = (t_Bm *)h_Bm;
680 void BM_ErrorIsr(t_Handle h_Bm)
682 t_Bm *p_Bm = (t_Bm *)h_Bm;
707 uint32_t BM_GetCounter(t_Handle h_Bm, e_BmCounters counter)
709 t_Bm *p_Bm = (t_Bm*)h_Bm;
727 t_Error BM_SetException(t_Handle h_Bm, e_BmExceptions exception, bool enable)
729 t_Bm *p_Bm = (t_Bm*)h_Bm;
750 t_Error BM_GetRevision(t_Handle h_Bm, t_BmRevisionInfo *p_BmRevisionInfo)
752 t_Bm *p_Bm = (t_Bm*)h_Bm;
761 t_Error BM_DumpRegs(t_Handle h_Bm)
763 t_Bm *p_Bm = (t_Bm *)h_Bm;