Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_device_tipc.c44 #define BLOCK_SIZE_RPMB (APP_STORAGE_RPMB_BLOCK_SIZE) macro
46 #define BLOCK_SIZE_RPMB (512) macro
69 #define BLOCK_SIZE_RPMB_BLOCKS (BLOCK_SIZE_RPMB / RPMB_BUF_SIZE)
72 STATIC_ASSERT((BLOCK_SIZE_RPMB_BLOCKS * RPMB_BUF_SIZE) == BLOCK_SIZE_RPMB);
78 STATIC_ASSERT(BLOCK_SIZE_MAIN >= BLOCK_SIZE_RPMB);
81 STATIC_ASSERT(BLOCK_SIZE_RPMB >= 256);
156 uint8_t tmp[BLOCK_SIZE_RPMB]; /* TODO: pass data in? */ in block_device_tipc_rpmb_start_read()
170 block_cache_complete_read(dev, block, tmp, BLOCK_SIZE_RPMB, in block_device_tipc_rpmb_start_read()
199 assert(data_size == BLOCK_SIZE_RPMB); in block_device_tipc_rpmb_start_write()
279 dev_rpmb->dev.block_size = BLOCK_SIZE_RPMB; in block_device_tipc_init_dev_rpmb()