Home
last modified time | relevance | path

Searched defs:hwpart (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/disk/
H A Dpart.c55 static struct blk_desc *get_dev_hwpart(const char *ifname, int dev, int hwpart) in get_dev_hwpart()
81 struct blk_desc *get_dev_hwpart(const char *ifname, int dev, int hwpart) in get_dev_hwpart()
376 int dev, hwpart; in blk_get_device_by_str() local
/openbmc/u-boot/drivers/block/
H A Dblk_legacy.c191 int blk_dselect_hwpart(struct blk_desc *desc, int hwpart) in blk_dselect_hwpart()
252 int blk_select_hwpart_devnum(enum if_type if_type, int devnum, int hwpart) in blk_select_hwpart_devnum()
H A Dblk-uclass.c202 int blk_select_hwpart_devnum(enum if_type if_type, int devnum, int hwpart) in blk_select_hwpart_devnum()
337 int blk_select_hwpart(struct udevice *dev, int hwpart) in blk_select_hwpart()
349 int blk_dselect_hwpart(struct blk_desc *desc, int hwpart) in blk_dselect_hwpart()
/openbmc/u-boot/drivers/mmc/
H A Dmmc_legacy.c213 static int mmc_select_hwpartp(struct blk_desc *desc, int hwpart) in mmc_select_hwpartp()
H A Dmmc-uclass.c340 static int mmc_select_hwpart(struct udevice *bdev, int hwpart) in mmc_select_hwpart()
/openbmc/u-boot/include/
H A Dblk.h70 unsigned char hwpart; /* HW partition, e.g. for eMMC */ member