Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dspl.h202 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument
203 SPL_LOAD_IMAGE(_method ## _priority ## _boot_device) = { \
206 .load_image = _method, \
209 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument
210 SPL_LOAD_IMAGE(_method ## _priority ## _boot_device) = { \
212 .load_image = _method, \