Searched refs:opt_dcd (Results 1 – 2 of 2) sorted by relevance
101 int opt_dcd; member181 #define SER12_ARB_DIVIDER(bc) (bc->opt_dcd ? 24 : 36)183 #define SER12_DCD_INTERVAL(bc) (bc->opt_dcd ? 12 : 240)215 if (!bc->opt_dcd) { in ser12_rx()241 if (!bc->opt_dcd) { in ser12_rx()345 if (bc->opt_dcd & 1) in ser12_rx()346 hdlcdrv_setdcd(&bc->hdrv, !((inb(MSR(dev->base_addr)) ^ bc->opt_dcd) & 0x80)); in ser12_rx()491 ser12_set_divisor(dev, bc->opt_dcd ? 6 : 4); in ser12_open()542 bc->opt_dcd = 0; in baycom_setmode()544 bc->opt_dcd = -1; in baycom_setmode()[all …]
116 int opt_dcd; member215 if (!bc->opt_dcd) in ser12_rx()264 if ((msr & 8) && bc->opt_dcd) in ser12_interrupt()265 hdlcdrv_setdcd(&bc->hdrv, !((msr ^ bc->opt_dcd) & 0x80)); in ser12_interrupt()298 if ((msr & 8) && bc->opt_dcd) in ser12_interrupt()299 hdlcdrv_setdcd(&bc->hdrv, !((msr ^ bc->opt_dcd) & 0x80)); in ser12_interrupt()490 bc->opt_dcd = 0; in baycom_setmode()492 bc->opt_dcd = -1; in baycom_setmode()494 bc->opt_dcd = 1; in baycom_setmode()520 if (bc->opt_dcd <= 0) in baycom_ioctl()[all …]