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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Drioctrl.c85 static struct DebugCtrl DebugCtrl; variable in typeref:struct:DebugCtrl
757 if (copy_from_user(&DebugCtrl, argp, sizeof(DebugCtrl))) {
761 if (DebugCtrl.SysPort == NO_PORT) {
767 p->rio_debug = DebugCtrl.Debug;
768 p->RIODebugWait = DebugCtrl.Wait;
772 DebugCtrl.Debug = p->rio_debug;
773 DebugCtrl.Wait = p->RIODebugWait;
774 if (copy_to_user(argp, &DebugCtrl, sizeo
[all...]
H A Ddaemon.h116 struct DebugCtrl { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddl2k.h84 DebugCtrl = 0x2c, enumerator in enum:dl2x_offsets
H A Ddl2k.c410 /* DebugCtrl bit 4, 5, 9 must set */
411 writel (readl (ioaddr + DebugCtrl) | 0x0230, ioaddr + DebugCtrl); local

Completed in 86 milliseconds