Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/kernel/
Dtime.c455 static struct etr_eacr etr_eacr; variable
474 etr_eacr = (struct etr_eacr) { in etr_reset()
478 if (etr_setr(&etr_eacr) == 0) { in etr_reset()
529 if (!etr_eacr.sl) in etr_switch_to_local()
533 etr_eacr.es = etr_eacr.sl = 0; in etr_switch_to_local()
534 etr_setr(&etr_eacr); in etr_switch_to_local()
547 if (!etr_eacr.es) in etr_sync_check()
551 etr_eacr.es = 0; in etr_sync_check()
552 etr_setr(&etr_eacr); in etr_sync_check()
590 static inline int etr_mode_is_pps(struct etr_eacr eacr) in etr_mode_is_pps()
[all …]
/linux-2.6.39/arch/s390/include/asm/
Detr.h11 struct etr_eacr { struct
47 struct etr_eacr eacr; /* attachment control register */
143 static inline int etr_setr(struct etr_eacr *ctrl) in etr_setr()