Lines Matching +full:0 +full:x40
20 #define IER 0x000
21 #define IRER 0x004
22 #define ITER 0x008
23 #define CER 0x00C
24 #define CCR 0x010
25 #define RXFFR 0x014
26 #define TXFFR 0x018
32 #define ISR_RXDA BIT(0)
35 #define LRBR_LTHR(x) (0x40 * x + 0x020)
36 #define RRBR_RTHR(x) (0x40 * x + 0x024)
37 #define RER(x) (0x40 * x + 0x028)
38 #define TER(x) (0x40 * x + 0x02C)
39 #define RCR(x) (0x40 * x + 0x030)
40 #define TCR(x) (0x40 * x + 0x034)
41 #define ISR(x) (0x40 * x + 0x038)
42 #define IMR(x) (0x40 * x + 0x03C)
43 #define ROR(x) (0x40 * x + 0x040)
44 #define TOR(x) (0x40 * x + 0x044)
45 #define RFCR(x) (0x40 * x + 0x048)
46 #define TFCR(x) (0x40 * x + 0x04C)
47 #define RFF(x) (0x40 * x + 0x050)
48 #define TFF(x) (0x40 * x + 0x054)
51 #define I2S_COMP_PARAM_2 0x01F0
52 #define I2S_COMP_PARAM_1 0x01F4
53 #define I2S_COMP_VERSION 0x01F8
54 #define I2S_COMP_TYPE 0x01FC
70 #define COMP1_APB_DATA_WIDTH(r) (((r) & GENMASK(1, 0)) >> 0)
75 #define COMP2_RX_WORDSIZE_0(r) (((r) & GENMASK(2, 0)) >> 0)