Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dserial.h104 #define SERIAL_STOP_SHIFT 4 macro
105 #define SERIAL_STOP_MASK (0x3 << SERIAL_STOP_SHIFT)
107 ((stop << SERIAL_STOP_SHIFT) & SERIAL_STOP_MASK)
109 ((config & SERIAL_STOP_MASK) >> SERIAL_STOP_SHIFT)
114 stop << SERIAL_STOP_SHIFT)
119 SERIAL_ONE_STOP << SERIAL_STOP_SHIFT)