Home | History | Annotate | Download | only in ebus

Lines Matching refs:Interface

613  * Reset the device and the interface
625 /* reset our interface */
633 /* check what our interface does and what the SysACE expects */
1362 struct _Sac *Interface = sc->sc_dr;
1367 CtlWas = Interface->CONTROLREG;
1373 Interface->CONTROLREG = CFGCMD | SAC_CFGRESET;
1376 Interface->CONTROLREG = CFGCMD;
1383 Status = Interface->STATUS;
1403 nBytes, nWords, Interface));
1407 Status = Interface->ERRORREG;
1421 Status = Interface->STATUS;
1435 Interface->DATABUFREG[0] = Data32;
1449 Interface->CONTROLREG = CtlWas;
1453 SysaceDumpRegisters(Interface);
1454 Interface->CONTROLREG = CtlWas;