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
33 #define IER_IEN BIT(0)
39 #define ISR_RXDA BIT(0)
42 #define LRBR_LTHR(x) (0x40 * x + 0x020)
43 #define RRBR_RTHR(x) (0x40 * x + 0x024)
44 #define RER(x) (0x40 * x + 0x028)
45 #define TER(x) (0x40 * x + 0x02C)
46 #define RCR(x) (0x40 * x + 0x030)
47 #define TCR(x) (0x40 * x + 0x034)
48 #define ISR(x) (0x40 * x + 0x038)
49 #define IMR(x) (0x40 * x + 0x03C)
50 #define ROR(x) (0x40 * x + 0x040)
51 #define TOR(x) (0x40 * x + 0x044)
52 #define RFCR(x) (0x40 * x + 0x048)
53 #define TFCR(x) (0x40 * x + 0x04C)
54 #define RFF(x) (0x40 * x + 0x050)
55 #define TFF(x) (0x40 * x + 0x054)
56 #define RSLOT_TSLOT(x) (0x4 * (x) + 0x224)
60 #define RER_RXCHEN BIT(0)
64 #define TER_TXCHEN BIT(0)
67 #define I2S_COMP_PARAM_2 0x01F0
68 #define I2S_COMP_PARAM_1 0x01F4
69 #define I2S_COMP_VERSION 0x01F8
70 #define I2S_COMP_TYPE 0x01FC
72 #define I2S_RRXDMA 0x01C4
73 #define I2S_RTXDMA 0x01CC
74 #define I2S_DMACR 0x0200
92 #define COMP1_APB_DATA_WIDTH(r) (((r) & GENMASK(1, 0)) >> 0)
97 #define COMP2_RX_WORDSIZE_0(r) (((r) & GENMASK(2, 0)) >> 0)