Lines Matching +defs:x +defs:c
36 #define SLC_DATA(x) (x + 0x000) argument
37 #define SLC_ADDR(x) (x + 0x004) argument
38 #define SLC_CMD(x) (x + 0x008) argument
39 #define SLC_STOP(x) (x + 0x00C) argument
40 #define SLC_CTRL(x) (x + 0x010) argument
41 #define SLC_CFG(x) (x + 0x014) argument
42 #define SLC_STAT(x) (x + 0x018) argument
43 #define SLC_INT_STAT(x) (x + 0x01C) argument
44 #define SLC_IEN(x) (x + 0x020) argument
45 #define SLC_ISR(x) (x + 0x024) argument
46 #define SLC_ICR(x) (x + 0x028) argument
47 #define SLC_TAC(x) (x + 0x02C) argument
48 #define SLC_TC(x) (x + 0x030) argument
49 #define SLC_ECC(x) (x + 0x034) argument
50 #define SLC_DMA_DATA(x) (x + 0x038) argument
86 #define SLCTAC_CLOCKS(c, n, s) (min_t(u32, DIV_ROUND_UP(c, n) - 1, 0xF) << s) argument
91 #define SLCTAC_WWIDTH(c, n) (SLCTAC_CLOCKS(c, n, 24)) argument
93 #define SLCTAC_WHOLD(c, n) (SLCTAC_CLOCKS(c, n, 20)) argument
95 #define SLCTAC_WSETUP(c, n) (SLCTAC_CLOCKS(c, n, 16)) argument
99 #define SLCTAC_RWIDTH(c, n) (SLCTAC_CLOCKS(c, n, 8)) argument
101 #define SLCTAC_RHOLD(c, n) (SLCTAC_CLOCKS(c, n, 4)) argument
103 #define SLCTAC_RSETUP(c, n) (SLCTAC_CLOCKS(c, n, 0)) argument