int MET_BM_GetWordAllCount(void)
{
    return MET_BM_IsOverrun() ? BM_ERR_OVERRUN : readl(EMI_WACT);
}
Exemple #2
0
int MET_BM_GetWordAllCount(void)
{
	return MET_BM_IsOverrun() ? BM_ERR_OVERRUN : readl(IOMEM(ADDR_EMI+EMI_WACT));
}
int MET_BM_GetBusCycCount(void)
{
    return MET_BM_IsOverrun() ? BM_ERR_OVERRUN : readl(EMI_BCNT);
}
Exemple #4
0
int MET_BM_GetBusCycCount(void)
{
	return MET_BM_IsOverrun() ? BM_ERR_OVERRUN : readl(IOMEM(ADDR_EMI+EMI_BCNT));
}