Home
last modified time | relevance | path

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

/u-boot/include/
A Dspl.h474 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument
475 SPL_LOAD_IMAGE(_boot_device ## _priority ## _method) = { \
478 .load_image = _method, \
481 #define SPL_LOAD_IMAGE_METHOD(_name, _priority, _boot_device, _method) \ argument
482 SPL_LOAD_IMAGE(_boot_device ## _priority ## _method) = { \
484 .load_image = _method, \

Completed in 7 milliseconds