Home
last modified time | relevance | path

Searched refs:DebugCtrl (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/
Drioctrl.c92 static struct DebugCtrl DebugCtrl; variable
1047 if ( copyin( (int)arg, (caddr_t)&DebugCtrl, sizeof(DebugCtrl) )
1052 if ( DebugCtrl.SysPort == NO_PORT ) {
1058 p->rio_debug = DebugCtrl.Debug;
1059 p->RIODebugWait = DebugCtrl.Wait;
1066 DebugCtrl.Debug = p->rio_debug;
1067 DebugCtrl.Wait = p->RIODebugWait;
1068 if ( copyout((caddr_t)&DebugCtrl,(int)arg,
1069 sizeof(DebugCtrl)) == COPYFAIL ) {
1071 DebugCtrl.SysPort);
[all …]
Ddaemon.h130 struct DebugCtrl struct
/linux-2.4.37.9/drivers/net/
Ddl2k.h91 DebugCtrl = 0x2c, enumerator
Ddl2k.c456 writel (readl (ioaddr + DebugCtrl) | 0x0230, ioaddr + DebugCtrl); in rio_open()