Home
last modified time | relevance | path

Searched refs:pmax_unit (Results 1 – 8 of 8) sorted by relevance

/original-bsd/sys/pmax/dev/
H A Ddevice.h33 int pmax_unit; /* controller number */ member
H A Dscc.c154 if (cp->pmax_unit >= NSCC)
164 SCCUNIT(cn_tab.cn_dev) == cp->pmax_unit)
167 sc = &scc_softc[cp->pmax_unit];
171 tp = &scc_tty[cp->pmax_unit * 2];
176 tp->t_dev = (dev_t)((cp->pmax_unit << 1) | cntr);
189 if (cp->pmax_unit == 1) {
206 } else if (cp->pmax_unit == 0) {
218 } else if (SCCUNIT(cn_tab.cn_dev) == cp->pmax_unit) {
229 cp->pmax_unit, cp->pmax_addr, cp->pmax_pri);
H A Ddc.c146 if (cp->pmax_unit >= NDC)
155 if (major(cn_tab.cn_dev) == DCDEV && cp->pmax_unit == 0 &&
168 pdp = &dcpdma[cp->pmax_unit * 4];
169 tp = &dc_tty[cp->pmax_unit * 4];
176 dcsoftCAR[cp->pmax_unit] = cp->pmax_flags | 0xB;
186 if (cp->pmax_unit == 0) {
210 cp->pmax_unit, cp->pmax_addr, cp->pmax_pri);
H A Dif_le.c150 struct le_softc *le = &le_softc[dp->pmax_unit];
169 if (dp->pmax_unit == 0) {
223 ifp->if_unit = dp->pmax_unit;
242 dp->pmax_unit, dp->pmax_addr, dp->pmax_pri,
H A Ddtop.c172 int dtopunit = cp->pmax_unit, i, s;
195 cp->pmax_unit, cp->pmax_addr, cp->pmax_pri);
H A Dsii.c151 if (cp->pmax_unit >= NSII)
153 sc = &sii_softc[cp->pmax_unit];
170 printf("sii%d at nexus0 csr 0x%x\n", cp->pmax_unit, cp->pmax_addr);
H A Dasc.c434 if ((unit = cp->pmax_unit) >= NASC)
/original-bsd/sys/pmax/pmax/
H A Dautoconf.c145 tc_slot_info[i].unit = cp->pmax_unit; in configure()
157 dp->sd_ctlr != cp->pmax_unit) in configure()