Lines Matching refs:ctrl_reg
79 unsigned char ctrl_reg; member
265 info->ctrl_reg |= REG_CONTROL_RTS; in bluecard_write_wakeup()
266 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_write_wakeup()
308 info->ctrl_reg &= ~0x03; in bluecard_write_wakeup()
309 info->ctrl_reg |= baud_reg; in bluecard_write_wakeup()
310 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_write_wakeup()
313 info->ctrl_reg &= ~REG_CONTROL_RTS; in bluecard_write_wakeup()
314 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_write_wakeup()
513 info->ctrl_reg &= ~REG_CONTROL_INTERRUPT; in bluecard_interrupt()
514 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_interrupt()
547 info->ctrl_reg |= REG_CONTROL_INTERRUPT; in bluecard_interrupt()
548 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_interrupt()
728 info->ctrl_reg = REG_CONTROL_BT_RESET | REG_CONTROL_CARD_RESET; in bluecard_open()
729 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
741 info->ctrl_reg = REG_CONTROL_BT_ON | REG_CONTROL_BT_RES_PU; in bluecard_open()
742 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
746 info->ctrl_reg |= REG_CONTROL_INTERRUPT; in bluecard_open()
747 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
751 info->ctrl_reg |= REG_CONTROL_RTS; in bluecard_open()
752 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
755 info->ctrl_reg |= 0x03; in bluecard_open()
756 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
759 info->ctrl_reg &= ~REG_CONTROL_RTS; in bluecard_open()
760 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
808 info->ctrl_reg = REG_CONTROL_BT_RESET | REG_CONTROL_CARD_RESET; in bluecard_close()
809 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_close()