Searched refs:DSR (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-imxdi.c | 14 * Note that reading the DSR (DryIce Status Register) automatically clears 54 #define DSR 0x14 /* Status Reg */ macro 102 * @dsr: copy of the DSR register 245 dev_dbg(&imxdi->pdev->dev, "DSR register reports: %08X\n", dsr); in di_handle_failure_state() 274 di_write_busy_wait(imxdi, DSR_CAF, DSR); in di_handle_valid_state() 314 * - its overflow flag is set (TCO in DSR) in di_handle_invalid_state() 316 * - NVF is set in DSR in di_handle_invalid_state() 324 di_write_busy_wait(imxdi, DSR_NVF, DSR); in di_handle_invalid_state() 326 di_write_busy_wait(imxdi, DSR_TCO, DSR); in di_handle_invalid_state() 333 return di_handle_valid_state(imxdi, __raw_readl(imxdi->ioaddr + DSR)); in di_handle_invalid_state() [all...] |
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-imxdi.c | 14 * Note that reading the DSR (DryIce Status Register) automatically clears 55 #define DSR 0x14 /* Status Reg */ macro 103 * @dsr: copy of the DSR register 246 dev_dbg(&imxdi->pdev->dev, "DSR register reports: %08X\n", dsr); in di_handle_failure_state() 275 di_write_busy_wait(imxdi, DSR_CAF, DSR); in di_handle_valid_state() 315 * - its overflow flag is set (TCO in DSR) in di_handle_invalid_state() 317 * - NVF is set in DSR in di_handle_invalid_state() 325 di_write_busy_wait(imxdi, DSR_NVF, DSR); in di_handle_invalid_state() 327 di_write_busy_wait(imxdi, DSR_TCO, DSR); in di_handle_invalid_state() 334 return di_handle_valid_state(imxdi, __raw_readl(imxdi->ioaddr + DSR)); in di_handle_invalid_state() [all...] |
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | hd64570.h | 130 #define DSR 0x10 /* DMA Status */ macro 131 #define DSR_RX(node) (DSR + (node ? DMAC1RX_OFFSET : DMAC0RX_OFFSET)) 132 #define DSR_TX(node) (DSR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET))
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | hd64570.h | 130 #define DSR 0x10 /* DMA Status */ macro 131 #define DSR_RX(node) (DSR + (node ? DMAC1RX_OFFSET : DMAC0RX_OFFSET)) 132 #define DSR_TX(node) (DSR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET))
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | synclinkmp.c | 288 #define MISCSTATUS_DSR_LATCHED (SerialSignal_DSR<<8) /* change in DSR */ 374 #define DSR 0x90 macro 1288 /* Wait for modem input (DCD,RI,DSR,CTS) change in ioctl() 1289 * as specified by mask in arg (TIOCM_RNG/DSR/CD/CTS) in ioctl() 1295 * Get counter of input serial line interrupts (DCD,RI,DSR,CTS) in ioctl() 1365 strcat(stat_buf, "|DSR"); in line_info() 2206 write_reg(info, TXDMA + DSR, 0xc0); /* clear IRQs and disable DMA */ in isr_txeom() 2323 unsigned char status = read_reg(info,RXDMA + DSR) & 0xc0; in isr_rxdmaok() 2326 write_reg(info, RXDMA + DSR, (unsigned char)(status | 1)); in isr_rxdmaok() 2340 unsigned char status = read_reg(info,RXDMA + DSR) in isr_rxdmaerror() [all...] |
H A D | nozomi.c | 245 unsigned int DSR:1; member 300 unsigned int DSR:1; member 960 if (old_ctrl.DSR != ctrl_dl.DSR) in receive_flow_control() 969 DBG1("port: %d DCD(%d), CTS(%d), RI(%d), DSR(%d)", in receive_flow_control() 1687 | (ctrl_dl->DSR ? TIOCM_DSR : 0) in ntty_tiocmget()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | nozomi.c | 241 unsigned int DSR:1; member 296 unsigned int DSR:1; member 946 if (old_ctrl.DSR != ctrl_dl.DSR) in receive_flow_control() 955 DBG1("port: %d DCD(%d), CTS(%d), RI(%d), DSR(%d)", in receive_flow_control() 1667 | (ctrl_dl->DSR ? TIOCM_DSR : 0) in ntty_tiocmget()
|
/kernel/linux/linux-5.10/drivers/dma/dw/ |
H A D | regs.h | 52 DW_REG(DSR); 215 /* Bitfields in DSR */
|
/kernel/linux/linux-6.6/drivers/dma/dw/ |
H A D | regs.h | 52 DW_REG(DSR); 215 /* Bitfields in DSR */
|
Completed in 22 milliseconds