Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dpl011.c81 #define LCR_BRK (1 << 0) macro
395 if ((s->lcr ^ value) & LCR_BRK) { in pl011_write()
396 int break_enable = value & LCR_BRK; in pl011_write()