Home
last modified time | relevance | path

Searched refs:DCD (Results 1 - 25 of 26) sorted by relevance

12

/kernel/liteos_m/arch/arm/cortex-m3/keil/
H A Dlos_startup.s50 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 Dz8530.h165 #define DCDIE 8 /* DCD IE */
176 #define DCD 0x8 /* DCD */ macro
H A Ddmascc.c846 /* 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 Dscc.c364 /* 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 Dzs.h221 #define DCDIE 8 /* DCD IE */
232 #define DCD 0x8 /* DCD */ macro
H A Dip22zilog.h201 #define DCDIE 8 /* DCD IE */
212 #define DCD 0x8 /* DCD */ macro
H A Dsunzilog.h205 #define DCDIE 8 /* DCD IE */
216 #define DCD 0x8 /* DCD */ macro
H A Dpmac_zilog.h296 #define DCDIE 8 /* DCD IE */
307 #define DCD 0x8 /* DCD */ macro
H A Dip22zilog.c338 /* 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 Dzs.c31 * 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 Dpmac_zilog.c334 /* 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 Dsunzilog.c436 /* 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 Dzs.h221 #define DCDIE 8 /* DCD IE */
232 #define DCD 0x8 /* DCD */ macro
H A Dip22zilog.h201 #define DCDIE 8 /* DCD IE */
212 #define DCD 0x8 /* DCD */ macro
H A Dsunzilog.h205 #define DCDIE 8 /* DCD IE */
216 #define DCD 0x8 /* DCD */ macro
H A Dpmac_zilog.h286 #define DCDIE 8 /* DCD IE */
297 #define DCD 0x8 /* DCD */ macro
H A Dip22zilog.c338 /* 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 Dzs.c31 * 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 Dsunzilog.c436 /* 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 Dpmac_zilog.c327 /* 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 Dz8530.h165 #define DCDIE 8 /* DCD IE */
176 #define DCD 0x8 /* DCD */ macro
/kernel/linux/linux-5.10/drivers/tty/
H A Dnozomi.c244 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 Dnozomi.c240 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 Dz85230.h188 #define DCDIE 8 /* DCD IE */
199 #define DCD 0x8 /* DCD */ macro
276 u8 status; /* Current DCD */
H A Dz85230.c443 * 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()

Completed in 53 milliseconds

12