Searched refs:fcfg (Results 1 - 5 of 5) sorted by path

/u-boot/arch/arm/include/asm/arch-npcm7xx/
H A Dotp.h24 unsigned int fcfg; member in struct:npcm_otp_regs
/u-boot/arch/arm/include/asm/arch-npcm8xx/
H A Dotp.h35 unsigned int fcfg; member in struct:npcm_otp_regs
/u-boot/drivers/misc/
H A Dnpcm_otp.c270 return (readl(&regs->fcfg) & FCFG_FDIS) != 0;
/u-boot/tools/
H A Dkwbimage.c1844 * Parse the configuration file 'fcfg' into the array of configuration
1848 static int image_create_config_parse(FILE *fcfg) argument
1854 while (!feof(fcfg)) {
1860 line = fgets(buf, sizeof(buf), fcfg);
1905 FILE *fcfg; local
1929 fcfg = fopen(params->imagename, "r");
1930 if (!fcfg) {
1940 fclose(fcfg);
1946 rewind(fcfg);
1948 ret = image_create_config_parse(fcfg);
2160 FILE *fcfg; local
[all...]
H A Drenesas_spkgimage.c86 FILE *fcfg; local
90 fcfg = fopen(filename, "r");
91 if (!fcfg)
94 while (fgets(line, sizeof(line), fcfg)) {
109 fclose(fcfg);

Completed in 99 milliseconds