Home
last modified time | relevance | path

Searched refs:fdata (Results 1 – 17 of 17) sorted by relevance

/u-boot/arch/powerpc/include/asm/
A Dfsl_portals.h38 #define SET_QP_INFO(dqrr, fdata, off, dest) \ argument
39 { .dliodn = dqrr, .fliodn = fdata, .liodn_offset = off, .sdest = dest }
/u-boot/arch/nios2/
A Dconfig.mk13 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
/u-boot/arch/xtensa/
A Dconfig.mk7 -ffunction-sections -fdata-sections
/u-boot/arch/m68k/
A Dconfig.mk10 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
/u-boot/arch/microblaze/
A Dconfig.mk12 PLATFORM_CPPFLAGS += -fdata-sections -ffunction-sections
/u-boot/arch/sh/
A Dconfig.mk12 PLATFORM_RELFLAGS += -fpic -ffunction-sections -fdata-sections
/u-boot/arch/arc/
A Dconfig.mk26 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections -fno-common
/u-boot/arch/riscv/
A Dconfig.mk30 -fdata-sections
/u-boot/arch/powerpc/
A Dconfig.mk10 -fdata-sections -mcall-linux
/u-boot/arch/x86/include/asm/
A Dfast_spi.h19 u32 fdata[0x10]; member
/u-boot/arch/arm/
A Dconfig.mk14 CFLAGS_NON_EFI := -fno-pic -ffixed-r9 -ffunction-sections -fdata-sections
18 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections \
/u-boot/arch/mips/
A Dconfig.mk66 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
/u-boot/arch/x86/
A Dconfig.mk30 PLATFORM_RELFLAGS += -fdata-sections -ffunction-sections -fvisibility=hidden
/u-boot/drivers/spi/
A Dich.h30 uint32_t fdata[16]; /* 0x10 */ member
A Dich.c443 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 DMakefile.spl67 KBUILD_CFLAGS += -ffunction-sections -fdata-sections
/u-boot/tools/binman/
A Dftest.py3175 fdata = entries['fdtmap'].data
3176 fdtb = fdt.Fdt.FromData(fdata[fdtmap.FDTMAP_HDR_LEN:])

Completed in 22 milliseconds