Home
last modified time | relevance | path

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

/u-boot/api/
A Dapi_storage.c34 #define ENUM_MAX 5 macro
44 static struct stor_spec specs[ENUM_MAX] = { { 0, 0, 0, 0, NULL }, };
164 for (i = ENUM_IDE; i < ENUM_MAX; i++) in dev_stor_type()
169 return ENUM_MAX; in dev_stor_type()
275 for (i = 0; i < ENUM_MAX; i ++) { in dev_enum_reset()
286 for (i = ENUM_IDE; i < ENUM_MAX; i ++) { in dev_enum_storage()
311 if (type == ENUM_MAX) in dev_open_stor()
336 if ((type = dev_stor_type(dd)) == ENUM_MAX) in dev_read_stor()
360 if (type == ENUM_MAX) in dev_write_stor()

Completed in 3 milliseconds