Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_em.c1014 u_int32_t reg_icr, test_icr; in em_intr() local
1016 test_icr = reg_icr = E1000_READ_REG(&sc->hw, ICR); in em_intr()
1018 test_icr = (reg_icr & E1000_ICR_INT_ASSERTED); in em_intr()
1019 if (!test_icr) in em_intr()