Home
last modified time | relevance | path

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

/drivers/net/wan/lmc/
Dlmc_main.c309LMC_EVENT_LOG(LMC_EVENT_FORCEDRESET, LMC_CSR_READ (sc, csr_status), lmc_mii_readreg (sc, 0, 16)); in lmc_siocdevprivate()
649 LMC_EVENT_LOG(LMC_EVENT_WATCHDOG, LMC_CSR_READ (sc, csr_status), lmc_mii_readreg (sc, 0, 16)); in lmc_watchdog()
667 LMC_EVENT_LOG(LMC_EVENT_XMTINTTMO, LMC_CSR_READ (sc, csr_status), 0); in lmc_watchdog()
677 LMC_EVENT_LOG(LMC_EVENT_RESET1, LMC_CSR_READ (sc, csr_status), 0); in lmc_watchdog()
685 LMC_EVENT_LOG(LMC_EVENT_RESET2, lmc_mii_readreg (sc, 0, 16), lmc_mii_readreg (sc, 0, 17)); in lmc_watchdog()
976 LMC_EVENT_LOG(LMC_EVENT_RESET1, LMC_CSR_READ(sc, csr_status), 0); in lmc_open()
977 LMC_EVENT_LOG(LMC_EVENT_RESET2, lmc_mii_readreg(sc, 0, 16), in lmc_open()
1246 LMC_EVENT_LOG (LMC_EVENT_XMTINT, stat, in lmc_interrupt()
1293 LMC_EVENT_LOG(LMC_EVENT_TBUSY0, n_compl, 0); in lmc_interrupt()
1330 LMC_EVENT_LOG(LMC_EVENT_RESET1, LMC_CSR_READ (sc, csr_status), 0); in lmc_interrupt()
[all …]
Dlmc_debug.h44 #define LMC_EVENT_LOG(x, y, z) lmcEventLog((x), (y), (z)) macro
46 #define LMC_EVENT_LOG(x,y,z) macro