Searched refs:toff (Results 1 – 3 of 3) sorted by relevance
/u-boot/cmd/ |
A D | net.c | 369 char *toff; in do_sntp() local 385 toff = env_get("timeoffset"); in do_sntp() 386 if (toff == NULL) in do_sntp() 389 net_ntp_time_offset = simple_strtol(toff, NULL, 10); in do_sntp()
|
/u-boot/arch/m68k/include/asm/coldfire/ |
A D | ata.h | 15 u8 toff; /* 0x00 */ member
|
/u-boot/common/ |
A D | fdt_support.c | 1846 int off, toff; in fdt_fixup_display() local 1851 toff = fdt_path_offset(blob, path); in fdt_fixup_display() 1852 if (toff >= 0) in fdt_fixup_display() 1853 toff = fdt_subnode_offset(blob, toff, "display-timings"); in fdt_fixup_display() 1854 if (toff < 0) in fdt_fixup_display() 1855 return toff; in fdt_fixup_display() 1857 for (off = fdt_first_subnode(blob, toff); in fdt_fixup_display() 1864 return fdt_setprop_u32(blob, toff, "native-mode", h); in fdt_fixup_display() 1866 return toff; in fdt_fixup_display()
|
Completed in 6 milliseconds