Lines Matching +full:0 +full:x40
18 #define IER 0x000
19 #define IRER 0x004
20 #define ITER 0x008
21 #define CER 0x00C
22 #define CCR 0x010
23 #define RXFFR 0x014
24 #define TXFFR 0x018
30 #define ISR_RXDA BIT(0)
33 #define LRBR_LTHR(x) (0x40 * (x) + 0x020)
34 #define RRBR_RTHR(x) (0x40 * (x) + 0x024)
35 #define RER(x) (0x40 * (x) + 0x028)
36 #define TER(x) (0x40 * (x) + 0x02C)
37 #define RCR(x) (0x40 * (x) + 0x030)
38 #define TCR(x) (0x40 * (x) + 0x034)
39 #define ISR(x) (0x40 * (x) + 0x038)
40 #define IMR(x) (0x40 * (x) + 0x03C)
41 #define ROR(x) (0x40 * (x) + 0x040)
42 #define TOR(x) (0x40 * (x) + 0x044)
43 #define RFCR(x) (0x40 * (x) + 0x048)
44 #define TFCR(x) (0x40 * (x) + 0x04C)
45 #define RFF(x) (0x40 * (x) + 0x050)
46 #define TFF(x) (0x40 * (x) + 0x054)
49 #define I2S_COMP_PARAM_2 0x01F0
50 #define I2S_COMP_PARAM_1 0x01F4
51 #define I2S_COMP_VERSION 0x01F8
52 #define I2S_COMP_TYPE 0x01FC
55 #define I2S_GEN_CFG_0 0x000
56 #define PSS_CPR_RST_EN 0x010
57 #define PSS_CPR_RST_SET 0x014
58 #define PSS_CPR_CLK_CLR 0x000
59 #define PSS_CPR_AUX_RST_EN 0x070
65 #define RX_INT_FLAG GENMASK(1, 0)
77 #define COMP1_APB_DATA_WIDTH(r) FIELD_GET(GENMASK(1, 0), (r))
81 #define COMP2_RX_WORDSIZE_0(r) FIELD_GET(GENMASK(2, 0), (r))
100 #define DWC_I2S_PLAY BIT(0)
105 #define I2S_RXDMA 0x01C0
106 #define I2S_TXDMA 0x01C8