Home
last modified time | relevance | path

Searched refs:CR_ENABLE_RX (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/ipack/devices/
H A Dscc2698.h113 #define CR_ENABLE_RX (0x1 << 0) macro
H A Dipoctal.c80 iowrite8(CR_ENABLE_RX, &channel->regs->w.cr); in ipoctal_port_activate()
239 iowrite8(CR_ENABLE_RX, &channel->regs->w.cr); in ipoctal_irq_channel()
629 iowrite8(CR_ENABLE_RX, &channel->regs->w.cr); in ipoctal_set_termios()
/openbmc/qemu/hw/char/
H A Dipoctal232.c57 #define CR_ENABLE_RX BIT(0) macro
201 if (val & CR_ENABLE_RX) { in write_cr()