/linux-3.4.99/drivers/rtc/ |
D | rtc-imxdi.c | 53 #define DSR 0x14 /* Status Reg */ macro 134 __raw_writel(DSR_WEF, imxdi->ioaddr + DSR); in clear_write_error() 138 if ((__raw_readl(imxdi->ioaddr + DSR) & DSR_WEF) == 0) in clear_write_error() 255 alarm->pending = (__raw_readl(imxdi->ioaddr + DSR) & DSR_CAF) != 0; in dryice_rtc_read_alarm() 322 dsr = __raw_readl(imxdi->ioaddr + DSR); in dryice_norm_irq() 338 dsr = __raw_readl(imxdi->ioaddr + DSR); in dryice_norm_irq() 361 di_write_wait(imxdi, DSR_CAF, DSR); in dryice_work() 427 if (__raw_readl(imxdi->ioaddr + DSR) & DSR_NVF) { in dryice_rtc_probe() 428 rc = di_write_wait(imxdi, DSR_NVF | DSR_SVF, DSR); in dryice_rtc_probe() 442 if (__raw_readl(imxdi->ioaddr + DSR) & DSR_CAF) { in dryice_rtc_probe() [all …]
|
/linux-3.4.99/drivers/net/wan/ |
D | hd64570.h | 129 #define DSR 0x10 /* DMA Status */ macro 130 #define DSR_RX(node) (DSR + (node ? DMAC1RX_OFFSET : DMAC0RX_OFFSET)) 131 #define DSR_TX(node) (DSR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET))
|
/linux-3.4.99/arch/cris/arch-v10/drivers/ |
D | Kconfig | 57 prompt "Ser0 DTR, RI, DSR and CD assignment" 70 Enables the status and control signals DTR, RI, DSR and CD on PB for 91 …int "Ser0 DSR on PA bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PA || ETRAX_SER0_DTR_RI_DS… 121 …int "Ser0 DSR on PB bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PB || ETRAX_SER0_DTR_RI_DS… 126 Specify the pin of the PB port to carry the DSR signal for serial 145 prompt "Ser1 DTR, RI, DSR and CD assignment" 158 Enables the status and control signals DTR, RI, DSR and CD on PB for 179 …int "Ser1 DSR on PA bit (-1 = not used)" if ETRAX_SER1_DTR_RI_DSR_CD_ON_PA || ETRAX_SER1_DTR_RI_DS… 209 …int "Ser1 DSR on PB bit (-1 = not used)" if ETRAX_SER1_DTR_RI_DSR_CD_ON_PB || ETRAX_SER1_DTR_RI_DS… 214 Specify the pin of the PB port to carry the DSR signal for serial [all …]
|
/linux-3.4.99/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/ |
D | serial.txt | 14 CTS, RTS, DCD, DSR, DTR, and RI.
|
/linux-3.4.99/Documentation/usb/ |
D | iuu_phoenix.txt | 38 …parm: cdmode:Card detect mode 0=none, 1=CD, 2=!CD, 3=DSR, 4=!DSR, 5=CTS, 6=!CTS, 7=RING,…
|
D | usb-serial.txt | 307 ** Queries of inputs (CTS,DSR,CD,RI) show the last 414 implemented. Support for finding out about DSR and CTS line status is
|
/linux-3.4.99/drivers/tty/serial/ |
D | crisv10.c | 786 E100_STRUCT_PORT(0,DSR), E100_STRUCT_SHADOW(0,DSR), 790 E100_STRUCT_MASK(0,DSR), 802 E100_STRUCT_PORT(1,DSR), E100_STRUCT_SHADOW(1,DSR), 806 E100_STRUCT_MASK(1,DSR), 818 E100_STRUCT_PORT(2,DSR), E100_STRUCT_SHADOW(2,DSR), 822 E100_STRUCT_MASK(2,DSR), 834 E100_STRUCT_PORT(3,DSR), E100_STRUCT_SHADOW(3,DSR), 838 E100_STRUCT_MASK(3,DSR), 881 E100_STRUCT_MASK(0,DSR), 894 E100_STRUCT_MASK(1,DSR), [all …]
|
/linux-3.4.99/drivers/dma/ |
D | dw_dmac_regs.h | 48 DW_REG(DSR);
|
/linux-3.4.99/Documentation/arm/SA1100/ |
D | Assabet | 251 Radio: TX, RX, CTS, DSR, DCD, RI 253 COM: TX, RX, CTS, DSR, DCD, RTS, DTR, PM 291 COM1,2: TX, RX, CTS, DSR, DCD, RTS, DTR
|
/linux-3.4.99/drivers/tty/ |
D | synclinkmp.c | 375 #define DSR 0x90 macro 2237 write_reg(info, TXDMA + DSR, 0xc0); /* clear IRQs and disable DMA */ in isr_txeom() 2354 unsigned char status = read_reg(info,RXDMA + DSR) & 0xc0; in isr_rxdmaok() 2357 write_reg(info, RXDMA + DSR, (unsigned char)(status | 1)); in isr_rxdmaok() 2371 unsigned char status = read_reg(info,RXDMA + DSR) & 0x30; in isr_rxdmaerror() 2374 write_reg(info, RXDMA + DSR, (unsigned char)(status | 1)); in isr_rxdmaerror() 2389 write_reg(info, TXDMA + DSR, 0xc0); /* clear IRQs and disable DMA */ in isr_txdmaok() 2407 unsigned char status = read_reg(info,TXDMA + DSR) & 0x30; in isr_txdmaerror() 2410 write_reg(info, TXDMA + DSR, (unsigned char)(status | 1)); in isr_txdmaerror() 3001 write_reg(info, TXDMA + DSR, 0); /* disable DMA channel */ in tx_abort() [all …]
|
D | nozomi.c | 279 unsigned int DSR:1; member 334 unsigned int DSR:1; member 1003 if (old_ctrl.DSR != ctrl_dl.DSR) in receive_flow_control() 1744 (ctrl_dl->DSR ? TIOCM_DSR : 0) | in ntty_tiocmget()
|
/linux-3.4.99/Documentation/serial/ |
D | specialix.txt | 247 +---- 6 DSR 6 DSR 263 +---- 6 DSR 6 DSR
|
D | driver | 106 - TIOCM_DSR state of DSR signal 109 the port does not support CTS, DCD or DSR, the driver should
|
/linux-3.4.99/arch/cris/arch-v32/drivers/ |
D | Kconfig | 147 string "Ser 0 DSR bit (empty = not used)" 194 string "Ser 1 DSR bit (empty = not used)" 242 string "Ser 2 DSR bit (empty = not used)" 289 string "Ser 3 DSR bit (empty = not used)" 361 string "Ser 4 DSR bit (empty = not used)"
|
/linux-3.4.99/Documentation/isdn/ |
D | README | 204 Bit 6 0 = DSR always on. 205 1 = DSR only on if channel is available.
|
/linux-3.4.99/drivers/usb/serial/ |
D | mos7720.c | 145 DSR, enumerator
|