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.c314LMC_EVENT_LOG(LMC_EVENT_FORCEDRESET, LMC_CSR_READ (sc, csr_status), lmc_mii_readreg (sc, 0, 16)); in lmc_ioctl()
669 LMC_EVENT_LOG(LMC_EVENT_WATCHDOG, LMC_CSR_READ (sc, csr_status), lmc_mii_readreg (sc, 0, 16)); in lmc_watchdog()
687 LMC_EVENT_LOG(LMC_EVENT_XMTINTTMO, LMC_CSR_READ (sc, csr_status), 0); in lmc_watchdog()
697 LMC_EVENT_LOG(LMC_EVENT_RESET1, LMC_CSR_READ (sc, csr_status), 0); in lmc_watchdog()
705 LMC_EVENT_LOG(LMC_EVENT_RESET2, lmc_mii_readreg (sc, 0, 16), lmc_mii_readreg (sc, 0, 17)); in lmc_watchdog()
1017 LMC_EVENT_LOG(LMC_EVENT_RESET1, LMC_CSR_READ(sc, csr_status), 0); in lmc_open()
1018 LMC_EVENT_LOG(LMC_EVENT_RESET2, lmc_mii_readreg(sc, 0, 16), in lmc_open()
1313 LMC_EVENT_LOG (LMC_EVENT_XMTINT, stat, in lmc_interrupt()
1361 LMC_EVENT_LOG(LMC_EVENT_TBUSY0, n_compl, 0); in lmc_interrupt()
1398 LMC_EVENT_LOG(LMC_EVENT_RESET1, LMC_CSR_READ (sc, csr_status), 0); in lmc_interrupt()
[all …]
Dlmc_debug.h43 #define LMC_EVENT_LOG(x, y, z) lmcEventLog((x), (y), (z)) macro
45 #define LMC_EVENT_LOG(x,y,z) macro