Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_device_tipc.c488 uint32_t rpmb_block_count; in block_device_tipc_init() local
521 rpmb_block_count = BLOCK_COUNT_RPMB; in block_device_tipc_init()
522 ret = rpmb_check(state, rpmb_block_count * BLOCK_SIZE_RPMB_BLOCKS - 1); in block_device_tipc_init()
525 rpmb_block_count); in block_device_tipc_init()
529 rpmb_block_count = in block_device_tipc_init()
531 rpmb_block_count /= BLOCK_SIZE_RPMB_BLOCKS; in block_device_tipc_init()
533 if (rpmb_block_count < rpmb_part2_base) { in block_device_tipc_init()
535 SS_ERR("%s: bad rpmb size, %d\n", __func__, rpmb_block_count); in block_device_tipc_init()
540 rpmb_block_count - rpmb_part2_base, false); in block_device_tipc_init()