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 …]
131 int opt_dcd; member256 if (!bc->opt_dcd) in ser12_rx()305 if ((msr & 8) && bc->opt_dcd) in ser12_interrupt()306 hdlcdrv_setdcd(&bc->hdrv, !((msr ^ bc->opt_dcd) & 0x80)); in ser12_interrupt()339 if ((msr & 8) && bc->opt_dcd) in ser12_interrupt()340 hdlcdrv_setdcd(&bc->hdrv, !((msr ^ bc->opt_dcd) & 0x80)); in ser12_interrupt()531 bc->opt_dcd = 0; in baycom_setmode()533 bc->opt_dcd = -1; in baycom_setmode()535 bc->opt_dcd = 1; in baycom_setmode()561 if (bc->opt_dcd <= 0) in baycom_ioctl()[all …]