| /u-boot/arch/arm/include/asm/arch-imx8m/ |
| A D | ddr.h | 15 #define IP2APB_DDRPHY_IPS_BASE_ADDR(X) (0x3c000000 + (X * 0x2000000)) argument 16 #define DDRPHY_MEM(X) (0x3c000000 + (X * 0x2000000) + 0x50000) argument 359 #define DDRC_MSTR(X) (DDRC_IPS_BASE_ADDR(X) + 0x00) argument 360 #define DDRC_STAT(X) (DDRC_IPS_BASE_ADDR(X) + 0x04) argument 361 #define DDRC_MSTR1(X) (DDRC_IPS_BASE_ADDR(X) + 0x08) argument 362 #define DDRC_MRCTRL0(X) (DDRC_IPS_BASE_ADDR(X) + 0x10) argument 363 #define DDRC_MRCTRL1(X) (DDRC_IPS_BASE_ADDR(X) + 0x14) argument 364 #define DDRC_MRSTAT(X) (DDRC_IPS_BASE_ADDR(X) + 0x18) argument 365 #define DDRC_MRCTRL2(X) (DDRC_IPS_BASE_ADDR(X) + 0x1c) argument 366 #define DDRC_DERATEEN(X) (DDRC_IPS_BASE_ADDR(X) + 0x20) argument [all …]
|
| A D | clock.h | 19 #define MHZ(X) ((X) * 1000000UL) argument
|
| A D | imx-regs.h | 89 #define DDRC_IPS_BASE_ADDR(X) (0x3d400000 + ((X) * 0x2000000)) argument
|
| /u-boot/include/linux/ |
| A D | const.h | 17 #define _AC(X,Y) X argument 18 #define _AT(T,X) X argument 20 #define __AC(X,Y) (X##Y) argument 21 #define _AC(X,Y) __AC(X,Y) argument 22 #define _AT(T,X) ((T)(X)) argument
|
| A D | linkage.h | 28 #define SYMBOL_NAME_STR(X) #X argument 29 #define SYMBOL_NAME(X) X argument 31 #define SYMBOL_NAME_LABEL(X) X##: argument 33 #define SYMBOL_NAME_LABEL(X) X: argument
|
| /u-boot/arch/arc/lib/ |
| A D | _millicodethunk.S | 21 #define FUNC(X) .type SYM(X),@function argument 22 #define HIDDEN_FUNC(X) FUNC(X)` .hidden X argument 23 #define ENDFUNC0(X) .Lfe_##X: .size X,.Lfe_##X-X argument 24 #define ENDFUNC(X) ENDFUNC0(X) argument
|
| /u-boot/arch/arm/mach-davinci/include/mach/ |
| A D | da850_lowlevel.h | 21 #define DA850_NORBOOT_COPY_XK(X) ((X - 1) << 8) argument
|
| /u-boot/drivers/ddr/imx/imx8ulp/ |
| A D | ddr_init.c | 36 #define PHY_FREQ_SEL_MULTICAST_EN(X) ((X) << 8) argument 37 #define PHY_FREQ_SEL_INDEX(X) ((X) << 16) argument
|
| /u-boot/arch/arm/include/asm/arch-imx8ulp/ |
| A D | clock.h | 12 #define MHZ(X) ((X) * 1000000UL) argument
|
| /u-boot/arch/arm/mach-imx/imx8ulp/ |
| A D | rdc.c | 20 #define SP(X) ((X) << 9) argument 21 #define SU(X) ((X) << 6) argument 22 #define NP(X) ((X) << 3) argument 23 #define NU(X) ((X) << 0) argument 28 #define X 1 macro
|
| /u-boot/lib/zstd/common/ |
| A D | fse_decompress.c | 54 #define FSE_CAT(X,Y) X##Y argument 55 #define FSE_FUNCTION_NAME(X,Y) FSE_CAT(X,Y) argument 56 #define FSE_TYPE_NAME(X,Y) FSE_CAT(X,Y) argument
|
| A D | cpu.h | 91 #define X(name, r, bit) \ macro
|
| /u-boot/arch/arm/include/asm/arch-imx9/ |
| A D | ddr.h | 37 #define IP2APB_DDRPHY_IPS_BASE_ADDR(X) (DDR_PHY_BASE + ((X) * 0x2000000)) argument 38 #define DDRPHY_MEM(X) (DDR_PHY_BASE + ((X) * 0x2000000) + 0x50000) argument
|
| /u-boot/drivers/spi/ |
| A D | octeon_spi.c | 31 #define MPI_DAT(X) (0x0080 + ((X) << 3)) argument 32 #define MPI_WIDE_BUF(X) (0x0800 + ((X) << 3)) argument
|
| /u-boot/arch/mips/mach-octeon/include/mach/ |
| A D | octeon-model.h | 215 #define __OCTEON_MATCH_MASK__(X, Y, Z) \ argument
|
| A D | cvmx-regs.h | 108 #define CVMX_PREFETCH_PREFX(X, address, offset) \ argument
|
| A D | octeon_ddr.h | 39 #define MB(X) ((u64)(X) * (u64)(1024 * 1024)) argument
|
| /u-boot/include/usb/ |
| A D | ehci-ci.h | 197 #define FSL_EHCI_TXPBURST(X) ((X) << 8) argument 198 #define FSL_EHCI_RXPBURST(X) (X) argument
|
| /u-boot/arch/m68k/include/asm/ |
| A D | m5235.h | 278 #define GPIO_PODR_SDRAM(X) ((x)&0x3F) argument 296 #define GPIO_PDDR_SDRAM(X) GPIO_PODR_SDRAM(X) argument 314 #define GPIO_PPDSDR_SDRAM(X) GPIO_PODR_SDRAM(X) argument 332 #define GPIO_PCLRR_SDRAM(X) GPIO_PODR_SDRAM(X) argument
|
| /u-boot/lib/crypto/ |
| A D | x509_cert_parser.c | 553 #define dec2bin(X) ({ unsigned char x = (X) - '0'; if (x > 9) goto invalid_time; x; }) in x509_decode_time() argument
|
| /u-boot/drivers/phy/ |
| A D | phy-stm32-usbphyc.c | 31 #define STM32_USBPHYC_TUNE(X) (0x10C + ((X) * 0x100)) argument
|
| /u-boot/tools/ |
| A D | asn1_compiler.c | 206 #define _(X) [DIRECTIVE_##X] = #X argument
|
| /u-boot/drivers/usb/host/ |
| A D | ohci.h | 86 #define TD_DI_SET(X) (((X) & 0x07)<< 21) argument
|
| /u-boot/drivers/misc/imx8/ |
| A D | scu_api.c | 19 #define B2U8(X) (((X) != SC_FALSE) ? (u8)(0x01U) : (u8)(0x00U)) argument
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | octeontx_nand.c | 92 #define DBGX_EDSCR(X) (0x87A008000088 + (X) * 0x80000) argument
|