Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c122 status = mboxsc_init(IOSRAM_KEY_SCMD, MBOXSC_MBOX_IN, NULL); in man_domain_configure()
132 (void) mboxsc_fini(IOSRAM_KEY_SCMD); in man_domain_configure()
142 (void) mboxsc_fini(IOSRAM_KEY_SCMD); in man_domain_configure()
234 (void) mboxsc_fini(IOSRAM_KEY_SCMD); in man_domain_deconfigure()
426 while (mboxsc_getmsg(IOSRAM_KEY_SCMD, &type, &resp_cmd, &resp_tid, in man_dossc_switch()
459 status = mboxsc_getmsg(IOSRAM_KEY_SCMD, &type, &resp_cmd, &resp_tid, in man_dossc_switch()
/titanic_50/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h417 #define IOSRAM_KEY_SCMD (('S'<<24)|('C'<<16)|('M'<<8)|'D') macro