Searched refs:fdata (Results 1 – 17 of 17) sorted by relevance
/u-boot/arch/powerpc/include/asm/ |
A D | fsl_portals.h | 38 #define SET_QP_INFO(dqrr, fdata, off, dest) \ argument 39 { .dliodn = dqrr, .fliodn = fdata, .liodn_offset = off, .sdest = dest }
|
/u-boot/arch/nios2/ |
A D | config.mk | 13 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
|
/u-boot/arch/xtensa/ |
A D | config.mk | 7 -ffunction-sections -fdata-sections
|
/u-boot/arch/m68k/ |
A D | config.mk | 10 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
|
/u-boot/arch/microblaze/ |
A D | config.mk | 12 PLATFORM_CPPFLAGS += -fdata-sections -ffunction-sections
|
/u-boot/arch/sh/ |
A D | config.mk | 12 PLATFORM_RELFLAGS += -fpic -ffunction-sections -fdata-sections
|
/u-boot/arch/arc/ |
A D | config.mk | 26 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections -fno-common
|
/u-boot/arch/riscv/ |
A D | config.mk | 30 -fdata-sections
|
/u-boot/arch/powerpc/ |
A D | config.mk | 10 -fdata-sections -mcall-linux
|
/u-boot/arch/x86/include/asm/ |
A D | fast_spi.h | 19 u32 fdata[0x10]; member
|
/u-boot/arch/arm/ |
A D | config.mk | 14 CFLAGS_NON_EFI := -fno-pic -ffixed-r9 -ffunction-sections -fdata-sections 18 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections \
|
/u-boot/arch/mips/ |
A D | config.mk | 66 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
|
/u-boot/arch/x86/ |
A D | config.mk | 30 PLATFORM_RELFLAGS += -fdata-sections -ffunction-sections -fvisibility=hidden
|
/u-boot/drivers/spi/ |
A D | ich.h | 30 uint32_t fdata[16]; /* 0x10 */ member
|
A D | ich.c | 443 memcpy(regs->fdata, data, len); in fill_xfer_fifo() 449 memcpy(dest, regs->fdata, len); in drain_xfer_fifo() 813 ctlr->data = offsetof(struct ich9_spi_regs, fdata); in ich_init_controller() 814 ctlr->databytes = sizeof(ich9_spi->fdata); in ich_init_controller()
|
/u-boot/scripts/ |
A D | Makefile.spl | 67 KBUILD_CFLAGS += -ffunction-sections -fdata-sections
|
/u-boot/tools/binman/ |
A D | ftest.py | 3175 fdata = entries['fdtmap'].data 3176 fdtb = fdt.Fdt.FromData(fdata[fdtmap.FDTMAP_HDR_LEN:])
|
Completed in 22 milliseconds