Home
last modified time | relevance | path

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

/openbmc/u-boot/board/keymile/kmp204x/
H A Dqrio.c112 u16 prst; in qrio_prst() local
117 prst = in_be16(qrio_base + PRST_OFF); in qrio_prst()
120 prst &= ~(1 << bit); in qrio_prst()
122 prst |= (1 << bit); in qrio_prst()
124 out_be16(qrio_base + PRST_OFF, prst); in qrio_prst()
/openbmc/u-boot/board/keymile/common/
H A Dcommon.h36 unsigned char prst; member
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c880 int prst = 0; in dwc2_hreg0_write() local
929 prst = 1; in dwc2_hreg0_write()
942 if (prst) { in dwc2_hreg0_write()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch873 -krb5_error_code krb5_store_some_creds(context, cc, creds_def, creds_other, prst,
879 - krb5_principal prst;
884 + krb5_principal prst, krb5_boolean *stored)
888 … -610,10 +581,8 @@ krb5_error_code krb5_store_some_creds(context, cc, creds_def, creds_other, prst,
892 -krb5_error_code krb5_ccache_filter (context, cc, prst)
895 - krb5_principal prst;
897 +krb5_ccache_filter(krb5_context context, krb5_ccache cc, krb5_principal prst)
901 @@ -657,10 +626,9 @@ krb5_error_code krb5_ccache_filter (context, cc, prst)