int MET_BM_GetWordAllCount(void) { return MET_BM_IsOverrun() ? BM_ERR_OVERRUN : readl(EMI_WACT); }
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); }
int MET_BM_GetBusCycCount(void) { return MET_BM_IsOverrun() ? BM_ERR_OVERRUN : readl(IOMEM(ADDR_EMI+EMI_BCNT)); }