Lines Matching refs:instance
96 #define BOOTENV_DEV_QSPI(devtypeu, devtypel, instance) \ argument
102 #define BOOTENV_DEV_NAME_QSPI(devtypeu, devtypel, instance) \ argument
105 #define BOOTENV_DEV_NAND(devtypeu, devtypel, instance) \ argument
111 #define BOOTENV_DEV_NAME_NAND(devtypeu, devtypel, instance) \ argument
114 #define BOOTENV_DEV_NOR(devtypeu, devtypel, instance) \ argument
120 #define BOOTENV_DEV_NAME_NOR(devtypeu, devtypel, instance) \ argument
125 #define BOOTENV_DEV_JTAG(devtypeu, devtypel, instance) \ argument
129 #define BOOTENV_DEV_NAME_JTAG(devtypeu, devtypel, instance) \ argument
135 #define BOOTENV_DEV_USB_DFU(devtypeu, devtypel, instance) \ argument
136 "bootcmd_" #devtypel #instance "=setenv dfu_alt_info boot.scr ram " \
138 "dfu " #instance " ram " #instance " 60 && " \
139 "echo DFU" #instance ": Trying to boot script at ${scriptaddr} && " \
141 "echo DFU" #instance ": SCRIPT FAILED: continuing...;\0"
143 #define BOOTENV_DEV_NAME_USB_DFU(devtypeu, devtypel, instance) \ argument
149 #define BOOTENV_DEV_USB_THOR(devtypeu, devtypel, instance) \ argument
150 "bootcmd_" #devtypel #instance "=setenv dfu_alt_info boot.scr ram " \
152 "thordown " #instance " ram " #instance " && " \
153 "echo THOR" #instance ": Trying to boot script at ${scriptaddr} && " \
155 "echo THOR" #instance ": SCRIPT FAILED: continuing...;\0"
157 #define BOOTENV_DEV_NAME_USB_THOR(devtypeu, devtypel, instance) \ argument