Home
last modified time | relevance | path

Searched refs:toff (Results 1 – 3 of 3) sorted by relevance

/u-boot/arch/m68k/include/asm/coldfire/
A Data.h15 u8 toff; /* 0x00 */ member
/u-boot/cmd/
A Dnet.c564 char *toff; in do_sntp() local
580 toff = env_get("timeoffset"); in do_sntp()
581 if (toff == NULL) in do_sntp()
584 net_ntp_time_offset = simple_strtol(toff, NULL, 10); in do_sntp()
/u-boot/common/
A Dfdt_support.c1979 int off, toff; in fdt_fixup_display() local
1984 toff = fdt_path_offset(blob, path); in fdt_fixup_display()
1985 if (toff >= 0) in fdt_fixup_display()
1986 toff = fdt_subnode_offset(blob, toff, "display-timings"); in fdt_fixup_display()
1987 if (toff < 0) in fdt_fixup_display()
1988 return toff; in fdt_fixup_display()
1990 for (off = fdt_first_subnode(blob, toff); in fdt_fixup_display()
1997 return fdt_setprop_u32(blob, toff, "native-mode", h); in fdt_fixup_display()
1999 return toff; in fdt_fixup_display()

Completed in 12 milliseconds