Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ipack/devices/
H A Dscc2698.h116 #define CR_DISABLE_TX (0x1 << 3) macro
H A Dipoctal.c62 iowrite8(CR_DISABLE_RX | CR_DISABLE_TX, &channel->regs->w.cr); in ipoctal_reset_channel()
234 iowrite8(CR_DISABLE_TX, &channel->regs->w.cr); in ipoctal_irq_channel()
/openbmc/qemu/hw/char/
H A Dipoctal232.c60 #define CR_DISABLE_TX BIT(3) macro
214 if (val & CR_DISABLE_TX) { in write_cr()