Home
last modified time | relevance | path

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

/freebsd/sys/dev/mgb/
H A Dif_mgb.c780 if ((intr_sts & MGB_INTR_STS_ANY) == 0) in mgb_admin_intr()
874 intr_sts |= MGB_INTR_STS_ANY; in mgb_intr_enable_all()
875 vec_en |= MGB_INTR_STS_ANY; in mgb_intr_enable_all()
942 CSR_WRITE_REG(sc, MGB_INTR_VEC_ENBL_SET, MGB_INTR_STS_ANY); in mgb_intr_test()
944 MGB_INTR_STS_ANY | MGB_INTR_STS_TEST); in mgb_intr_test()
H A Dif_mgb.h200 #define MGB_INTR_STS_ANY (0x1) macro