Searched defs:upa (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/sunfire/common/
H A Dsunfire.c65 #define upa_to_bd(upa) ((upa) >> 1)
763 /* Find the device node using upa address */
764 value = get_prop_val(find_prop(ffb, "upa-portid"));
1804 int upa = bd_to_upa(bnode->board_num); local
1834 if ((pnode = find_device(bnode, upa, "sbus")) == NULL) {
1846 if ((pnode = find_device(bnode, upa+1, "sbus")) == NULL) {
1858 if ((pnode = find_device(bnode, upa, "pci")) == NULL) {
1870 if ((pnode = find_device(bnode, upa+1, "pci")) == NULL) {

Completed in 47 milliseconds