Searched refs:toff (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | net.c | 444 char *toff; in do_sntp() local 460 toff = env_get("timeoffset"); in do_sntp() 461 if (toff == NULL) in do_sntp() 464 net_ntp_time_offset = simple_strtol(toff, NULL, 10); in do_sntp()
|
| /rk3399_rockchip-uboot/board/BuR/brxre1/ |
| H A D | board.c | 166 const unsigned int toff = 1000; in board_late_init() local 199 mdelay(toff); in board_late_init()
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/coldfire/ |
| H A D | ata.h | 16 u8 toff; /* 0x00 */ member
|
| /rk3399_rockchip-uboot/common/ |
| H A D | fdt_support.c | 1815 int off, toff; in fdt_fixup_display() local 1820 toff = fdt_path_offset(blob, path); in fdt_fixup_display() 1821 if (toff >= 0) in fdt_fixup_display() 1822 toff = fdt_subnode_offset(blob, toff, "display-timings"); in fdt_fixup_display() 1823 if (toff < 0) in fdt_fixup_display() 1824 return toff; in fdt_fixup_display() 1826 for (off = fdt_first_subnode(blob, toff); in fdt_fixup_display() 1833 return fdt_setprop_u32(blob, toff, "native-mode", h); in fdt_fixup_display() 1835 return toff; in fdt_fixup_display()
|