Searched refs:toff (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/cmd/ |
| H A D | net.c | 346 char *toff; in do_sntp() local 362 toff = env_get("timeoffset"); in do_sntp() 363 if (toff == NULL) in do_sntp() 366 net_ntp_time_offset = simple_strtol(toff, NULL, 10); in do_sntp()
|
| /openbmc/u-boot/board/BuR/brxre1/ |
| H A D | board.c | 181 const unsigned int toff = 1000; in board_late_init() local 211 mdelay(toff); in board_late_init()
|
| /openbmc/u-boot/common/ |
| H A D | fdt_support.c | 1703 int off, toff; in fdt_fixup_display() local 1708 toff = fdt_path_offset(blob, path); in fdt_fixup_display() 1709 if (toff >= 0) in fdt_fixup_display() 1710 toff = fdt_subnode_offset(blob, toff, "display-timings"); in fdt_fixup_display() 1711 if (toff < 0) in fdt_fixup_display() 1712 return toff; in fdt_fixup_display() 1714 for (off = fdt_first_subnode(blob, toff); in fdt_fixup_display() 1721 return fdt_setprop_u32(blob, toff, "native-mode", h); in fdt_fixup_display() 1723 return toff; in fdt_fixup_display()
|
| /openbmc/u-boot/arch/m68k/include/asm/coldfire/ |
| H A D | ata.h | 15 u8 toff; /* 0x00 */ member
|
| /openbmc/bmcweb/redfish-core/include/utils/extern/ |
| H A D | date.h | 7528 minutes toff = not_a_offset; 7541 toff = hours{std::abs(tH)}; 7552 toff += minutes{tM}; 7561 toff = hours{std::abs(tH)}; 7573 toff += minutes{tM}; 7579 toff = -toff; 7580 checked_set(temp_offset, toff, not_a_offset, is);
|