Home
last modified time | relevance | path

Searched hist:c9a2c47b (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/serial/
H A Dserial_zynq.cc9a2c47b Thu Jun 14 04:13:41 CDT 2018 Michal Simek <michal.simek@xilinx.com> serial: zynq: Use BIT macros instead of shifts and full hex numbers

Coding style is checking to use BIT macros instead of shifts.
The patch is also fixing the rest of macros which should be BITs instead
of hex numbers.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>