Home
last modified time | relevance | path

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

/u-boot/include/
A DSA-1100.h552 #define UTCR2_BRD Fld (8, 0) /* Baud Rate Divisor/16 - 1 [7:0] */ macro
556 (((Div) - 16)/16 >> FSize (UTCR2_BRD) << \
559 (((Div) - 16)/16 & FAlnMsk (UTCR2_BRD) << \
560 FShft (UTCR2_BRD))
564 (((Div) - 1)/16 >> FSize (UTCR2_BRD) << \
567 (((Div) - 1)/16 & FAlnMsk (UTCR2_BRD) << \
568 FShft (UTCR2_BRD))

Completed in 11 milliseconds