• Home
  • Raw
  • Download

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()
737 info->ctrl_reg = REG_CONTROL_BT_RESET | REG_CONTROL_CARD_RESET; in bluecard_open()
738 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
750 info->ctrl_reg = REG_CONTROL_BT_ON | REG_CONTROL_BT_RES_PU; in bluecard_open()
751 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
755 info->ctrl_reg |= REG_CONTROL_INTERRUPT; in bluecard_open()
756 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
760 info->ctrl_reg |= REG_CONTROL_RTS; in bluecard_open()
761 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
764 info->ctrl_reg |= 0x03; in bluecard_open()
765 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
768 info->ctrl_reg &= ~REG_CONTROL_RTS; in bluecard_open()
769 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_open()
817 info->ctrl_reg = REG_CONTROL_BT_RESET | REG_CONTROL_CARD_RESET; in bluecard_close()
818 outb(info->ctrl_reg, iobase + REG_CONTROL); in bluecard_close()