Home
last modified time | relevance | path

Searched refs:kbd (Results 1 – 7 of 7) sorted by relevance

/u-boot/arch/m68k/lib/
A Dbootm.c31 static void set_clocks_in_mhz (struct bd_info *kbd);
58 struct bd_info *kbd; in do_bootm_linux() local
72 ret = boot_get_kbd (lmb, &kbd); in do_bootm_linux()
77 set_clocks_in_mhz(kbd); in do_bootm_linux()
99 (*kernel)(kbd, images->initrd_start, images->initrd_end, in do_bootm_linux()
116 static void set_clocks_in_mhz (struct bd_info *kbd) in set_clocks_in_mhz() argument
123 kbd->bi_intfreq /= 1000000L; in set_clocks_in_mhz()
124 kbd->bi_busfreq /= 1000000L; in set_clocks_in_mhz()
/u-boot/arch/powerpc/lib/
A Dbootm.c108 struct bd_info *kbd = images->kbd; in boot_jump_linux() local
112 (*kernel) (kbd, initrd_start, initrd_end, in boot_jump_linux()
204 struct bd_info **kbd = &images->kbd; in boot_bd_t_linux() local
210 ret = boot_get_kbd (lmb, kbd); in boot_bd_t_linux()
215 set_clocks_in_mhz(*kbd); in boot_bd_t_linux()
281 kbd->bi_intfreq /= 1000000L; in set_clocks_in_mhz()
282 kbd->bi_busfreq /= 1000000L; in set_clocks_in_mhz()
284 kbd->bi_cpmfreq /= 1000000L; in set_clocks_in_mhz()
285 kbd->bi_brgfreq /= 1000000L; in set_clocks_in_mhz()
286 kbd->bi_sccfreq /= 1000000L; in set_clocks_in_mhz()
[all …]
/u-boot/doc/sphinx-static/
A Dtheme_overrides.css63 code.kbd, code.kbd span {
/u-boot/common/
A Dimage.c1697 int boot_get_kbd(struct lmb *lmb, struct bd_info **kbd) in boot_get_kbd() argument
1699 *kbd = (struct bd_info *)(ulong)lmb_alloc_base(lmb, in boot_get_kbd()
1703 if (*kbd == NULL) in boot_get_kbd()
1706 **kbd = *(gd->bd); in boot_get_kbd()
1708 debug("## kernel board info at 0x%08lx\n", (ulong)*kbd); in boot_get_kbd()
/u-boot/include/
A Dimage.h419 struct bd_info *kbd; member
772 int boot_get_kbd(struct lmb *lmb, struct bd_info **kbd);
/u-boot/board/boundary/nitrogen6x/
A Dnitrogen6x.c931 kbd, 1, 1, do_kbd,
/u-boot/doc/
A DREADME.usb33 the script can reenable the USB kbd.

Completed in 19 milliseconds