Lines Matching refs:instance
75 #define BOOTENV_DEV_XSPI(devtypeu, devtypel, instance) \ argument
81 #define BOOTENV_DEV_NAME_XSPI(devtypeu, devtypel, instance) \ argument
86 #define BOOTENV_DEV_JTAG(devtypeu, devtypel, instance) \ argument
90 #define BOOTENV_DEV_NAME_JTAG(devtypeu, devtypel, instance) \ argument
96 #define BOOTENV_DEV_USB_DFU(devtypeu, devtypel, instance) \ argument
97 "bootcmd_" #devtypel #instance "=setenv dfu_alt_info boot.scr ram " \
99 "dfu " #instance " ram " #instance " 60 && " \
100 "echo DFU" #instance ": Trying to boot script at ${scriptaddr} && " \
102 "echo DFU" #instance ": SCRIPT FAILED: continuing...;\0"
104 #define BOOTENV_DEV_NAME_USB_DFU(devtypeu, devtypel, instance) \ argument
110 #define BOOTENV_DEV_USB_THOR(devtypeu, devtypel, instance) \ argument
111 "bootcmd_" #devtypel #instance "=setenv dfu_alt_info boot.scr ram " \
113 "thordown " #instance " ram " #instance " && " \
114 "echo THOR" #instance ": Trying to boot script at ${scriptaddr} && " \
116 "echo THOR" #instance ": SCRIPT FAILED: continuing...;\0"
118 #define BOOTENV_DEV_NAME_USB_THOR(devtypeu, devtypel, instance) \ argument