Home
last modified time | relevance | path

Searched defs:etr_eacr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/s390/include/asm/
Detr.h9 struct etr_eacr { struct
10 unsigned int e0 : 1; /* port 0 stepping control */
11 unsigned int e1 : 1; /* port 1 stepping control */
12 unsigned int _pad0 : 5; /* must be 00100 */
13 unsigned int dp : 1; /* data port control */
14 unsigned int p0 : 1; /* port 0 change recognition control */
15 unsigned int p1 : 1; /* port 1 change recognition control */
16 unsigned int _pad1 : 3; /* must be 000 */
17 unsigned int ea : 1; /* ETR alert control */
18 unsigned int es : 1; /* ETR sync check control */
[all …]
/linux-4.4.14/arch/s390/kernel/
Dtime.c473 static struct etr_eacr etr_eacr; variable