Home
last modified time | relevance | path

Searched refs:ORIG_ROOT_DEV (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/sh/include/asm/
H A Dzimage.h13 #define ORIG_ROOT_DEV 0x008 macro
/openbmc/linux/arch/sh/include/asm/
H A Dsetup.h14 #define ORIG_ROOT_DEV (*(unsigned long *) (PARAM+0x008)) macro
/openbmc/linux/arch/sh/kernel/
H A Dsetup.c279 ROOT_DEV = old_decode_dev(ORIG_ROOT_DEV); in setup_arch()
289 ORIG_ROOT_DEV, LOADER_TYPE, in setup_arch()
/openbmc/u-boot/arch/sh/lib/
H A Dbootm.c97 set_sh_linux_param((unsigned long)param + ORIG_ROOT_DEV, 0x0200); in do_bootm_linux()