/kernel/liteos_m/arch/arm/cortex-m3/keil/ |
H A D | los_startup.s | 50 DCD ||Image$$ARM_LIB_STACKHEAP$$ZI$$Limit|| 51 DCD Reset_Handler 52 DCD HalHwiDefaultHandler 53 DCD HalHwiDefaultHandler
|
/kernel/linux/linux-5.10/drivers/net/hamradio/ |
H A D | z8530.h | 165 #define DCDIE 8 /* DCD IE */ 176 #define DCD 0x8 /* DCD */ macro
|
H A D | dmascc.c | 846 /* Enable DCD interrupt */ in scc_open() 1368 /* DCD transition */ in es_isr() 1369 if (drr0 & DCD) { in es_isr() 1370 if (rr0 & DCD) { in es_isr() 1414 if (priv->rr0 & DCD) { in tm_isr() 1441 if (priv->rr0 & DCD) { in tm_isr()
|
H A D | scc.c | 364 /* DCD/CTS and Rx/Tx errors */ 441 /* ABORT: generated whenever DCD drops while receiving */ in scc_exint() 446 /* HUNT: software DCD; on = waiting for SYNC, off = receiving frame */ in scc_exint() 463 /* DCD: on = start to receive packet, off = ABORT condition */ in scc_exint() 466 if((changes & DCD) && !scc->kiss.softdcd) /* DCD input changed state */ in scc_exint() 468 if(status & DCD) /* DCD is now ON */ in scc_exint() 472 } else { /* DCD is now OFF */ in scc_exint() 864 if(scc->kiss.softdcd || (InReg(scc->ctrl,R0) & DCD)) in init_channel() [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | zs.h | 221 #define DCDIE 8 /* DCD IE */ 232 #define DCD 0x8 /* DCD */ macro
|
H A D | ip22zilog.h | 201 #define DCDIE 8 /* DCD IE */ 212 #define DCD 0x8 /* DCD */ macro
|
H A D | sunzilog.h | 205 #define DCDIE 8 /* DCD IE */ 216 #define DCD 0x8 /* DCD */ macro
|
H A D | pmac_zilog.h | 296 #define DCDIE 8 /* DCD IE */ 307 #define DCD 0x8 /* DCD */ macro
|
H A D | ip22zilog.c | 338 /* The Zilog just gives us an interrupt when DCD/CTS/etc. change. in ip22zilog_status_handle() 342 if ((status ^ up->prev_status) ^ DCD) in ip22zilog_status_handle() 344 (status & DCD)); in ip22zilog_status_handle() 531 if (status & DCD) in ip22zilog_get_mctrl()
|
H A D | zs.c | 31 * 8 CD -> ~B.DCD 36 * 22 RI -> ~A.DCD 328 ((status_b & DCD) ? TIOCM_CAR : 0) | in zs_raw_get_ab_mctrl() 329 ((status_a & DCD) ? TIOCM_RNG : 0) | in zs_raw_get_ab_mctrl() 463 /* A-side DCD tracks RI and SYNC tracks DSR. */ in zs_stop_rx() 471 /* This-side DCD tracks DCD and CTS tracks CTS. */ in zs_stop_rx() 475 /* DCD tracks RI and SYNC tracks DSR for the B side. */ in zs_stop_rx() 500 /* A-side DCD tracks RI and SYNC tracks DSR. */ in zs_enable_ms() 504 /* This-side DCD track in zs_enable_ms() [all...] |
H A D | pmac_zilog.c | 334 /* The Zilog just gives us an interrupt when DCD/CTS/etc. change. in pmz_status_handle() 339 if ((status ^ uap->prev_status) & DCD) in pmz_status_handle() 341 (status & DCD)); in pmz_status_handle() 587 if (status & DCD) in pmz_get_mctrl() 878 /* Remember status for DCD/CTS changes */ in __pmz_startup()
|
H A D | sunzilog.c | 436 /* The Zilog just gives us an interrupt when DCD/CTS/etc. change. in sunzilog_status_handle() 440 if ((status ^ up->prev_status) ^ DCD) in sunzilog_status_handle() 442 (status & DCD)); in sunzilog_status_handle() 631 if (status & DCD) in sunzilog_get_mctrl()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | zs.h | 221 #define DCDIE 8 /* DCD IE */ 232 #define DCD 0x8 /* DCD */ macro
|
H A D | ip22zilog.h | 201 #define DCDIE 8 /* DCD IE */ 212 #define DCD 0x8 /* DCD */ macro
|
H A D | sunzilog.h | 205 #define DCDIE 8 /* DCD IE */ 216 #define DCD 0x8 /* DCD */ macro
|
H A D | pmac_zilog.h | 286 #define DCDIE 8 /* DCD IE */ 297 #define DCD 0x8 /* DCD */ macro
|
H A D | ip22zilog.c | 338 /* The Zilog just gives us an interrupt when DCD/CTS/etc. change. in ip22zilog_status_handle() 342 if ((status ^ up->prev_status) ^ DCD) in ip22zilog_status_handle() 344 (status & DCD)); in ip22zilog_status_handle() 530 if (status & DCD) in ip22zilog_get_mctrl()
|
H A D | zs.c | 31 * 8 CD -> ~B.DCD 36 * 22 RI -> ~A.DCD 328 ((status_b & DCD) ? TIOCM_CAR : 0) | in zs_raw_get_ab_mctrl() 329 ((status_a & DCD) ? TIOCM_RNG : 0) | in zs_raw_get_ab_mctrl() 463 /* A-side DCD tracks RI and SYNC tracks DSR. */ in zs_stop_rx() 471 /* This-side DCD tracks DCD and CTS tracks CTS. */ in zs_stop_rx() 475 /* DCD tracks RI and SYNC tracks DSR for the B side. */ in zs_stop_rx() 500 /* A-side DCD tracks RI and SYNC tracks DSR. */ in zs_enable_ms() 504 /* This-side DCD track in zs_enable_ms() [all...] |
H A D | sunzilog.c | 436 /* The Zilog just gives us an interrupt when DCD/CTS/etc. change. in sunzilog_status_handle() 440 if ((status ^ up->prev_status) ^ DCD) in sunzilog_status_handle() 442 (status & DCD)); in sunzilog_status_handle() 630 if (status & DCD) in sunzilog_get_mctrl()
|
H A D | pmac_zilog.c | 327 /* The Zilog just gives us an interrupt when DCD/CTS/etc. change. in pmz_status_handle() 332 if ((status ^ uap->prev_status) & DCD) in pmz_status_handle() 334 (status & DCD)); in pmz_status_handle() 576 if (status & DCD) in pmz_get_mctrl() 858 /* Remember status for DCD/CTS changes */ in __pmz_startup()
|
/kernel/linux/linux-6.6/drivers/net/hamradio/ |
H A D | z8530.h | 165 #define DCDIE 8 /* DCD IE */ 176 #define DCD 0x8 /* DCD */ macro
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | nozomi.c | 244 unsigned int DCD:1; member 301 unsigned int DCD:1; member 964 if (old_ctrl.DCD != ctrl_dl.DCD) in receive_flow_control() 969 DBG1("port: %d DCD(%d), CTS(%d), RI(%d), DSR(%d)", in receive_flow_control() 1685 | (ctrl_dl->DCD ? TIOCM_CAR : 0) in ntty_tiocmget()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | nozomi.c | 240 unsigned int DCD:1; member 297 unsigned int DCD:1; member 950 if (old_ctrl.DCD != ctrl_dl.DCD) in receive_flow_control() 955 DBG1("port: %d DCD(%d), CTS(%d), RI(%d), DSR(%d)", in receive_flow_control() 1665 | (ctrl_dl->DCD ? TIOCM_CAR : 0) in ntty_tiocmget()
|
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | z85230.h | 188 #define DCDIE 8 /* DCD IE */ 199 #define DCD 0x8 /* DCD */ macro 276 u8 status; /* Current DCD */
|
H A D | z85230.c | 443 * failed to feed the chip fast enough and just broke a packet. A DCD 466 pr_info("%s: DCD raised\n", chan->dev->name); in z8530_status() 471 pr_info("%s: DCD lost\n", chan->dev->name); in z8530_status() 554 * and kick the next packet out. Secondly we may see a DCD change. 586 pr_info("%s: DCD raised\n", chan->dev->name); in z8530_dma_status() 591 pr_info("%s: DCD lost\n", chan->dev->name); in z8530_dma_status() 1246 dev->chanA.dcdcheck=DCD; in do_z8530_init() 1247 dev->chanB.dcdcheck=DCD; in do_z8530_init()
|