Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 25 of 29) sorted by relevance

12

/u-boot/arch/m68k/lib/
A Dtraps.c21 static void show_frame(struct pt_regs *fp) in show_frame()
36 void exc_handler(struct pt_regs *fp) { in exc_handler()
A Dinterrupts.c87 void int_handler (struct pt_regs *fp) in int_handler()
/u-boot/tools/
A Dbmp_logo.c38 void skip_bytes (FILE *fp, int n) in skip_bytes()
45 int error (char * msg, FILE *fp) in error()
79 FILE *fp; in main() local
A Dzynqmpimage.c305 static uint32_t fsize(FILE *fp) in fsize()
368 FILE *fp; in zynqmpimage_parse_initparams() local
A Dmkenvimage.c87 int fp, ep; in main() local
A Dmxsimage.c446 FILE *fp; in sb_load_file() local
1592 FILE *fp; in sb_load_cmdfile() local
1651 FILE *fp, long fsize) in sb_verify_image_header()
1809 struct sb_cmd_ctx *cctx, FILE *fp, in sb_verify_command()
1904 struct sb_section_ctx *sctx, FILE *fp) in sb_verify_commands()
1942 static int sb_verify_sections_cmds(struct sb_image_ctx *ictx, FILE *fp) in sb_verify_sections_cmds()
2024 FILE *fp, off_t filesz) in sb_verify_image_end()
2069 FILE *fp; in sb_build_tree_from_img() local
A Dzynqimage.c233 FILE *fp; in zynqimage_parse_initparams() local
A Dimx8image.c473 FILE *fp = NULL; in set_image_hash() local
/u-boot/scripts/kconfig/
A Dconfdata.c521 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
544 kconfig_print_comment(FILE *fp, const char *value, void *arg) in kconfig_print_comment()
575 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
616 header_print_comment(FILE *fp, const char *value, void *arg) in header_print_comment()
649 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
662 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
686 conf_write_heading(FILE *fp, struct conf_printer *printer, void *printer_arg) in conf_write_heading()
/u-boot/scripts/dtc/
A Dsrcpos.c71 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open()
98 static char *fopen_any_on_path(const char *fname, FILE **fp) in fopen_any_on_path()
A Dutil.c426 FILE *fp = errmsg ? stderr : stdout; in util_usage() local
/u-boot/arch/mips/include/asm/
A Dregdef.h54 #define fp $30 /* frame pointer */ macro
97 #define fp $30 /* frame pointer */ macro
/u-boot/test/py/tests/
A Dvboot_forge.py221 def read_fdt(fp): argument
297 def write_fdt(root, strblock, fp): argument
/u-boot/lib/
A Dslre.c98 print_character_set(FILE *fp, const unsigned char *p, int len) in print_character_set()
120 slre_dump(const struct slre *r, FILE *fp) in slre_dump()
673 FILE *fp; in main() local
/u-boot/arch/arm/include/asm/proc-armv/
A Dprocessor.h34 unsigned long fp; member
/u-boot/arch/arm/include/asm/arch-omap3/
A Ddss.h217 #define DSS_HFP(fp) (((fp) - 1) << 8) argument
220 #define DSS_VFP(fp) ((fp) << 8) argument
223 #define PANEL_TIMING_H(bp, fp, sw) (DSS_HBP(bp) | DSS_HFP(fp) | DSS_HSW(sw)) argument
224 #define PANEL_TIMING_V(bp, fp, sw) (DSS_VBP(bp) | DSS_VFP(fp) | DSS_VSW(sw)) argument
/u-boot/lib/efi_loader/
A Defi_device_path_to_text.c280 struct efi_device_path_file_path *fp = in dp_media() local
A Defi_device_path.c929 struct efi_device_path_file_path *fp; in efi_dp_from_file() local
1070 struct efi_device_path *p, *dp, *fp = NULL; in efi_dp_split_file_path() local
/u-boot/arch/arc/include/asm/
A Dptrace.h17 long fp; member
/u-boot/arch/nds32/include/asm/
A Dptrace.h43 NDS32_REG fp; /* r28 */ member
/u-boot/lib/bzip2/
A Dbzlib.c1421 FILE *fp = NULL; in bzopen_or_bzdopen() local
1544 FILE *fp = ((bzFile *)b)->handle; in BZ_API() local
/u-boot/arch/arm/cpu/arm926ejs/mxs/
A Dclock.c316 uint32_t fp, x, k_rest, k_best, x_best, tk; in mxs_set_lcdclk() local
/u-boot/cmd/
A Dflash.c52 flash_info_t *fp; in abbrev_spec() local
/u-boot/tools/gdb/
A Dremote.c87 fputstrn_unfiltered(char *s, int n, int x, FILE *fp) in fputstrn_unfiltered()
/u-boot/tools/env/
A Dfw_env.c743 FILE *fp; in fw_parse_script() local
1800 FILE *fp; in get_config() local

Completed in 94 milliseconds

12