Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4/io/fpc/
H A Dfpc.h80 #define PIC1_EVT_SEL_SHIFT 8 macro
95 #define JBC_PIC1_EVT_MASK ((uint64_t)JBC01_EVT_MASK << PIC1_EVT_SEL_SHIFT)
97 #define IMU_PIC1_EVT_MASK ((uint64_t)IMU01_EVT_MASK << PIC1_EVT_SEL_SHIFT)
99 #define MMU_PIC1_EVT_MASK ((uint64_t)MMU01_EVT_MASK << PIC1_EVT_SEL_SHIFT)
101 #define TLU_PIC1_EVT_MASK ((uint64_t)TLU01_EVT_MASK << PIC1_EVT_SEL_SHIFT)
H A Dfpc-impl.c72 PIC1_EVT_SEL_SHIFT, /* JBC counter 1 */
74 PIC1_EVT_SEL_SHIFT, /* IMU counter 1 */
76 PIC1_EVT_SEL_SHIFT, /* MMU counter 1 */
78 PIC1_EVT_SEL_SHIFT, /* TLU counter 1 */
H A Dfpc-kstats.c311 ksinfop->pic_sel_shift[1] = PIC1_EVT_SEL_SHIFT; in fpc_dev_kstat()