Searched refs:etr_eacr (Results 1 – 2 of 2) sorted by relevance
476 static struct etr_eacr etr_eacr; variable495 etr_eacr = (struct etr_eacr) { in etr_reset()499 if (etr_setr(&etr_eacr) == 0) { in etr_reset()550 if (!etr_eacr.sl) in etr_switch_to_local()554 etr_eacr.es = etr_eacr.sl = 0; in etr_switch_to_local()555 etr_setr(&etr_eacr); in etr_switch_to_local()568 if (!etr_eacr.es) in etr_sync_check()572 etr_eacr.es = 0; in etr_sync_check()573 etr_setr(&etr_eacr); in etr_sync_check()611 static inline int etr_mode_is_pps(struct etr_eacr eacr) in etr_mode_is_pps()[all …]
9 struct etr_eacr { struct45 struct etr_eacr eacr; /* attachment control register */141 static inline int etr_setr(struct etr_eacr *ctrl) in etr_setr()