Home
last modified time | relevance | path

Searched defs:blk_desc (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dblk.h74 struct blk_desc { struct
79 enum if_type if_type; /* type of the interface */
80 int devnum; /* device number */
81 unsigned char part_type; /* partition type */
82 unsigned char target; /* target SCSI ID */
83 unsigned char lun; /* target LUN */
84 unsigned char hwpart; /* HW partition, e.g. for eMMC */
108 * For now we have a few functions which take struct blk_desc as a argument
114 unsigned long (*block_read)(struct blk_desc *block_dev, argument
118 unsigned long (*block_write)(struct blk_desc *block_dev, argument
[all …]
/rk3399_rockchip-uboot/env/
H A Denv_blk.c21 int get_env_addr(struct blk_desc *blk_desc, int copy, u32 *env_addr) in get_env_addr()
50 static const char *init_blk_hwpart_for_env(struct blk_desc *blk_desc) in init_blk_hwpart_for_env()
82 static inline const char *init_blk_hwpart_for_env(struct blk_desc *blk_desc) in init_blk_hwpart_for_env()
88 static inline int write_env(struct blk_desc *blk_desc, unsigned long size, in write_env()
104 struct blk_desc *blk_desc; in env_blk_save() local
158 static inline int read_env(struct blk_desc *blk_desc, unsigned long size, in read_env()
175 struct blk_desc *blk_desc; in env_blk_load() local
241 struct blk_desc *blk_desc; in env_blk_load() local
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dusbplug.c70 struct blk_desc *blk_desc = NULL; in usbplug_blk_get_devnum_by_type() local
113 struct blk_desc *blk_desc = NULL; in bootdev_rockusb_cmd() local
/rk3399_rockchip-uboot/cmd/mvebu/
H A Dbubt.c123 struct blk_desc *blk_desc; in mmc_burn_image() local