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()
307 info->ctrl_reg &= ~0x03; in bluecard_write_wakeup()
308 info->ctrl_reg |= baud_reg; in bluecard_write_wakeup()
309 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_write_wakeup()
312 info->ctrl_reg &= ~REG_CONTROL_RTS; in bluecard_write_wakeup()
313 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_write_wakeup()
512 info->ctrl_reg &= ~REG_CONTROL_INTERRUPT; in bluecard_interrupt()
513 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_interrupt()
546 info->ctrl_reg |= REG_CONTROL_INTERRUPT; in bluecard_interrupt()
547 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_interrupt()
726 info->ctrl_reg = REG_CONTROL_BT_RESET | REG_CONTROL_CARD_RESET; in bluecard_open()
727 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
739 info->ctrl_reg = REG_CONTROL_BT_ON | REG_CONTROL_BT_RES_PU; in bluecard_open()
740 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
744 info->ctrl_reg |= REG_CONTROL_INTERRUPT; in bluecard_open()
745 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
749 info->ctrl_reg |= REG_CONTROL_RTS; in bluecard_open()
750 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
753 info->ctrl_reg |= 0x03; in bluecard_open()
754 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
757 info->ctrl_reg &= ~REG_CONTROL_RTS; in bluecard_open()
758 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
806 info->ctrl_reg = REG_CONTROL_BT_RESET | REG_CONTROL_CARD_RESET; in bluecard_close()
807 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_close()