Home
last modified time | relevance | path

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

/drivers/net/wan/lmc/
Dlmc_main.c315 … LMC_EVENT_LOG(LMC_EVENT_FORCEDRESET, LMC_CSR_READ (sc, csr_status), lmc_mii_readreg (sc, 0, 16)); in lmc_ioctl()
670 LMC_EVENT_LOG(LMC_EVENT_WATCHDOG, LMC_CSR_READ (sc, csr_status), lmc_mii_readreg (sc, 0, 16)); in lmc_watchdog()
688 LMC_EVENT_LOG(LMC_EVENT_XMTINTTMO, LMC_CSR_READ (sc, csr_status), 0); in lmc_watchdog()
698 LMC_EVENT_LOG(LMC_EVENT_RESET1, LMC_CSR_READ (sc, csr_status), 0); in lmc_watchdog()
1017 LMC_EVENT_LOG(LMC_EVENT_RESET1, LMC_CSR_READ(sc, csr_status), 0); in lmc_open()
1258 csr = LMC_CSR_READ (sc, csr_status); in lmc_interrupt()
1276 LMC_CSR_WRITE (sc, csr_status, csr); in lmc_interrupt()
1398 LMC_EVENT_LOG(LMC_EVENT_RESET1, LMC_CSR_READ (sc, csr_status), 0); in lmc_interrupt()
1413 csr = LMC_CSR_READ (sc, csr_status); in lmc_interrupt()
2064 sc->lmc_csrs.csr_status = csr_base + 5 * csr_size; in lmc_initcsrs()
[all …]
Dlmc_var.h73 lmc_csrptr_t csr_status; /* CSR5 */ member