Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/sys/
H A Dsafari_pcd.h54 #define PCD_MAGIC ('P'<<24 |'C'<<16 |'D'<<8 | 0) macro
/titanic_41/usr/src/uts/sun4u/io/
H A Dgptwocfg.c263 if ((pcd->spcd_magic != PCD_MAGIC) || in gptwocfg_configure()
/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c190 pcd->spcd_magic = PCD_MAGIC; in sc_get_common_pcd()