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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drioctrl.c81 static struct DebugCtrl DebugCtrl; variable in typeref:struct:DebugCtrl
755 if (copy_from_user(&DebugCtrl, argp, sizeof(DebugCtrl))) {
759 if (DebugCtrl.SysPort == NO_PORT) {
765 p->rio_debug = DebugCtrl.Debug;
766 p->RIODebugWait = DebugCtrl.Wait;
770 DebugCtrl.Debug = p->rio_debug;
771 DebugCtrl.Wait = p->RIODebugWait;
772 if (copy_to_user(argp, &DebugCtrl, sizeo
[all...]
H A Ddaemon.h110 struct DebugCtrl { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddl2k.h84 DebugCtrl = 0x2c, enumerator in enum:dl2x_offsets
H A Ddl2k.c420 /* DebugCtrl bit 4, 5, 9 must set */
421 writel (readl (ioaddr + DebugCtrl) | 0x0230, ioaddr + DebugCtrl); local

Completed in 44 milliseconds