Searched refs:RDR (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/parisc/kernel/
H A Dperf_asm.S97 ;* This routine shifts data in from the RDR in arg0 and returns
98 ;* the result in ret0. If the RDR is <= 64 bits in length, it
118 ;* ret0 = RDR data (right justified)
127 ; read(shift in) the RDR.
153 shladd arg0,2,%r0,%r1 ; %r1 = 4 * RDR number
162 ; RDR 0 sequence
174 ; RDR 1 sequence
186 ; RDR 2 read sequence
198 ; RDR 3 read sequence
210 ; RDR
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_16654.h34 #define RDR 0 // ! Receive Holding Register (Read) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-icmp6.c516 #define RDR(i) ((struct nd_redirect *)(i)) macro
517 TCHECK(RDR(dp)->nd_rd_dst);
518 printf(", %s", getname6((const u_char *)&RDR(dp)->nd_rd_dst));
519 TCHECK(RDR(dp)->nd_rd_target);
521 getname6((const u_char*)&RDR(dp)->nd_rd_target));
529 #undef RDR macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dadm8211.h19 __le32 RDR; /* 0x10 CSR2 */ member in struct:adm8211_csr
H A Dadm8211.c1536 ADM8211_CSR_WRITE(RDR, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Datmel_spi.c457 spi_readl(as, RDR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Datmel-mci.c384 /* Don't read RSPR and RDR; it will consume the data there */
1381 value = mci_readl(host, RDR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclink.c360 #define RDR 0x20 /* Receive Data Register */ macro
1469 outw( (inw(info->io_base + CCAR) & 0x0780) | (RDR+LSBONLY),
H A Dsynclink_gt.c395 #define RDR 0x80 /* rx data */ macro
2113 reg = rd_reg16(info, RDR);
2114 DBGISR(("isr_rxdata %s RDR=%04X\n", info->device_name, reg));

Completed in 207 milliseconds