Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/dm/
Ddevice.h155 #define DM_MAX_SEQ 999 macro
/third_party/uboot/u-boot-2020.01/drivers/core/
Duclass.c696 for (seq = 0; seq < DM_MAX_SEQ; seq++) { in uclass_resolve_seq()