/linux-4.4.14/drivers/rtc/ |
D | rtc-imxdi.c | 64 #define DSR 0x14 /* Status Reg */ macro 286 di_write_busy_wait(imxdi, DSR_CAF, DSR); in di_handle_valid_state() 336 di_write_busy_wait(imxdi, DSR_NVF, DSR); in di_handle_invalid_state() 338 di_write_busy_wait(imxdi, DSR_TCO, DSR); in di_handle_invalid_state() 345 return di_handle_valid_state(imxdi, __raw_readl(imxdi->ioaddr + DSR)); in di_handle_invalid_state() 388 DSR_MCO | DSR_TCO), DSR); in di_handle_invalid_and_failure_state() 390 dsr = readl(imxdi->ioaddr + DSR); in di_handle_invalid_and_failure_state() 402 di_write_busy_wait(imxdi, DSR_SVF, DSR); in di_handle_invalid_and_failure_state() 405 dsr = readl(imxdi->ioaddr + DSR); in di_handle_invalid_and_failure_state() 426 dsr = readl(imxdi->ioaddr + DSR); in di_handle_state() [all …]
|
/linux-4.4.14/arch/cris/arch-v10/drivers/ |
D | Kconfig | 55 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.4.14/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-4.4.14/Documentation/devicetree/bindings/serial/ |
D | axis,etraxfs-uart.txt | 9 - {dtr,dsr,rng,dcd}-gpios: specify a GPIO for DTR/DSR/RI/DCD
|
D | cirrus,clps711x-uart.txt | 11 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
|
D | fsl-mxs-auart.txt | 17 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
|
D | atmel-usart.txt | 17 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD line respectively.
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/ |
D | serial.txt | 14 CTS, RTS, DCD, DSR, DTR, and RI.
|
/linux-4.4.14/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-4.4.14/drivers/tty/serial/ |
D | crisv10.c | 748 E100_STRUCT_PORT(0,DSR), E100_STRUCT_SHADOW(0,DSR), 752 E100_STRUCT_MASK(0,DSR), 764 E100_STRUCT_PORT(1,DSR), E100_STRUCT_SHADOW(1,DSR), 768 E100_STRUCT_MASK(1,DSR), 780 E100_STRUCT_PORT(2,DSR), E100_STRUCT_SHADOW(2,DSR), 784 E100_STRUCT_MASK(2,DSR), 796 E100_STRUCT_PORT(3,DSR), E100_STRUCT_SHADOW(3,DSR), 800 E100_STRUCT_MASK(3,DSR), 843 E100_STRUCT_MASK(0,DSR), 856 E100_STRUCT_MASK(1,DSR), [all …]
|
/linux-4.4.14/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-4.4.14/drivers/tty/ |
D | synclinkmp.c | 374 #define DSR 0x90 macro 2229 write_reg(info, TXDMA + DSR, 0xc0); /* clear IRQs and disable DMA */ in isr_txeom() 2346 unsigned char status = read_reg(info,RXDMA + DSR) & 0xc0; in isr_rxdmaok() 2349 write_reg(info, RXDMA + DSR, (unsigned char)(status | 1)); in isr_rxdmaok() 2363 unsigned char status = read_reg(info,RXDMA + DSR) & 0x30; in isr_rxdmaerror() 2366 write_reg(info, RXDMA + DSR, (unsigned char)(status | 1)); in isr_rxdmaerror() 2381 write_reg(info, TXDMA + DSR, 0xc0); /* clear IRQs and disable DMA */ in isr_txdmaok() 2399 unsigned char status = read_reg(info,TXDMA + DSR) & 0x30; in isr_txdmaerror() 2402 write_reg(info, TXDMA + DSR, (unsigned char)(status | 1)); in isr_txdmaerror() 2993 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 995 if (old_ctrl.DSR != ctrl_dl.DSR) in receive_flow_control() 1727 (ctrl_dl->DSR ? TIOCM_DSR : 0) | in ntty_tiocmget()
|
/linux-4.4.14/drivers/dma/dw/ |
D | regs.h | 50 DW_REG(DSR);
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | am335x-baltos-ir5221.dts | 117 0x0e4 (PIN_INPUT_PULLDOWN | MUX_MODE7) /* lcd_hsync.gpio2[23] DSR */ 132 0x034 (PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_ad13.gpio1[13] DSR */
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | mmc.txt | 49 - dsr: Value the card's (optional) Driver Stage Register (DSR) should be
|
/linux-4.4.14/Documentation/serial/ |
D | driver | 108 - TIOCM_DSR state of DSR signal 111 the port does not support CTS, DCD or DSR, the driver should
|
/linux-4.4.14/Documentation/isdn/ |
D | README | 204 Bit 6 0 = DSR always on. 205 1 = DSR only on if channel is available.
|