Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
Dif_msk.c916 sc->msk_intrmask &= ~Y2_IS_HW_ERR; in mskc_reset()
1336 sc->msk_intrmask = Y2_IS_HW_ERR | Y2_IS_STAT_BMU; in mskc_attach()
2364 (Status & sc->msk_intrmask) == 0) in msk_intr()
2388 sc->msk_intrmask &= ~(Y2_IS_CHK_RX1 | Y2_IS_CHK_RX2); in msk_intr()
2389 CSR_WRITE_4 (sc, B0_IMSK, sc->msk_intrmask); in msk_intr()
2394 sc->msk_intrmask &= ~(Y2_IS_CHK_TXA1 | Y2_IS_CHK_TXA2); in msk_intr()
2395 CSR_WRITE_4 (sc, B0_IMSK, sc->msk_intrmask); in msk_intr()
2631 sc->msk_intrmask |= Y2_IS_PORT_A; in msk_init()
2634 sc->msk_intrmask |= Y2_IS_PORT_B; in msk_init()
2638 CSR_WRITE_4 (sc, B2_IRQM_MSK, sc->msk_intrmask); in msk_init()
[all …]
Dif_mskreg.h2451 UINT32 msk_intrmask; member