Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Djbusppm.h54 #define MASTER_IOBRIDGE_BIT 0x040000 /* j_id[1] */ macro
/illumos-gate/usr/src/uts/sun4u/io/ppm/
H A Djbusppm.c250 unitp->is_master = (data64 & MASTER_IOBRIDGE_BIT) ? 1 : 0; in jbppm_attach()