Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dtime.c619 psc = port ? aib->esw.psc1 : aib->esw.psc0; in etr_port_valid()
650 if (aib->esw.psc1 == 1) in etr_steai_cv()
651 aib->esw.psc1 = 2; in etr_steai_cv()
652 else if (aib->esw.psc1 == 0 && aib->esw.p == 1) in etr_steai_cv()
653 aib->esw.psc1 = 1; in etr_steai_cv()
670 state_a1 = p ? a1->esw.psc1 : a1->esw.psc0; in etr_aib_follows()
671 state_a2 = p ? a2->esw.psc1 : a2->esw.psc0; in etr_aib_follows()
1034 if (!eacr.es || !eacr.p1 || aib.esw.psc1 != etr_lpsc_pps_mode) in etr_work_fn()
1041 } else if (eacr.p1 && aib.esw.psc1 == etr_lpsc_pps_mode) { in etr_work_fn()
1055 aib.esw.psc1 != etr_lpsc_operational_alt) in etr_work_fn()
[all …]
/arch/s390/include/asm/
Detr.h53 unsigned int psc1 : 4; /* port 1 state code */ member