Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/atge/
H A Datge.h316 uint_t atge_intrs; member
H A Datge_main.c2504 OUTL(atgep, ATGE_INTR_MASK, atgep->atge_intrs); in atge_device_start()
2705 atgep->atge_intrs = L1E_INTRS; in atge_device_init()
2712 atgep->atge_intrs = L1_INTRS | INTR_GPHY | INTR_PHY_LINK_DOWN | in atge_device_init()
2723 atgep->atge_intrs = L1C_INTRS | L1C_INTR_GPHY | in atge_device_init()
H A Datge_l1.c791 if (status == 0 || (status & atgep->atge_intrs) == 0) { in atge_l1_interrupt()
H A Datge_l1c.c899 if (status == 0 || (status & atgep->atge_intrs) == 0) { in atge_l1c_interrupt()
H A Datge_l1e.c861 if (status == 0 || (status & atgep->atge_intrs) == 0) { in atge_l1e_interrupt()