Searched refs:fdata (Results 1 - 16 of 16) sorted by relevance

/u-boot/arch/powerpc/include/asm/
H A Dfsl_portals.h38 #define SET_QP_INFO(dqrr, fdata, off, dest) \
39 { .dliodn = dqrr, .fliodn = fdata, .liodn_offset = off, .sdest = dest }
/u-boot/arch/sh/
H A Dconfig.mk11 PLATFORM_RELFLAGS += -fpic -ffunction-sections -fdata-sections
/u-boot/arch/riscv/
H A Dconfig.mk29 PLATFORM_RELFLAGS += -fno-common -ffunction-sections -fdata-sections
/u-boot/arch/x86/include/asm/
H A Dfast_spi.h19 u32 fdata[0x10]; member in struct:fast_spi_regs
/u-boot/arch/arm/include/asm/arch-npcm7xx/
H A Dotp.h23 unsigned int fdata; member in struct:npcm_otp_regs
/u-boot/arch/powerpc/
H A Dconfig.mk9 -fdata-sections -mcall-linux
/u-boot/arch/arm/include/asm/arch-npcm8xx/
H A Dotp.h34 unsigned int fdata; member in struct:npcm_otp_regs
/u-boot/drivers/misc/
H A Dnpcm_otp.c110 *data = readl(&regs->fdata) & FDATA_MASK;
115 writel(FDATA_CLEAN_VALUE, &regs->fdata);
189 read_data = readl(&regs->fdata) & FDATA_MASK;
207 writel(FDATA_CLEAN_VALUE, &regs->fdata);
/u-boot/arch/mips/
H A Dconfig.mk64 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
/u-boot/arch/arm/
H A Dconfig.mk12 CFLAGS_NON_EFI := -fno-pic $(FIXED_REG) -ffunction-sections -fdata-sections \
21 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
/u-boot/arch/sandbox/
H A Dconfig.mk5 PLATFORM_CPPFLAGS += -fPIC -ffunction-sections -fdata-sections
/u-boot/arch/x86/
H A Dconfig.mk37 PLATFORM_RELFLAGS += -fdata-sections -ffunction-sections -fvisibility=hidden
/u-boot/drivers/spi/
H A Dich.h30 uint32_t fdata[16]; /* 0x10 */ member in struct:ich9_spi_regs
H A Dich.c443 memcpy(regs->fdata, data, len);
449 memcpy(dest, regs->fdata, len);
813 ctlr->data = offsetof(struct ich9_spi_regs, fdata);
814 ctlr->databytes = sizeof(ich9_spi->fdata);
/u-boot/scripts/
H A DMakefile.spl83 KBUILD_CFLAGS += -ffunction-sections -fdata-sections
/u-boot/tools/binman/
H A Dftest.py3443 fdata = entries['fdtmap'].data
3444 fdtb = fdt.Fdt.FromData(fdata[fdtmap.FDTMAP_HDR_LEN:])

Completed in 214 milliseconds