Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/lmc/
Dlmc_debug.h44 #define LMC_EVENT_LOG(x, y, z) lmcEventLog((x), (y), (z)) macro
46 #define LMC_EVENT_LOG(x,y,z) macro
Dlmc_main.c314LMC_EVENT_LOG(LMC_EVENT_FORCEDRESET, LMC_CSR_READ (sc, csr_status), lmc_mii_readreg (sc, 0, 16)); in lmc_ioctl()
662 LMC_EVENT_LOG(LMC_EVENT_WATCHDOG, LMC_CSR_READ (sc, csr_status), lmc_mii_readreg (sc, 0, 16)); in lmc_watchdog()
680 LMC_EVENT_LOG(LMC_EVENT_XMTINTTMO, LMC_CSR_READ (sc, csr_status), 0); in lmc_watchdog()
690 LMC_EVENT_LOG(LMC_EVENT_RESET1, LMC_CSR_READ (sc, csr_status), 0); in lmc_watchdog()
698 LMC_EVENT_LOG(LMC_EVENT_RESET2, lmc_mii_readreg (sc, 0, 16), lmc_mii_readreg (sc, 0, 17)); in lmc_watchdog()
994 LMC_EVENT_LOG(LMC_EVENT_RESET1, LMC_CSR_READ(sc, csr_status), 0); in lmc_open()
995 LMC_EVENT_LOG(LMC_EVENT_RESET2, lmc_mii_readreg(sc, 0, 16), in lmc_open()
1288 LMC_EVENT_LOG (LMC_EVENT_XMTINT, stat, in lmc_interrupt()
1336 LMC_EVENT_LOG(LMC_EVENT_TBUSY0, n_compl, 0); in lmc_interrupt()
1373 LMC_EVENT_LOG(LMC_EVENT_RESET1, LMC_CSR_READ (sc, csr_status), 0); in lmc_interrupt()
[all …]