Lines Matching refs:ctrl_reg

79 	unsigned char ctrl_reg;  member
266 info->ctrl_reg |= REG_CONTROL_RTS; in bluecard_write_wakeup()
267 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_write_wakeup()
311 info->ctrl_reg &= ~0x03; in bluecard_write_wakeup()
312 info->ctrl_reg |= baud_reg; in bluecard_write_wakeup()
313 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_write_wakeup()
316 info->ctrl_reg &= ~REG_CONTROL_RTS; in bluecard_write_wakeup()
317 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_write_wakeup()
517 info->ctrl_reg &= ~REG_CONTROL_INTERRUPT; in bluecard_interrupt()
518 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_interrupt()
551 info->ctrl_reg |= REG_CONTROL_INTERRUPT; in bluecard_interrupt()
552 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_interrupt()
743 info->ctrl_reg = REG_CONTROL_BT_RESET | REG_CONTROL_CARD_RESET; in bluecard_open()
744 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
756 info->ctrl_reg = REG_CONTROL_BT_ON | REG_CONTROL_BT_RES_PU; in bluecard_open()
757 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
761 info->ctrl_reg |= REG_CONTROL_INTERRUPT; in bluecard_open()
762 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
766 info->ctrl_reg |= REG_CONTROL_RTS; in bluecard_open()
767 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
770 info->ctrl_reg |= 0x03; in bluecard_open()
771 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
774 info->ctrl_reg &= ~REG_CONTROL_RTS; in bluecard_open()
775 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
823 info->ctrl_reg = REG_CONTROL_BT_RESET | REG_CONTROL_CARD_RESET; in bluecard_close()
824 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_close()