Lines Matching defs:pdc
75 static volatile struct de_cdata *dc, *pdc;
112 pdc = (struct de_cdata *)ubmap(0, (int)dc, sizeof(struct de_cdata));
116 DE_WCSR(DE_PCSR2, LOWORD(pdc));
117 DE_WCSR(DE_PCSR3, HIWORD(pdc));
132 rp->r_segbl = LOWORD(&pdc->dc_rbuf[i][0]);
133 rp->r_segbh = HIWORD(&pdc->dc_rbuf[i][0]);
140 rp->r_segbl = LOWORD(&pdc->dc_xbuf[i][0]);
141 rp->r_segbh = HIWORD(&pdc->dc_xbuf[i][0]);
149 dc->dc_pcbb.pcbb2 = LOWORD(&pdc->dc_udbbuf);
150 dc->dc_pcbb.pcbb4 = HIWORD(&pdc->dc_udbbuf);
152 dc->dc_udbbuf.b_tdrbl = LOWORD(&pdc->dc_xrent[0]);
153 dc->dc_udbbuf.b_tdrbh = HIWORD(&pdc->dc_xrent[0]);
156 dc->dc_udbbuf.b_rdrbl = LOWORD(&pdc->dc_rrent[0]);
157 dc->dc_udbbuf.b_rdrbh = HIWORD(&pdc->dc_rrent[0]);