Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dide.c44 return blk_common_cmd(argc, argv, IF_TYPE_IDE, &curr_device); in do_ide()
/openbmc/u-boot/disk/
H A Dpart.c137 case IF_TYPE_IDE: in dev_print()
260 case IF_TYPE_IDE: in print_part_header()
684 case IF_TYPE_IDE: in part_set_generic_name()
/openbmc/u-boot/drivers/block/
H A Dide.c556 dev_desc->if_type = IF_TYPE_IDE; in ide_ident()
813 ide_dev_desc[i].if_type = IF_TYPE_IDE; in ide_init()
1210 IF_TYPE_IDE, i, in ide_probe()
1240 .if_type = IF_TYPE_IDE,
H A Dblk-uclass.c15 [IF_TYPE_IDE] = "ide",
30 [IF_TYPE_IDE] = UCLASS_IDE,
/openbmc/u-boot/include/
H A Dblk.h25 IF_TYPE_IDE, enumerator
/openbmc/u-boot/fs/fat/
H A Dfat.c1033 case IF_TYPE_IDE: in file_fat_detectfs()