Lines Matching defs:x
36 #define SWAP_4B( x ) \ argument
42 #define SWAP_2B( x ) \ argument
47 #define SWAP_2B_BEDN( x ) ( SWAP_2B ( x ) ) argument
48 #define SWAP_2B_LEDN( x ) ( x ) argument
49 #define SWAP_4B_BEDN( x ) ( SWAP_4B ( x ) ) argument
50 #define SWAP_4B_LEDN( x ) ( x ) argument
52 #define SWAP_4B_BEDN_NCSI( x ) ( SWAP_4B( x ) ) argument
53 #define SWAP_4B_LEDN_NCSI( x ) ( x ) argument
56 #define SWAP_4B_LEDN_MEM( x ) ( SWAP_4B( x ) ) argument
58 #define SWAP_4B_LEDN_MEM( x ) ( x ) argument
61 #define SWAP_4B_LEDN_REG( x ) ( SWAP_4B( x ) ) argument
63 #define SWAP_4B_LEDN_REG( x ) ( x ) argument
66 #define DELAY( x ) udelay( ( x ) * 1000 ) argument
102 #define MDIO_SET_WR_DATA(x) ((x) << 0) argument
103 #define MDIO_GET_WR_DATA(x) ((x) & GENMASK(15, 0)) argument
110 #define MDIO_SET_WR_DATA(x) ((x) << 16) argument
111 #define MDIO_GET_WR_DATA(x) (((x) & GENMASK(31, 16)) >> 16) argument
169 #define AT_MEMRW_BUF(x) ((x) - ASPEED_DRAM_BASE) argument
170 #define AT_BUF_MEMRW(x) ((x) + ASPEED_DRAM_BASE) argument
250 #define GET_DMA_BASE(p_eng, x) \ argument