/***************************************************************************/ /** **/ /** HPE CONFIDENTIAL. This software is confidential proprietary software **/ /** licensed by Hewlett-Packard Enterprise Development, LP, and is not **/ /** authorized to be used, duplicated OR disclosed to anyone without the **/ /** prior written permission of HPE. **/ /** © 2023 Copyright Hewlett-Packard Enterprise Development, LP **/ /** **/ /** VMS SOFTWARE, INC. CONFIDENTIAL. This software is confidential **/ /** proprietary software licensed by VMS Software, Inc., and is not **/ /** authorized to be used, duplicated or disclosed to anyone without **/ /** the prior written permission of VMS Software, Inc. **/ /** © 2023 Copyright VMS Software, Inc. **/ /** **/ /***************************************************************************/ /********************************************************************************************************************************/ /* Created: 9-Nov-2023 12:06:55 by OpenVMS SDL V3.7 */ /* Source: 19-APR-1993 14:56:58 $1$DGA8345:[LIB_H.SRC]UASDEF.SDL;1 */ /********************************************************************************************************************************/ /*** MODULE $UASDEF ***/ #ifndef __UASDEF_LOADED #define __UASDEF_LOADED 1 #pragma __nostandard /* This file uses non-ANSI-Standard features */ #pragma __member_alignment __save #pragma __nomember_alignment #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __save /* Save the previously-defined required ptr size */ #pragma __required_pointer_size __short /* And set ptr size default to 32-bit pointers */ #endif #ifdef __cplusplus extern "C" { #define __unknown_params ... #define __optional_params ... #else #define __unknown_params #define __optional_params ... #endif #ifndef __struct #if !defined(__VAXC) #define __struct struct #else #define __struct variant_struct #endif #endif #ifndef __union #if !defined(__VAXC) #define __union union #else #define __union variant_union #endif #endif /*+ */ /* UNIBUS ADDRESS SPACE REGISTER DEFINITIONS FOR DW750 */ /* (SECOND UNIBUS ADAPTER ON 11/750) */ /*- */ #define UAS$M_IP_CR1_PIE 0x1000 #define UAS$M_IP_CR1_PDN 0x2000 #define UAS$S_UASDEF 5222 typedef struct _uas { char uasdef$$_fill_1 [5216]; __struct { /* INTER-PROCESSOR EXERCISER COMMUNICATOR */ short int uasdef$$_fill_2 [2]; /* ADDRESS AND DATA REGISTERS NOT CURRENTLY USED */ __union { unsigned short int uas$w_ip_cr1; /* THE THIRD IPEC REGISTER, CR1 */ __struct { unsigned uasdef$$_fill_3 : 12; /* SKIP BITS OF NO INTEREST */ unsigned uas$v_ip_cr1_pie : 1; /* POWERFAIL INTERRUPT ENABLE */ unsigned uas$v_ip_cr1_pdn : 1; /* POWER DOWN STATUS BIT */ unsigned uas$v_fill_0_ : 2; } uas$r_cr1_bits; } uas$r_cr1_overlay; } uas$r_ip; } UAS; #if !defined(__VAXC) #define uas$w_ip_cr1 uas$r_ip.uas$r_cr1_overlay.uas$w_ip_cr1 #define uas$v_ip_cr1_pie uas$r_ip.uas$r_cr1_overlay.uas$r_cr1_bits.uas$v_ip_cr1_pie #define uas$v_ip_cr1_pdn uas$r_ip.uas$r_cr1_overlay.uas$r_cr1_bits.uas$v_ip_cr1_pdn #endif /* #if !defined(__VAXC) */ #pragma __member_alignment __restore #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __restore /* Restore the previously-defined required ptr size */ #endif #ifdef __cplusplus } #endif #pragma __standard #endif /* __UASDEF_LOADED */