Searched refs:Control (Results 1 - 25 of 68) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/csp/tmr/
H A DtmrHw.c98 pTmrHw[timerId].Control = 0;
101 pTmrHw[timerId].Control |= tmrHw_CONTROL_32BIT;
125 pTmrHw[timerId].Control |= tmrHw_CONTROL_PRESCALE_1;
128 pTmrHw[timerId].Control |= tmrHw_CONTROL_PRESCALE_16;
131 pTmrHw[timerId].Control |= tmrHw_CONTROL_PRESCALE_256;
144 pTmrHw[timerId].Control |= tmrHw_CONTROL_PRESCALE_1;
147 pTmrHw[timerId].Control |= tmrHw_CONTROL_PRESCALE_16;
150 pTmrHw[timerId].Control |= tmrHw_CONTROL_PRESCALE_256;
184 pTmrHw[timerId].Control |= tmrHw_CONTROL_PERIODIC;
185 pTmrHw[timerId].Control
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/dsp56k/
H A Dbootstrap.asm10 M_BCR EQU $FFFE ; Port A Bus Control Register
11 M_PBC EQU $FFE0 ; Port B Control Register
14 M_PCC EQU $FFE1 ; Port C Control Register
18 M_HCR EQU $FFE8 ; Host Control Register
26 M_CRA EQU $FFEC ; SSI Control Register A
27 M_CRB EQU $FFED ; SSI Control Register B
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtglbtn.cpp40 #include <Control.h>
H A Ddatectrl.cpp40 #include <Control.h>
H A Dcheckbox.cpp37 #include <Control.h>
H A Dradiobut.cpp36 #include <Control.h>
H A Dbutton.cpp44 #include <Control.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/include/mach/csp/
H A DtmrHw_reg.h58 uint32_t Control; /* Control register */ member in struct:__anon7947
66 /* Control bot masks */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dhv.c131 static u64 HvDoHypercall(u64 Control, void *Input, void *Output) argument
141 Control, inputAddress, Input,
146 "c" (Control), "d" (inputAddress),
155 u32 controlHi = Control >> 32;
156 u32 controlLo = Control & 0xFFFFFFFF;
168 Control, Input, Output);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dkeymod.tex31 \textsc{Control} modifier exists under Mac OS, it is not used for the same
H A Dgridevt.tex116 Returns true if the Control key was down at the time of the event.
204 Returns true if the Control key was down at the time of the event.
312 Returns true if the Control key was down at the time of the event.
H A Dstatbmp.tex54 \docparam{id}{Control identifier. A value of -1 denotes a default value.}
H A Dstattext.tex56 \docparam{id}{Control identifier. A value of -1 denotes a default value.}
H A Dtguide.tex31 and \helpref{wxDC::DrawText}{wxdcdrawtext}. Control colour on a window (\helpref{wxColour}{wxcolour}) with
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Dhost.h50 unsigned char Mode; /* Control stuff */
105 #define Control CardP->DpControl macro
H A Drioinit.c118 &p->RIOHosts[p->RIONumHosts].Control);
121 &p->RIOHosts[p->RIONumHosts].Control);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/riva/
H A Driva_hw.h292 #ifdef Control
293 #undef Control macro
295 U032 Control; member in struct:__anon16389
323 #ifdef Control
324 #undef Control macro
326 U032 Control; member in struct:__anon16390
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dstty.c30 #define Control(c) ((c) & 0x1f) macro
33 # define CINTR Control('c')
42 # define CKILL Control('u')
45 # define CEOF Control('d')
51 # define CSTART Control('q')
54 # define CSTOP Control('s')
57 # define CSUSP Control('z')
82 # define CDSUSP Control('y')
88 # define CRPRNT Control('r')
91 # define CWERASE Control('
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/
H A Dsleep.S45 mrc p15, 0, r8, c2, c0, 2 @ Translation Table Control
46 mrc p15, 0, r9, c1, c0, 0 @ Control register
132 mcr p15, 0, r8, c2, c0, 2 @ Translation Table Control
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/52xx/
H A Dlite5200_pm.c174 out_be32(&bes->Control, sbes.Control);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atlx/
H A Datl2.c238 /* config Half-Duplex Control */
2238 u32 i, Control; local
2256 if (atl2_read_eeprom(hw, i + 0x100, &Control)) {
2259 Addr[0] = Control;
2262 Addr[1] = Control;
2264 } else if ((Control & 0xff) == 0x5A) {
2266 Register = (u16) (Control >> 16);
2294 if (atl2_spi_read(hw, i + 0x1f000, &Control)) {
2297 Addr[0] = Control;
2299 Addr[1] = Control;
2779 u32 Control; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexGui4Cli.cxx301 "Globals", "Events", "Attributes", "Control", "Commands",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/lsi/
H A Dmpi_raid.h186 U32 Control; /* 14h */ member in struct:_MSG_SCSI_IO_RAID_PT_REQUEST
H A Dmpi_init.h88 U32 Control; /* 14h */ member in struct:_MSG_SCSI_IO_REQUEST
118 /* SCSI IO Control bits */
275 U32 Control; /* 14h */ member in struct:_MSG_SCSI_IO32_REQUEST
325 /* SCSI IO 32 Control bits */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/misc/
H A Dadssearch.pl15 use Net::LDAP::Control;
516 "msDS-User-Account-Control-Computed" => \&dump_uacc,
1405 push(@attrs,"msDS-User-Account-Control-Computed");
1442 my $ctl_asq = Net::LDAP::Control->new(
1459 my $ctl_extended_dn = Net::LDAP::Control->new(
1465 my $ctl_notification = Net::LDAP::Control->new(
1471 $ctl_paged = Net::LDAP::Control->new(
1477 my $ctl_domscope = Net::LDAP::Control->new(

Completed in 144 milliseconds

123