Searched refs:fout (Results 1 – 3 of 3) sorted by relevance
52 FILE* fout; member60 if (ctx->fout) { in emit()63 vfprintf(ctx->fout, fmt, ap); in emit()69 if (ctx->fout) { in close_outfile()70 fclose(ctx->fout); in close_outfile()71 ctx->fout = NULL; in close_outfile()100 if ((ctx->fout = fopen(ctx->outfn, "w")) == NULL) { in open_outfile()302 .fout = NULL, in process()
79 pll_cfg_.fout = d.lcd_clock / kKHZ; // KHz in GenerateHPLL()81 pll_fout = pll_cfg_.fout * d.clock_factor; in GenerateHPLL()85 if((pll_cfg_.fout > MAX_PIXEL_CLK_KHZ) || in GenerateHPLL()387 DISP_INFO("fout = 0x%x (%u)\n", pll_cfg_.fout,pll_cfg_.fout); in Dump()
186 uint32_t fout; member
Completed in 7 milliseconds