Searched defs:etr_eacr (Results 1 – 2 of 2) sorted by relevance
11 struct etr_eacr { struct12 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 …]
455 static struct etr_eacr etr_eacr; variable