Searched refs:opt_dcd (Results 1 – 2 of 2) sorted by relevance
115 int opt_dcd; member195 #define SER12_ARB_DIVIDER(bc) (bc->opt_dcd ? 24 : 36)197 #define SER12_DCD_INTERVAL(bc) (bc->opt_dcd ? 12 : 240)229 if (!bc->opt_dcd) { in ser12_rx()255 if (!bc->opt_dcd) { in ser12_rx()359 if (bc->opt_dcd & 1) in ser12_rx()360 hdlcdrv_setdcd(&bc->hdrv, !((inb(MSR(dev->base_addr)) ^ bc->opt_dcd) & 0x80)); in ser12_rx()505 ser12_set_divisor(dev, bc->opt_dcd ? 6 : 4); in ser12_open()556 bc->opt_dcd = 0; in baycom_setmode()558 bc->opt_dcd = -1; in baycom_setmode()[all …]
128 int opt_dcd; member252 if (!bc->opt_dcd) in ser12_rx()301 if ((msr & 8) && bc->opt_dcd) in ser12_interrupt()302 hdlcdrv_setdcd(&bc->hdrv, !((msr ^ bc->opt_dcd) & 0x80)); in ser12_interrupt()335 if ((msr & 8) && bc->opt_dcd) in ser12_interrupt()336 hdlcdrv_setdcd(&bc->hdrv, !((msr ^ bc->opt_dcd) & 0x80)); in ser12_interrupt()527 bc->opt_dcd = 0; in baycom_setmode()529 bc->opt_dcd = -1; in baycom_setmode()531 bc->opt_dcd = 1; in baycom_setmode()557 if (bc->opt_dcd <= 0) in baycom_ioctl()[all …]