Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c730 dev->d_intrmask &= ~Y2_IS_HW_ERR; in yge_reset()
1322 dev->d_intrmask = Y2_IS_HW_ERR | Y2_IS_STAT_BMU; in yge_attach()
1781 CSR_WRITE_4(dev, B0_IMSK, Y2_IS_HW_ERR | Y2_IS_STAT_BMU); in yge_resume()
2296 if ((status & Y2_IS_HW_ERR) != 0) { in yge_intr()
H A Dyge.h652 #define Y2_IS_HW_ERR BIT(31) /* Interrupt HW Error */ macro