Lines Matching refs:fp
566 FILE *fp = fopen(file_name, "wb"); in hal_vp9d_vdpu34x_gen_regs() local
574 fprintf(fp, "%08x%08x\n", tmp[i + 1], tmp[i]); in hal_vp9d_vdpu34x_gen_regs()
577 fflush(fp); in hal_vp9d_vdpu34x_gen_regs()
578 fclose(fp); in hal_vp9d_vdpu34x_gen_regs()
873 FILE *fp = fopen(file_name, "wb"); in hal_vp9d_vdpu34x_start() local
878 fprintf(fp, "reg[%d] 0x%08x\n", i + 8, tmp[i]); in hal_vp9d_vdpu34x_start()
880 fprintf(fp, "\n"); in hal_vp9d_vdpu34x_start()
883 fprintf(fp, "reg[%d] 0x%08x\n", i + 64, tmp[i]); in hal_vp9d_vdpu34x_start()
885 fprintf(fp, "\n"); in hal_vp9d_vdpu34x_start()
888 fprintf(fp, "reg[%d] 0x%08x\n", i + 128, tmp[i]); in hal_vp9d_vdpu34x_start()
890 fprintf(fp, "\n"); in hal_vp9d_vdpu34x_start()
893 fprintf(fp, "reg[%d] 0x%08x\n", i + 160, tmp[i]); in hal_vp9d_vdpu34x_start()
896 fflush(fp); in hal_vp9d_vdpu34x_start()
897 fclose(fp); in hal_vp9d_vdpu34x_start()