Searched refs:toff (Results 1 – 3 of 3) sorted by relevance
| /u-boot/arch/m68k/include/asm/coldfire/ |
| A D | ata.h | 15 u8 toff; /* 0x00 */ member
|
| /u-boot/cmd/ |
| A D | net.c | 564 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 D | fdt_support.c | 1979 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