| /rk3399_rockchip-uboot/include/linux/ |
| H A D | linkage.h | 29 #define SYMBOL_NAME_STR(X) #X argument 30 #define SYMBOL_NAME(X) X argument 32 #define SYMBOL_NAME_LABEL(X) X##: argument 34 #define SYMBOL_NAME_LABEL(X) X: argument
|
| /rk3399_rockchip-uboot/arch/arc/lib/ |
| H A D | _millicodethunk.S | 22 #define FUNC(X) .type SYM(X),@function argument 23 #define HIDDEN_FUNC(X) FUNC(X)` .hidden X argument 24 #define ENDFUNC0(X) .Lfe_##X: .size X,.Lfe_##X-X argument 25 #define ENDFUNC(X) ENDFUNC0(X) argument
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | const.h | 22 #define _AT(T,X) ((T)(X)) argument
|
| /rk3399_rockchip-uboot/arch/arm/mach-davinci/include/mach/ |
| H A D | da850_lowlevel.h | 22 #define DA850_NORBOOT_COPY_XK(X) ((X - 1) << 8) argument
|
| /rk3399_rockchip-uboot/include/ |
| H A D | common.h | 19 #define _AC(X, Y) (X##Y) argument 753 #define _AC(X, Y) X argument
|
| /rk3399_rockchip-uboot/env/ |
| H A D | env_blk.c | 11 #define __STR(X) #X argument 12 #define STR(X) __STR(X) argument
|
| H A D | mmc.c | 22 #define __STR(X) #X argument 23 #define STR(X) __STR(X) argument
|
| /rk3399_rockchip-uboot/arch/mips/mach-au1x00/include/mach/ |
| H A D | au1x00.h | 495 #define MAC_SET_BL(X) (((X)&0x3)<<6) argument 521 #define MAC_SET_MII_SELECT_REG(X) (((X)&0x1f)<<6) argument 522 #define MAC_SET_MII_SELECT_PHY(X) (((X)&0x1f)<<11) argument 528 #define MAC_SET_PAUSE(X) (((X)&0xffff)<<16) argument 570 #define TX_GET_DMA_BUFFER(X) (((X)>>2)&0x3) argument 612 #define RX_GET_DMA_BUFFER(X) (((X)>>2)&0x3) argument 613 #define RX_SET_BUFF_ADDR(X) ((X)&0xffffffc0) argument
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | m5235.h | 279 #define GPIO_PODR_SDRAM(X) ((x)&0x3F) argument 297 #define GPIO_PDDR_SDRAM(X) GPIO_PODR_SDRAM(X) argument 315 #define GPIO_PPDSDR_SDRAM(X) GPIO_PODR_SDRAM(X) argument 333 #define GPIO_PCLRR_SDRAM(X) GPIO_PODR_SDRAM(X) argument
|
| /rk3399_rockchip-uboot/include/usb/ |
| H A D | ehci-ci.h | 212 #define FSL_EHCI_TXPBURST(X) ((X) << 8) argument 213 #define FSL_EHCI_RXPBURST(X) (X) argument
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | ne2000_base.h | 115 #define CYGACC_CALL_IF_DELAY_US(X) udelay(X) argument
|
| /rk3399_rockchip-uboot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.h | 74 #define TD_DI_SET(X) (((X) & 0x07)<< 21) argument
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ohci.h | 85 #define TD_DI_SET(X) (((X) & 0x07)<< 21) argument
|