Searched refs:opt_dcd (Results 1 – 2 of 2) sorted by relevance
117 int opt_dcd; member197 #define SER12_ARB_DIVIDER(bc) (bc->opt_dcd ? 24 : 36)199 #define SER12_DCD_INTERVAL(bc) (bc->opt_dcd ? 12 : 240)231 if (!bc->opt_dcd) { in ser12_rx()257 if (!bc->opt_dcd) { in ser12_rx()361 if (bc->opt_dcd & 1) in ser12_rx()362 hdlcdrv_setdcd(&bc->hdrv, !((inb(MSR(dev->base_addr)) ^ bc->opt_dcd) & 0x80)); in ser12_rx()507 ser12_set_divisor(dev, bc->opt_dcd ? 6 : 4); in ser12_open()558 bc->opt_dcd = 0; in baycom_setmode()560 bc->opt_dcd = -1; in baycom_setmode()[all …]
130 int opt_dcd; member254 if (!bc->opt_dcd) in ser12_rx()303 if ((msr & 8) && bc->opt_dcd) in ser12_interrupt()304 hdlcdrv_setdcd(&bc->hdrv, !((msr ^ bc->opt_dcd) & 0x80)); in ser12_interrupt()337 if ((msr & 8) && bc->opt_dcd) in ser12_interrupt()338 hdlcdrv_setdcd(&bc->hdrv, !((msr ^ bc->opt_dcd) & 0x80)); in ser12_interrupt()529 bc->opt_dcd = 0; in baycom_setmode()531 bc->opt_dcd = -1; in baycom_setmode()533 bc->opt_dcd = 1; in baycom_setmode()559 if (bc->opt_dcd <= 0) in baycom_ioctl()[all …]