Searched refs:ofd (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/board/samsung/smdkv310/tools/ |
| H A D | mksmdkv310spl.c | 37 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 D | mkorigenspl.c | 39 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 D | mkexynosspl.c | 40 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 D | stih410-clock.dtsi | 105 clock-output-names = "clk-s-a0-pll-ofd-0"; 106 clock-critical = <0>; /* clk-s-a0-pll-ofd-0 */
|
| H A D | stih407-clock.dtsi | 103 clock-output-names = "clk-s-a0-pll-ofd-0";
|