Home
last modified time | relevance | path

Searched refs:b_boot_lun_id (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs-rockchip-usbplug.c111 printf("bBootLunID: 0x%x\n", unit->b_boot_lun_id); in ufs_info_show_conf_desc()
265 unit[1].b_boot_lun_id = WELL_BOOT_LU_A; /* lu 0, boot a */ in ufs_lu_configuration()
270 unit[2].b_boot_lun_id = WELL_BOOT_LU_B; /* lu 1, boot b */ in ufs_lu_configuration()
275 unit[3].b_boot_lun_id = 0x0; /* lu 2 */ in ufs_lu_configuration()
290 unit[0].b_boot_lun_id = 0x0; /* lu 3 */ in ufs_lu_configuration()
344 if (unit_a->b_boot_lun_id != unit_b->b_boot_lun_id) in compair_conf_desp()
H A Dufs-rockchip-usbplug.h89 uint8_t b_boot_lun_id; member