Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c681 EObj_t *pobjp, *mobjp; in i_psvc_get_presence() local
720 status = i_psvc_get_obj(hdlp, mid, &mobjp); in i_psvc_get_presence()
724 active_low = PSVC_IS_ACTIVE_LOW(mobjp->addr_spec); in i_psvc_get_presence()
726 if (mobjp->class == PSVC_BOOLEAN_GPIO_CLASS) { in i_psvc_get_presence()
727 status = mobjp->get_attr(hdlp, mobjp, in i_psvc_get_presence()
741 } else if (mobjp->class == PSVC_8BIT_GPIO_CLASS) { in i_psvc_get_presence()
744 status = mobjp->get_attr(hdlp, mobjp, in i_psvc_get_presence()
748 if (PSVC_HP_INVERT(mobjp->addr_spec)) in i_psvc_get_presence()
752 bitshift = PSVC_GET_ASPEC_BITSHIFT(mobjp->addr_spec); in i_psvc_get_presence()
753 bytemask = PSVC_GET_ASPEC_BYTEMASK(mobjp->addr_spec); in i_psvc_get_presence()