Home
last modified time | relevance | path

Searched refs:ofd (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/board/samsung/smdkv310/tools/
H A Dmksmdkv310spl.c37 int ifd, ofd; in main() local
52 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
53 if (ofd < 0) { in main()
72 if (ofd) in main()
73 close(ofd); in main()
83 if (write(ofd, buffer, BUFSIZE) != BUFSIZE) { in main()
89 if (ofd) in main()
90 close(ofd); in main()
97 if (ofd) in main()
98 close(ofd); in main()
/rk3399_rockchip-uboot/board/samsung/origen/tools/
H A Dmkorigenspl.c39 int ifd, ofd; in main() local
54 ofd = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
55 if (ofd < 0) { in main()
77 if (ofd) in main()
78 close(ofd); in main()
92 if (write(ofd, buffer, BUFSIZE) != BUFSIZE) { in main()
98 if (ofd) in main()
99 close(ofd); in main()
106 if (ofd) in main()
107 close(ofd); in main()
/rk3399_rockchip-uboot/tools/
H A Dmkexynosspl.c40 static void write_to_file(int ofd, void *buffer, int size) in write_to_file() argument
42 if (write(ofd, buffer, size) == size) in write_to_file()
79 int i, ifd, ofd; in main() local
112 ofd = open(argv[of_index], O_WRONLY | O_CREAT | O_TRUNC, FILE_PERM); in main()
113 if (ofd < 0) { in main()
173 write_to_file(ofd, &vsh, sizeof(vsh)); in main()
176 write_to_file(ofd, buffer, count); in main()
180 write_to_file(ofd, &checksum, sizeof(checksum)); in main()
183 close(ofd); in main()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dstih410-clock.dtsi105 clock-output-names = "clk-s-a0-pll-ofd-0";
106 clock-critical = <0>; /* clk-s-a0-pll-ofd-0 */
H A Dstih407-clock.dtsi103 clock-output-names = "clk-s-a0-pll-ofd-0";