Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A Dtee_ufs_rpmb.c115 uint8_t unit_buf[QUERY_DESC_MAX_SIZE] = { 0 }; in rpmb_get_dev_info() local
146 if (ufs_read_rpmb_unit_desc(unit_buf, sizeof(unit_buf))) { in rpmb_get_dev_info()
150 rpmb_block_count = bedata_to_u64(&unit_buf[0x0B]); in rpmb_get_dev_info()