Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/intel_nb5000/
H A Dnb5000_init.c1004 EMASK_INT_WR(ERR_INT_ALL); in nb_int_init()
1034 EMASK_INT_WR(nb_emask_int); in nb_int_init()
1045 EMASK_INT_WR(ERR_INT_ALL); in nb_int_fini()
1051 EMASK_INT_WR(nb_emask_int); in nb_int_fini()
H A Dnb5000.h883 #define EMASK_INT_WR(val) if (nb_chipset == INTEL_NB_5400) { \ macro