Searched refs:RCSR (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A Dreset.h15 RCSR = mask;
H A DSA-1100.h1040 * RCSR Reset Controller (RC) Status Register (read/write).
1044 #define RCSR __REG(0x90030004) /* RC Status Reg. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dpxa2xx.c25 /* RESET_STATUS_* has a 1:1 mapping with RCSR */
26 RCSR = mask;
H A Dpxa25x.c242 RCSR = RCSR_HWR | RCSR_WDR | RCSR_SMR | RCSR_GPR;
351 reset_status = RCSR;
H A Dpxa27x.c286 RCSR = RCSR_HWR | RCSR_WDR | RCSR_SMR | RCSR_GPR;
413 reset_status = RCSR;
H A Dsharpsl_pm.c595 RCSR = 0x0f;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dpm.c73 RCSR = RCSR_HWR | RCSR_SWR | RCSR_WDR | RCSR_SMR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Dpxa2xx-regs.h101 #define RCSR __REG(0x40F00030) /* Reset Controller Status Register */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclink.c362 #define RCSR 0x24 /* Receive Command/status Register */ macro
505 * Receive status Bits in Receive Command/status Register RCSR
522 #define usc_UnlatchRxstatusBits(a,b) usc_OutReg( (a), RCSR, (u16)((b) & RXSTATUS_ALL) )
681 #define usc_RCmd(a,b) usc_OutReg((a), RCSR, (b))
1162 * interrupt is indicated by the state of the RCSR.
1170 u16 status = usc_InReg( info, RCSR );
1474 status = usc_InReg(info, RCSR);
3546 u16 Rscr = usc_InReg( info, RCSR );
6107 if (usc_InReg( info, RCSR ) & (BIT8 + BIT4 + BIT3 + BIT1))

Completed in 357 milliseconds