Searched refs:RDR (Results 1 - 6 of 6) sorted by last modified time

/linux-master/drivers/net/wireless/admtek/
H A Dadm8211.c1544 ADM8211_CSR_WRITE(RDR, 0);
H A Dadm8211.h20 __le32 RDR; /* 0x10 CSR2 */ member in struct:adm8211_csr
/linux-master/drivers/spi/
H A Dspi-atmel.c93 /* Bitfields in RDR */
346 spi_readl(as, RDR);
348 spi_readl(as, RDR);
660 /* Make sure data is not remaining in RDR */
661 spi_readl(as, RDR);
663 spi_readl(as, RDR);
1050 *rxp16 = spi_readl(as, RDR);
1053 *rxp = spi_readl(as, RDR);
1073 u16 rd; /* RD field is the lowest 16 bits of RDR */
1091 rd = spi_readl(as, RDR);
[all...]
/linux-master/drivers/tty/
H A Dsynclink_gt.c362 #define RDR 0x80 /* rx data */ macro
2030 reg = rd_reg16(info, RDR);
2031 DBGISR(("isr_rxdata %s RDR=%04X\n", info->device_name, reg));
/linux-master/drivers/usb/serial/
H A Dio_16654.h31 #define RDR 0 // ! Receive Holding Register (Read) macro
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S84 ;* This routine shifts data in from the RDR in arg0 and returns
85 ;* the result in ret0. If the RDR is <= 64 bits in length, it
105 ;* ret0 = RDR data (right justified)
114 ; read(shift in) the RDR.
140 shladd arg0,2,%r0,%r1 ; %r1 = 4 * RDR number
149 ; RDR 0 sequence
161 ; RDR 1 sequence
173 ; RDR 2 read sequence
185 ; RDR 3 read sequence
197 ; RDR
[all...]

Completed in 166 milliseconds