Lines Matching refs:csr
344 iowrite8(TX_CLK_9600 | RX_CLK_9600, &channel->regs->w.csr); in ipoctal_inst_slot()
505 unsigned char csr = 0; in ipoctal_set_termios() local
577 csr |= TX_CLK_75 | RX_CLK_75; in ipoctal_set_termios()
580 csr |= TX_CLK_110 | RX_CLK_110; in ipoctal_set_termios()
583 csr |= TX_CLK_150 | RX_CLK_150; in ipoctal_set_termios()
586 csr |= TX_CLK_300 | RX_CLK_300; in ipoctal_set_termios()
589 csr |= TX_CLK_600 | RX_CLK_600; in ipoctal_set_termios()
592 csr |= TX_CLK_1200 | RX_CLK_1200; in ipoctal_set_termios()
595 csr |= TX_CLK_1800 | RX_CLK_1800; in ipoctal_set_termios()
598 csr |= TX_CLK_2000 | RX_CLK_2000; in ipoctal_set_termios()
601 csr |= TX_CLK_2400 | RX_CLK_2400; in ipoctal_set_termios()
604 csr |= TX_CLK_4800 | RX_CLK_4800; in ipoctal_set_termios()
607 csr |= TX_CLK_9600 | RX_CLK_9600; in ipoctal_set_termios()
610 csr |= TX_CLK_19200 | RX_CLK_19200; in ipoctal_set_termios()
614 csr |= TX_CLK_38400 | RX_CLK_38400; in ipoctal_set_termios()
626 iowrite8(csr, &channel->regs->w.csr); in ipoctal_set_termios()