Searched refs:kbd (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/arch/m68k/lib/ |
| H A D | bootm.c | 28 static void set_clocks_in_mhz (bd_t *kbd); 54 bd_t *kbd; in do_bootm_linux() local 68 ret = boot_get_kbd (lmb, &kbd); in do_bootm_linux() 73 set_clocks_in_mhz(kbd); in do_bootm_linux() 95 (*kernel)(kbd, images->initrd_start, images->initrd_end, in do_bootm_linux() 112 static void set_clocks_in_mhz (bd_t *kbd) in set_clocks_in_mhz() argument 119 kbd->bi_intfreq /= 1000000L; in set_clocks_in_mhz() 120 kbd->bi_busfreq /= 1000000L; in set_clocks_in_mhz()
|
| /rk3399_rockchip-uboot/arch/powerpc/lib/ |
| H A D | bootm.c | 37 static void set_clocks_in_mhz (bd_t *kbd); 103 bd_t *kbd = images->kbd; in boot_jump_linux() local 107 (*kernel) (kbd, initrd_start, initrd_end, in boot_jump_linux() 199 bd_t **kbd = &images->kbd; in boot_bd_t_linux() local 205 ret = boot_get_kbd (lmb, kbd); in boot_bd_t_linux() 210 set_clocks_in_mhz(*kbd); in boot_bd_t_linux() 269 static void set_clocks_in_mhz (bd_t *kbd) in set_clocks_in_mhz() argument 276 kbd->bi_intfreq /= 1000000L; in set_clocks_in_mhz() 277 kbd->bi_busfreq /= 1000000L; in set_clocks_in_mhz() 279 kbd->bi_cpmfreq /= 1000000L; in set_clocks_in_mhz() [all …]
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image.c | 1487 int boot_get_kbd(struct lmb *lmb, bd_t **kbd) in boot_get_kbd() argument 1489 *kbd = (bd_t *)(ulong)lmb_alloc_base(lmb, sizeof(bd_t), 0xf, in boot_get_kbd() 1491 if (*kbd == NULL) in boot_get_kbd() 1494 **kbd = *(gd->bd); in boot_get_kbd() 1496 debug("## kernel board info at 0x%08lx\n", (ulong)*kbd); in boot_get_kbd()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | image.h | 381 bd_t *kbd; member 718 int boot_get_kbd(struct lmb *lmb, bd_t **kbd);
|
| /rk3399_rockchip-uboot/board/boundary/nitrogen6x/ |
| H A D | nitrogen6x.c | 962 kbd, 1, 1, do_kbd,
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.usb | 34 the script can reenable the USB kbd.
|