Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ufs/
H A Dufs-rockchip-usbplug.c248 uint32_t max_wb_alloc_units = cpu_to_be32(hba->geo_desc->d_write_booster_buffer_max_alloc_units); in ufs_lu_configuration() local
280 if (max_wb_alloc_units) { in ufs_lu_configuration()
281 wb_alloc_units = max_wb_alloc_units; in ufs_lu_configuration()
282 if (wb_alloc_units > max_wb_alloc_units) in ufs_lu_configuration()
283 wb_alloc_units = max_wb_alloc_units; in ufs_lu_configuration()