Home
last modified time | relevance | path

Searched refs:DSR (Results 1 – 19 of 19) sorted by relevance

/linux-4.1.27/drivers/rtc/
Drtc-imxdi.c64 #define DSR 0x14 /* Status Reg */ macro
172 __raw_writel(DSR_WEF, imxdi->ioaddr + DSR); in clear_write_error()
176 if ((__raw_readl(imxdi->ioaddr + DSR) & DSR_WEF) == 0) in clear_write_error()
293 alarm->pending = (__raw_readl(imxdi->ioaddr + DSR) & DSR_CAF) != 0; in dryice_rtc_read_alarm()
360 dsr = __raw_readl(imxdi->ioaddr + DSR); in dryice_norm_irq()
376 dsr = __raw_readl(imxdi->ioaddr + DSR); in dryice_norm_irq()
399 di_write_wait(imxdi, DSR_CAF, DSR); in dryice_work()
459 if (__raw_readl(imxdi->ioaddr + DSR) & DSR_NVF) { in dryice_rtc_probe()
460 rc = di_write_wait(imxdi, DSR_NVF | DSR_SVF, DSR); in dryice_rtc_probe()
474 if (__raw_readl(imxdi->ioaddr + DSR) & DSR_CAF) { in dryice_rtc_probe()
[all …]
/linux-4.1.27/arch/cris/arch-v10/drivers/
DKconfig55 prompt "Ser0 DTR, RI, DSR and CD assignment"
68 Enables the status and control signals DTR, RI, DSR and CD on PB for
89 …int "Ser0 DSR on PA bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PA || ETRAX_SER0_DTR_RI_DS…
119 …int "Ser0 DSR on PB bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PB || ETRAX_SER0_DTR_RI_DS…
124 Specify the pin of the PB port to carry the DSR signal for serial
143 prompt "Ser1 DTR, RI, DSR and CD assignment"
156 Enables the status and control signals DTR, RI, DSR and CD on PB for
177 …int "Ser1 DSR on PA bit (-1 = not used)" if ETRAX_SER1_DTR_RI_DSR_CD_ON_PA || ETRAX_SER1_DTR_RI_DS…
207 …int "Ser1 DSR on PB bit (-1 = not used)" if ETRAX_SER1_DTR_RI_DSR_CD_ON_PB || ETRAX_SER1_DTR_RI_DS…
212 Specify the pin of the PB port to carry the DSR signal for serial
[all …]
/linux-4.1.27/drivers/net/wan/
Dhd64570.h129 #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-4.1.27/Documentation/devicetree/bindings/serial/
Daxis,etraxfs-uart.txt9 - {dtr,dsr,ri,cd}-gpios: specify a GPIO for DTR/DSR/RI/CD
Dcirrus,clps711x-uart.txt11 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
Dfsl-mxs-auart.txt17 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
Datmel-usart.txt17 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD line respectively.
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dserial.txt14 CTS, RTS, DCD, DSR, DTR, and RI.
/linux-4.1.27/Documentation/usb/
Diuu_phoenix.txt38 …parm: cdmode:Card detect mode 0=none, 1=CD, 2=!CD, 3=DSR, 4=!DSR, 5=CTS, 6=!CTS, 7=RING,…
Dusb-serial.txt307 ** Queries of inputs (CTS,DSR,CD,RI) show the last
414 implemented. Support for finding out about DSR and CTS line status is
/linux-4.1.27/drivers/tty/serial/
Dcrisv10.c779 E100_STRUCT_PORT(0,DSR), E100_STRUCT_SHADOW(0,DSR),
783 E100_STRUCT_MASK(0,DSR),
795 E100_STRUCT_PORT(1,DSR), E100_STRUCT_SHADOW(1,DSR),
799 E100_STRUCT_MASK(1,DSR),
811 E100_STRUCT_PORT(2,DSR), E100_STRUCT_SHADOW(2,DSR),
815 E100_STRUCT_MASK(2,DSR),
827 E100_STRUCT_PORT(3,DSR), E100_STRUCT_SHADOW(3,DSR),
831 E100_STRUCT_MASK(3,DSR),
874 E100_STRUCT_MASK(0,DSR),
887 E100_STRUCT_MASK(1,DSR),
[all …]
/linux-4.1.27/Documentation/arm/SA1100/
DAssabet251 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-4.1.27/drivers/tty/
Dsynclinkmp.c374 #define DSR 0x90 macro
2235 write_reg(info, TXDMA + DSR, 0xc0); /* clear IRQs and disable DMA */ in isr_txeom()
2352 unsigned char status = read_reg(info,RXDMA + DSR) & 0xc0; in isr_rxdmaok()
2355 write_reg(info, RXDMA + DSR, (unsigned char)(status | 1)); in isr_rxdmaok()
2369 unsigned char status = read_reg(info,RXDMA + DSR) & 0x30; in isr_rxdmaerror()
2372 write_reg(info, RXDMA + DSR, (unsigned char)(status | 1)); in isr_rxdmaerror()
2387 write_reg(info, TXDMA + DSR, 0xc0); /* clear IRQs and disable DMA */ in isr_txdmaok()
2405 unsigned char status = read_reg(info,TXDMA + DSR) & 0x30; in isr_txdmaerror()
2408 write_reg(info, TXDMA + DSR, (unsigned char)(status | 1)); in isr_txdmaerror()
2999 write_reg(info, TXDMA + DSR, 0); /* disable DMA channel */ in tx_abort()
[all …]
Dnozomi.c279 unsigned int DSR:1; member
334 unsigned int DSR:1; member
995 if (old_ctrl.DSR != ctrl_dl.DSR) in receive_flow_control()
1727 (ctrl_dl->DSR ? TIOCM_DSR : 0) | in ntty_tiocmget()
/linux-4.1.27/drivers/dma/dw/
Dregs.h50 DW_REG(DSR);
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dmmc.txt43 - dsr: Value the card's (optional) Driver Stage Register (DSR) should be
/linux-4.1.27/Documentation/serial/
Ddriver108 - TIOCM_DSR state of DSR signal
111 the port does not support CTS, DCD or DSR, the driver should
/linux-4.1.27/Documentation/isdn/
DREADME204 Bit 6 0 = DSR always on.
205 1 = DSR only on if channel is available.
/linux-4.1.27/drivers/usb/serial/
Dmos7720.c137 DSR, enumerator