Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/kernel/
Dtime.c639 psc = port ? aib->esw.psc1 : aib->esw.psc0; in etr_port_valid()
666 if (aib->esw.psc0 == 1) in etr_steai_cv()
667 aib->esw.psc0 = 2; in etr_steai_cv()
668 else if (aib->esw.psc0 == 0 && aib->esw.p == 0) in etr_steai_cv()
669 aib->esw.psc0 = 1; in etr_steai_cv()
690 state_a1 = p ? a1->esw.psc1 : a1->esw.psc0; in etr_aib_follows()
691 state_a2 = p ? a2->esw.psc1 : a2->esw.psc0; in etr_aib_follows()
1048 if (eacr.p0 && aib.esw.psc0 == etr_lpsc_pps_mode) { in etr_work_fn()
1068 } else if (eacr.p0 && aib.esw.psc0 == etr_lpsc_operational_step) { in etr_work_fn()
1257 etr_port0.esw.psc0 : etr_port0.esw.psc1); in etr_mode_code_show()
/linux-4.1.27/arch/s390/include/asm/
Detr.h50 unsigned int psc0 : 4; /* port 0 state code */ member