Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/api/
H A Dapi_storage.c34 #define ENUM_MAX 5 macro
44 static struct stor_spec specs[ENUM_MAX] = { { 0, 0, 0, 0, NULL }, };
159 for (i = ENUM_IDE; i < ENUM_MAX; i++) in dev_stor_type()
164 return ENUM_MAX; in dev_stor_type()
270 for (i = 0; i < ENUM_MAX; i ++) { in dev_enum_reset()
281 for (i = ENUM_IDE; i < ENUM_MAX; i ++) { in dev_enum_storage()
306 if (type == ENUM_MAX) in dev_open_stor()
331 if ((type = dev_stor_type(dd)) == ENUM_MAX) in dev_read_stor()