Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/block/
H A Dblk-uclass.c14 static const char *if_typename_str[IF_TYPE_COUNT] = {
29 static enum uclass_id if_type_uclass_id[IF_TYPE_COUNT] = {
48 for (i = 0; i < IF_TYPE_COUNT; i++) { in if_typename_to_iftype()
/openbmc/u-boot/include/
H A Dblk.h38 IF_TYPE_COUNT, /* Number of interface types */ enumerator
/openbmc/u-boot/lib/efi_loader/
H A Defi_disk.c395 for (if_type = 0; if_type < IF_TYPE_COUNT; if_type++) { in efi_disk_register()