Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dserial.h105 #define SERIAL_STOP_MASK (0x3 << SERIAL_STOP_SHIFT) macro
107 ((stop << SERIAL_STOP_SHIFT) & SERIAL_STOP_MASK)
109 ((config & SERIAL_STOP_MASK) >> SERIAL_STOP_SHIFT)