Home
last modified time | relevance | path

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

/src/sys/dev/msk/ !
H A Dif_msk.c1394 sc->msk_intrmask &= ~Y2_IS_HW_ERR; in mskc_reset()
1931 sc->msk_intrmask = Y2_IS_HW_ERR | Y2_IS_STAT_BMU; in mskc_attach()
3667 (status & sc->msk_intrmask) == 0) { in msk_intr()
3691 sc->msk_intrmask &= ~(Y2_IS_CHK_RX1 | Y2_IS_CHK_RX2); in msk_intr()
3692 CSR_WRITE_4(sc, B0_IMSK, sc->msk_intrmask); in msk_intr()
3697 sc->msk_intrmask &= ~(Y2_IS_CHK_TXA1 | Y2_IS_CHK_TXA2); in msk_intr()
3698 CSR_WRITE_4(sc, B0_IMSK, sc->msk_intrmask); in msk_intr()
4004 sc->msk_intrmask |= Y2_IS_PORT_A; in msk_init_locked()
4007 sc->msk_intrmask |= Y2_IS_PORT_B; in msk_init_locked()
4011 CSR_WRITE_4(sc, B2_IRQM_MSK, sc->msk_intrmask); in msk_init_locked()
[all …]
H A Dif_mskreg.h2520 uint32_t msk_intrmask; member