Lines Matching refs:instance
37 #define BOOTENV_DEV_LEGACY_MMC(devtypeu, devtypel, instance) \ argument
38 "bootcmd_" #devtypel #instance "=" \
39 "setenv mmcdev " #instance "; "\
40 "setenv bootpart " #instance ":1 ; "\
41 "setenv rootpart " #instance ":2 ; "\
44 #define BOOTENV_DEV_NAME_LEGACY_MMC(devtypeu, devtypel, instance) \ argument
45 #devtypel #instance " "
47 #define BOOTENV_DEV_NAND(devtypeu, devtypel, instance) \ argument
48 "bootcmd_" #devtypel #instance "=" \
51 #define BOOTENV_DEV_NAME_NAND(devtypeu, devtypel, instance) \ argument
52 #devtypel #instance " "