1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_CSS_CHARS_H
3 #define _ASM_CSS_CHARS_H
5 #include <linux/types.h>
7 struct css_general_char
{
9 u32 dynio
: 1; /* bit 12 */
11 u32 eadm
: 1; /* bit 17 */
13 u32 aif
: 1; /* bit 41 */
15 u32 mcss
: 1; /* bit 45 */
16 u32 fcs
: 1; /* bit 46 */
18 u32 ext_mb
: 1; /* bit 48 */
20 u32 aif_tdd
: 1; /* bit 56 */
22 u32 qebsm
: 1; /* bit 58 */
24 u32 aif_osa
: 1; /* bit 67 */
26 u32 eadm_rf
: 1; /* bit 80 */
28 u32 cib
: 1; /* bit 82 */
30 u32 fcx
: 1; /* bit 88 */
32 u32 alt_ssi
: 1; /* bit 108 */
34 u32 narf
:1; /* bit 110 */
37 extern struct css_general_char css_general_characteristics
;