Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_CSS_CHARS_H
0003 #define _ASM_CSS_CHARS_H
0004 
0005 #include <linux/types.h>
0006 
0007 struct css_general_char {
0008     u64 : 12;
0009     u64 dynio : 1;   /* bit 12 */
0010     u64 : 4;
0011     u64 eadm : 1;    /* bit 17 */
0012     u64 : 23;
0013     u64 aif : 1;     /* bit 41 */
0014     u64 : 3;
0015     u64 mcss : 1;    /* bit 45 */
0016     u64 fcs : 1;     /* bit 46 */
0017     u64 : 1;
0018     u64 ext_mb : 1;  /* bit 48 */
0019     u64 : 7;
0020     u64 aif_tdd : 1; /* bit 56 */
0021     u64 : 1;
0022     u64 qebsm : 1;   /* bit 58 */
0023     u64 : 2;
0024     u64 aiv : 1;     /* bit 61 */
0025     u64 : 2;
0026 
0027     u64 : 3;
0028     u64 aif_osa : 1; /* bit 67 */
0029     u64 : 12;
0030     u64 eadm_rf : 1; /* bit 80 */
0031     u64 : 1;
0032     u64 cib : 1;     /* bit 82 */
0033     u64 : 5;
0034     u64 fcx : 1;     /* bit 88 */
0035     u64 : 19;
0036     u64 alt_ssi : 1; /* bit 108 */
0037     u64 : 1;
0038     u64 narf : 1;    /* bit 110 */
0039     u64 : 5;
0040     u64 enarf: 1;    /* bit 116 */
0041     u64 : 6;
0042     u64 util_str : 1;/* bit 123 */
0043 } __packed;
0044 
0045 extern struct css_general_char css_general_characteristics;
0046 
0047 #endif