Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/cherrystone/sys/
H A Dcherrystone.h63 #define CHERRYSTONE_GETSLOT(AID) (((AID&0xc)>>1)|(AID&1)) macro
64 #define CHERRYSTONE_GETSLOT_LABEL(AID) ('A' + CHERRYSTONE_GETSLOT(AID))
/titanic_50/usr/src/uts/sun4u/cherrystone/os/
H A Dcherrystone.c367 boardid = CHERRYSTONE_GETSLOT(portid); in plat_fill_mc()
485 return (CHERRYSTONE_GETSLOT(id)); in plat_lgrp_cpu_to_hand()
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/
H A Dworkfile.c343 board = CHERRYSTONE_GETSLOT(portid); in add_node()