Searched refs:csr_status (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wan/lmc/ |
D | lmc_main.c | 311 … LMC_EVENT_LOG(LMC_EVENT_FORCEDRESET, LMC_CSR_READ (sc, csr_status), lmc_mii_readreg (sc, 0, 16)); in lmc_ioctl() 659 LMC_EVENT_LOG(LMC_EVENT_WATCHDOG, LMC_CSR_READ (sc, csr_status), lmc_mii_readreg (sc, 0, 16)); in lmc_watchdog() 677 LMC_EVENT_LOG(LMC_EVENT_XMTINTTMO, LMC_CSR_READ (sc, csr_status), 0); in lmc_watchdog() 687 LMC_EVENT_LOG(LMC_EVENT_RESET1, LMC_CSR_READ (sc, csr_status), 0); in lmc_watchdog() 991 LMC_EVENT_LOG(LMC_EVENT_RESET1, LMC_CSR_READ(sc, csr_status), 0); in lmc_open() 1230 csr = LMC_CSR_READ (sc, csr_status); in lmc_interrupt() 1248 LMC_CSR_WRITE (sc, csr_status, csr); in lmc_interrupt() 1369 LMC_EVENT_LOG(LMC_EVENT_RESET1, LMC_CSR_READ (sc, csr_status), 0); in lmc_interrupt() 1384 csr = LMC_CSR_READ (sc, csr_status); in lmc_interrupt() 2033 sc->lmc_csrs.csr_status = csr_base + 5 * csr_size; in lmc_initcsrs() [all …]
|
D | lmc_var.h | 71 lmc_csrptr_t csr_status; /* CSR5 */ member
|