Home
last modified time | relevance | path

Searched full:dcd (Results 1 – 25 of 270) sorted by relevance

1234567891011

/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/hamradio/
H A Dbaycom.rst80 about DCD, i.e. it starts to send even if there's someone else on the channel.
114 to use the software DCD algorithm (see below)::
121 hardware DCD, par96 implies software DCD).
127 Hardware DCD versus Software DCD
131 busy. This is the task of the DCD circuitry/software. The driver may either
132 utilise a software DCD algorithm (options=1) or use a DCD signal from
136 ser12 if software DCD is utilised, the radio's squelch should always be
137 open. It is highly recommended to use the software DCD algorithm,
141 par96 the software DCD algorithm for this type of modem is rather poor.
143 a reasonable DCD algorithm in software. Therefore, if your radio
[all …]
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.mxsimage30 optionally "DCD blocks" (see below), and optional flags lines.
64 LOAD DCD u32_address u32_DCD_block_ID
65 - Loads the DCD block with ID "u32_DCD_block_ID" onto address
66 "u32_address" and executes the contents of this DCD block
96 - An optional "DCD" blocks can be added at the begining of the configuration
97 file. Note that the DCD is only supported on i.MX28.
98 - The DCD blocks must be inserted before the first "section" in the
100 - The DCD block has the following semantics:
102 DCD u32_DCD_block_ID
103 - u32_DCD_block_ID :: The ID number of the DCD block, must match
[all …]
/OK3568_Linux_fs/u-boot/tools/
H A Dmxsimage.c57 * DCD block
99 struct sb_dcd_ctx *dcd; member
103 /* The DCD block. */
105 /* Size of the whole DCD block. */
108 /* Pointer to previous DCD command block. */
552 /* Assemble and update the HAB DCD header. */ in sb_grow_dcd()
576 /* Read DCD block number. */ in sb_build_dcd()
579 fprintf(stderr, "#%i ERR: DCD block without number!\n", in sb_build_dcd()
585 /* Parse the DCD block number. */ in sb_build_dcd()
588 fprintf(stderr, "#%i ERR: Malformed DCD block number!\n", in sb_build_dcd()
[all …]
H A Dimximage.c263 * Complete setting up the rest field of DCD of V1
264 * such as barker code and DCD data length.
276 * Complete setting up the reset field of DCD of V2
277 * such as DCD tag, version, length, etc.
363 fprintf(stderr, "Error: Header v2: SECURE_BOOT is only supported in DCD mode!"); in set_imx_hdr_v2()
462 "Error: Image corrupt DCD size %d exceed maximum %d\n", in print_hdr_v1()
492 "Error: Image corrupt DCD size %d exceed maximum %d\n", in print_hdr_v2()
504 printf("Mode: %s\n", plugin ? "PLUGIN" : "DCD"); in print_hdr_v2()
523 printf("DCD Blocks: 00910000 %08x %08x\n", in print_hdr_v2()
714 "DCD table exceeds maximum size(%d)\n", in parse_cfg_fld()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Dbaycom_ser_hdx.c25 * mode ser12 hardware DCD
26 * ser12* software DCD
27 * ser12@ hardware/software DCD, i.e. no explicit DCD signal but hardware
29 * ser12+ hardware DCD, inverted signal at DCD pin
236 /* offset to ensure DCD off on silent input */ in ser12_rx()
243 * PLL code for the improved software DCD algorithm in ser12_rx()
281 * DCD stuff in ser12_rx()
298 * PLL algorithm for the hardware squelch DCD algorithm in ser12_rx()
335 * DCD stuff in ser12_rx()
353 /* offset to ensure DCD off on silent input */ in ser12_rx()
[all …]
H A Dbaycom_ser_fdx.c34 * mode ser# hardware DCD
35 * ser#* software DCD
36 * ser#+ hardware DCD, inverted signal at DCD pin
37 * '#' denotes the baud rate / 100, eg. ser12* is '1200 baud, soft DCD'
232 /* update DCD */ in ser12_rx()
263 /* delta DCD */ in ser12_interrupt()
297 /* delta DCD */ in ser12_interrupt()
575 MODULE_PARM_DESC(mode, "baycom operating mode; * for software DCD");
649 * mode: ser# hardware DCD
650 * ser#* software DCD
[all …]
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()
452 scc->dcd = 0; in scc_exint()
457 scc->dcd = 1; in scc_exint()
460 scc_notify(scc, scc->dcd? HWEV_DCD_OFF:HWEV_DCD_ON); 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()
471 scc->dcd = 1; in scc_exint()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dam335x-netcom-plus-2xx.dts29 AM33XX_PADCONF(AM335X_PIN_LCD_PCLK, PIN_INPUT_PULLDOWN, MUX_MODE7) /* DCD */
42 AM33XX_PADCONF(AM335X_PIN_GPMC_AD14, PIN_INPUT_PULLDOWN, MUX_MODE7) /* DCD */
62 dcd-gpios = <&gpio2 24 GPIO_ACTIVE_LOW>;
73 dcd-gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
H A Dam335x-baltos-ir3220.dts35 …M33XX_PADCONF(AM335X_PIN_LCD_PCLK, PIN_INPUT_PULLDOWN, MUX_MODE7) /* lcd_pclk.gpio2[24] DCD */
48 …3XX_PADCONF(AM335X_PIN_GPMC_AD14, PIN_INPUT_PULLDOWN, MUX_MODE7) /* gpmc_ad14.gpio1[14] DCD */
67 dcd-gpios = <&gpio2 24 GPIO_ACTIVE_LOW>;
78 dcd-gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
H A Dam335x-baltos-ir5221.dts43 …M33XX_PADCONF(AM335X_PIN_LCD_PCLK, PIN_INPUT_PULLDOWN, MUX_MODE7) /* lcd_pclk.gpio2[24] DCD */
56 …3XX_PADCONF(AM335X_PIN_GPMC_AD14, PIN_INPUT_PULLDOWN, MUX_MODE7) /* gpmc_ad14.gpio1[14] DCD */
75 dcd-gpios = <&gpio2 24 GPIO_ACTIVE_LOW>;
86 dcd-gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
H A Dimx6dl-eckelmann-ci4x10.dts231 MX6QDL_PAD_EIM_D23__GPIO3_IO23 0x0001b010 /* DCD */
243 MX6QDL_PAD_NANDF_D1__GPIO2_IO01 0x0001b010 /* DCD */
330 dcd-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>;
341 dcd-gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
H A Dam335x-baltos-ir2110.dts29 …M33XX_PADCONF(AM335X_PIN_LCD_PCLK, PIN_INPUT_PULLDOWN, MUX_MODE7) /* lcd_pclk.gpio2[24] DCD */
46 dcd-gpios = <&gpio2 24 GPIO_ACTIVE_LOW>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/
H A Dcirrus,clps711x-uart.txt11 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
30 dcd-gpios = <&sysgpio 2 GPIO_ACTIVE_LOW>;
H A Dsnps-dw-apb-uart.yaml72 dcd-override:
73 description: Override the DCD modem status signal. This signal will
115 dcd-override;
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dnettel.h31 * NETtel/5307 based hardware first. DTR/DCD lines are wired to
48 * PPIO bits used for DTR/DCD.
77 * NETtel/5272 based hardware. DTR/DCD lines are wired to GPB lines.
80 #define MCFPP_DCD1 0x0000 /* Port 1 no DCD support */
87 * PPIO bits used for DTR/DCD.
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/serial/
H A Dsnps-dw-apb-uart.txt27 - dcd-override : Override the DCD modem status signal. This signal will always
49 dcd-override;
/OK3568_Linux_fs/kernel/include/linux/
H A Dscc.h43 unsigned char softdcd; /* Use DPLL instead of DCD pin for carrier detect */
68 unsigned char dcd; /* DCD status */ member
H A Dhdlcdrv.h114 unsigned char dcd; member
251 static inline void hdlcdrv_setdcd(struct hdlcdrv_state *s, int dcd) in hdlcdrv_setdcd() argument
253 s->hdlcrx.dcd = !!dcd; in hdlcdrv_setdcd()
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dserial_ir.c322 int counter, dcd; in serial_ir_irq_handler() local
353 dcd = (status & hardware[type].signal_pin) ? 1 : 0; in serial_ir_irq_handler()
355 if (dcd == last_dcd) { in serial_ir_irq_handler()
358 dcd, sense, ktime_to_ns(kt), in serial_ir_irq_handler()
366 if (!(dcd ^ sense)) { in serial_ir_irq_handler()
369 "dcd unexpected: %d %d %lldns %lldns\n", in serial_ir_irq_handler()
370 dcd, sense, ktime_to_ns(kt), in serial_ir_irq_handler()
381 frbwrite(data, !(dcd ^ sense)); in serial_ir_irq_handler()
383 last_dcd = dcd; in serial_ir_irq_handler()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dhdlcdrv.h32 /* this just makes them send even if DCD is on */
37 int dcd; member
43 int dcd; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dhdlcdrv.h32 /* this just makes them send even if DCD is on */
37 int dcd; member
43 int dcd; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dhdlcdrv.h32 /* this just makes them send even if DCD is on */
37 int dcd; member
43 int dcd; member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Datmel-usart.txt38 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD line respectively.
63 dcd-gpios = <&pioD 20 GPIO_ACTIVE_LOW>;
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A DKconfig25 i.MX6/7 supports DCD and Plugin. Enable this configuration
26 to use Plugin, otherwise DCD will be used.
/OK3568_Linux_fs/kernel/arch/sh/include/mach-common/mach/
H A Dsecureedge5410.h23 * D0 DCD on ttySC1 power
27 * D4 ttySC0 DCD (7100) CONSOLE

1234567891011