Home
last modified time | relevance | path

Searched refs:dmac_enable (Results 1 – 1 of 1) sorted by path

/freebsd/sys/dev/mgb/
H A Dif_mgb.c871 int i, dmac_enable = 0, intr_sts = 0, vec_en = 0; in mgb_intr_enable_all() local
880 dmac_enable |= MGB_DMAC_RX_INTR_ENBL(i); in mgb_intr_enable_all()
888 CSR_WRITE_REG(sc, MGB_DMAC_INTR_STS, dmac_enable); in mgb_intr_enable_all()
889 CSR_WRITE_REG(sc, MGB_DMAC_INTR_ENBL_SET, dmac_enable); in mgb_intr_enable_all()