Home
last modified time | relevance | path

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

/arch/arm/mach-sa1100/include/mach/
DSA-1100.h337 #define UTCR2_BRD Fld (8, 0) /* Baud Rate Divisor/16 - 1 [7:0] */ macro
341 (((Div) - 16)/16 >> FSize (UTCR2_BRD) << \
344 (((Div) - 16)/16 & FAlnMsk (UTCR2_BRD) << \
345 FShft (UTCR2_BRD))
349 (((Div) - 1)/16 >> FSize (UTCR2_BRD) << \
352 (((Div) - 1)/16 & FAlnMsk (UTCR2_BRD) << \
353 FShft (UTCR2_BRD))