Searched refs:MBOXSC_MBOX_OUT (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/sun4u/starcat/sys/ |
H A D | mboxsc.h | 58 #define MBOXSC_MBOX_OUT 1 macro
|
/titanic_44/usr/src/uts/sun4u/starcat/io/ |
H A D | dman_domain.c | 130 status = mboxsc_init(IOSRAM_KEY_MDSC, MBOXSC_MBOX_OUT, NULL); in man_domain_configure()
|
H A D | scosmb.c | 200 if ((error = mboxsc_init(DMSC_KEY, MBOXSC_MBOX_OUT, NULL)) != 0) { in _init()
|
H A D | sckmdrv.c | 205 if ((ret = mboxsc_init(KEY_KDSC, MBOXSC_MBOX_OUT, NULL)) != 0) { in _init()
|
H A D | mboxsc.c | 405 if (((direction != MBOXSC_MBOX_IN) && (direction != MBOXSC_MBOX_OUT)) || in mboxsc_init() 557 } else if ((mailboxp->mbox_direction != MBOXSC_MBOX_OUT) || in mboxsc_putmsg()
|
H A D | schpc.c | 285 ret = mboxsc_init(KEY_PCSC, MBOXSC_MBOX_OUT, NULL); in _init()
|
H A D | drmach.c | 2455 if ((err = mboxsc_init(KEY_DRSC, MBOXSC_MBOX_OUT, in drmach_mbox_init()
|