Home
last modified time | relevance | path

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

/openbmc/u-boot/disk/
H A Dpart.c136 case IF_TYPE_ATAPI: in dev_print()
269 case IF_TYPE_ATAPI: in print_part_header()
686 case IF_TYPE_ATAPI: in part_set_generic_name()
/openbmc/u-boot/drivers/block/
H A Dblk-uclass.c17 [IF_TYPE_ATAPI] = "atapi",
32 [IF_TYPE_ATAPI] = UCLASS_INVALID,
H A Dide.c569 dev_desc->if_type = IF_TYPE_ATAPI; in ide_ident()
655 if (dev_desc->if_type == IF_TYPE_ATAPI) { in ide_ident()
/openbmc/u-boot/include/
H A Dblk.h27 IF_TYPE_ATAPI, enumerator
/openbmc/u-boot/fs/fat/
H A Dfat.c1042 case IF_TYPE_ATAPI: in file_fat_detectfs()