Searched defs:zspp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/
H A Dzs_common.c979 zs_program(struct zs_prog *zspp) argument
981 struct zscom *zs = zspp->zs;
997 if (zspp->flags & ZSP_SYNC) {
1000 if (zspp->flags & ZSP_NRZI)
1022 SCC_WRITE(4, zspp->wr4);
1023 SCC_WRITE(11, zspp->wr11);
1024 SCC_WRITE(12, zspp->wr12);
1025 SCC_WRITE(13, zspp->wr13);
1026 if (zspp->flags & ZSP_PLL) {
1036 if (zspp
1089 struct zs_prog *zspp = &zs_prog[zs->zs_unit]; local
1114 struct zs_prog *zspp = &zs_prog[zs->zs_unit]; local
[all...]
H A Dzs_hdlc.c1908 register struct zs_prog *zspp; local
2013 zspp = &zs_prog[zs->zs_unit];
2015 zspp->zs = zs;
2016 zspp->flags = (uchar_t)flags;
2017 zspp->wr4 = ZSWR4_SDLC;
2018 zspp->wr11 = (uchar_t)wr11;
2019 zspp->wr12 = (uchar_t)(tconst & 0xff);
2020 zspp->wr13 = (uchar_t)((tconst >> 8) & 0xff);
2021 zspp->wr3 = (uchar_t)(ZSWR3_RX_ENABLE | ZSWR3_RXCRC_ENABLE |
2023 zspp
[all...]
H A Dzs_async.c2974 register struct zs_prog *zspp; local
3105 zspp = &zs_prog[zs->zs_unit];
3106 zspp->zs = zs;
3107 zspp->flags = (uchar_t)flags;
3108 zspp->wr4 = (uchar_t)wr4;
3109 zspp->wr11 = (uchar_t)(ZSWR11_TXCLK_BAUD | ZSWR11_RXCLK_BAUD);
3112 zspp->wr12 = (uchar_t)(speed & 0xff);
3113 zspp->wr13 = (uchar_t)((speed >> 8) & 0xff);
3114 zspp->wr3 = (uchar_t)wr3;
3115 zspp
3211 struct zs_prog *zspp; local
3305 struct zs_prog *zspp; local
[all...]

Completed in 68 milliseconds