HomeSort by relevance Sort by last modified time
    Searched refs:boot_source (Results 1 - 6 of 6) sorted by null

  /external/u-boot/arch/arm/mach-exynos/include/mach/
spl.h 30 * b boot_source
51 unsigned boot_source; /* Boot device */ member in struct:spl_machine_param
  /external/u-boot/board/samsung/arndale/
arndale_spl.c 32 .boot_source = BOOT_MODE_OM,
  /external/u-boot/board/samsung/smdk5250/
smdk5250_spl.c 34 .boot_source = BOOT_MODE_OM,
  /external/u-boot/board/samsung/smdk5420/
smdk5420_spl.c 34 .boot_source = BOOT_MODE_OM,
  /external/u-boot/arch/arm/mach-sunxi/
board.c 215 int boot_source; local
236 boot_source = readb(SPL_ADDR + 0x28);
237 switch (boot_source) {
248 panic("Unknown boot source %d\n", boot_source);
  /external/autotest/server/site_tests/platform_ServoPowerStateController/
platform_ServoPowerStateController.py 139 boot_source = ('USB' if boot_from_usb else
142 ('rec' if rec_on else 'on', boot_source))

Completed in 200 milliseconds