Searched refs:DebugCtrl (Results 1 – 4 of 4) sorted by relevance
92 static struct DebugCtrl DebugCtrl; variable1047 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 …]
130 struct DebugCtrl struct
91 DebugCtrl = 0x2c, enumerator
456 writel (readl (ioaddr + DebugCtrl) | 0x0230, ioaddr + DebugCtrl); in rio_open()