Home
last modified time | relevance | path

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

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