OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boot_is_swapped
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/arch/arm/mach-uniphier/sbc/
sbc.c
51
if (
boot_is_swapped
()) {
sbc-regs.h
81
static inline int
boot_is_swapped
(void)
function
/external/u-boot/arch/arm/mach-uniphier/boot-device/
boot-device.c
129
if (
boot_is_swapped
())
212
printf("Boot Swap: %s\n",
boot_is_swapped
() ? "ON" : "OFF");
Completed in 67 milliseconds