Lines Matching refs:pDCB2
1841 PDCB pDCB, pDCB2; in dc390_initDCB() local
1847 *ppDCB = pDCB; pDCB2 = 0; in dc390_initDCB()
1879 pDCB2 = dc390_findDCB (pACB, id, 0); in dc390_initDCB()
1883 if (pDCB2) in dc390_initDCB()
1885 pDCB->DevMode = pDCB2->DevMode; in dc390_initDCB()
1886 pDCB->SyncMode = pDCB2->SyncMode; in dc390_initDCB()
1887 pDCB->SyncPeriod = pDCB2->SyncPeriod; in dc390_initDCB()
1888 pDCB->SyncOffset = pDCB2->SyncOffset; in dc390_initDCB()
1889 pDCB->NegoPeriod = pDCB2->NegoPeriod; in dc390_initDCB()
1891 pDCB->CtrlR3 = pDCB2->CtrlR3; in dc390_initDCB()
1892 pDCB->CtrlR4 = pDCB2->CtrlR4; in dc390_initDCB()
1893 pDCB->Inquiry7 = pDCB2->Inquiry7; in dc390_initDCB()