Lines Matching refs:zspp
979 zs_program(struct zs_prog *zspp) in zs_program() argument
981 struct zscom *zs = zspp->zs; in zs_program()
997 if (zspp->flags & ZSP_SYNC) { in zs_program()
1000 if (zspp->flags & ZSP_NRZI) in zs_program()
1022 SCC_WRITE(4, zspp->wr4); in zs_program()
1023 SCC_WRITE(11, zspp->wr11); in zs_program()
1024 SCC_WRITE(12, zspp->wr12); in zs_program()
1025 SCC_WRITE(13, zspp->wr13); in zs_program()
1026 if (zspp->flags & ZSP_PLL) { in zs_program()
1036 if (zspp->flags & ZSP_LOOP) in zs_program()
1038 if (zspp->flags & ZSP_ECHO) in zs_program()
1041 SCC_WRITE(3, zspp->wr3); in zs_program()
1042 SCC_WRITE(5, zspp->wr5); in zs_program()
1046 if (zspp->flags & ZSP_PARITY_SPECIAL) { in zs_program()
1055 SCC_WRITE(15, zspp->wr15); in zs_program()
1089 struct zs_prog *zspp = &zs_prog[zs->zs_unit]; in zsnull_suspend() local
1096 zspp->zs = zs; in zsnull_suspend()
1097 zspp->flags = 0; in zsnull_suspend()
1098 zspp->wr3 = zs->zs_wreg[3]; in zsnull_suspend()
1099 zspp->wr4 = zs->zs_wreg[4]; in zsnull_suspend()
1100 zspp->wr5 = zs->zs_wreg[5]; in zsnull_suspend()
1101 zspp->wr11 = zs->zs_wreg[11]; in zsnull_suspend()
1102 zspp->wr12 = zs->zs_wreg[12]; in zsnull_suspend()
1103 zspp->wr13 = zs->zs_wreg[13]; in zsnull_suspend()
1104 zspp->wr15 = zs->zs_wreg[15]; in zsnull_suspend()
1114 struct zs_prog *zspp = &zs_prog[zs->zs_unit]; in zsnull_resume() local
1121 zs_program(zspp); in zsnull_resume()