Lines Matching refs:BIT_32
16 #define LINCR1_INIT BIT_32(0)
17 #define LINCR1_MME BIT_32(4)
25 #define UARTCR_ROSE BIT_32(23)
33 #define UARTCR_UART BIT_32(0)
34 #define UARTCR_WL0 BIT_32(1)
35 #define UARTCR_PC0 BIT_32(3)
36 #define UARTCR_TXEN BIT_32(4)
37 #define UARTCR_RXEN BIT_32(5)
38 #define UARTCR_PC1 BIT_32(6)
39 #define UARTCR_TFBM BIT_32(8)
40 #define UARTCR_RFBM BIT_32(9)
44 #define UARTSR_DTF BIT_32(1)